Giter Site home page Giter Site logo

hfm / puppet-h2o Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 47 KB

Handles installing, configuring, and running h2o via Puppet module

Home Page: https://forge.puppet.com/hfm/h2o

License: MIT License

Ruby 83.84% Puppet 16.16%
h2o puppet http-server https http2 http2-server

puppet-h2o's Introduction

h2o Build Status Puppet Forge

Table of Contents

  1. Description
  2. Setup - The basics of getting started with h2o
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

The h2o module handles installing, configuring, and running h2o.

Setup

Setup Requirements

Beginning with h2o

To install the h2o with default parameters, declare the h2o class.

include ::h2o

Usage

Configuring h2o

class { 'h2o':
  package_ensure => '2.2.2-1~ubuntu16.04.1',
}

Configuring modules from Hiera

h2o::package_ensure: '2.2.2-1~ubuntu16.04.1'

Reference

Public Classes

  • h2o: Installs and runs h2o.

Private Classes

  • h2o::install: Installs the h2o package.
  • h2o::repo: Manages the h2o repository.
  • h2o::repo::yum: Manages the Yum repository.
  • h2o::repo::apt: Manages the Apt sources.
  • h2o::service: Manages service.

Parameters

h2o class

  • repo_ensure: Specifies whether the h2o repository should exist. Type is the String. Default: 'present'.
  • package_ensure: What state the package should be in. Type is the String. Default: 'installed'.
  • service_ensure: Whether a service should be running. Type is the String. Default: 'running'.
  • service_enable: Whether a service should be enabled to start at boot. Type is the Boolean. Default: true.

Limitations

This module has been tested on:

  • RedHat Enterprise Linux 6, 7
  • CentOS 6, 7
  • Scientific Linux 6, 7
  • Fedora 22, 23, 24, 25
  • Debian 7, 8
  • Ubuntu 14.04, 16.04

Development

Running tests

The tinyproxy module contains tests for both rspec-puppet (unit tests) and beaker-rspec (acceptance tests) to verify functionality. For detailed information on using these tools, please see their respective documentation.

Testing quickstart

Unit tests:

$ bundle install
$ bundle exec rake test

Acceptance tests using docker:

# List available beaker nodesets
$ bundle exec rake beaker_nodes
centos7
xenial

# Run beaker acceptance tests
$ BEAKER_set=xenial bundle exec rake beaker

puppet-h2o's People

Contributors

hfm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.