Forge Home

gridinit

Puppet module for gridinit from OpenIO

10,908 downloads

7,233 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.4 (latest)
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.0
released Apr 4th 2016
This version is compatible with:
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'openio-gridinit', '1.1.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add openio-gridinit
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install openio-gridinit --version 1.1.4

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

openio/gridinit — version 1.1.4 Apr 4th 2016

gridinit

Table of Contents

  1. Description
  2. Setup - The basics of getting started with [gridinit]
  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

Official module to install, configure and run the gridinit from the OpenIO open source project on RedHat/CentOS/Fedora/Debian/Ubuntu using Puppet 3.7 and newer.

This module helps you deploy gridinit process control system and create configuration for processes.

Setup

Beginning with [gridinit]

To install packages, deploy basic configuration and run gridinit, simply declare it:

class {'gridinit':}

To configure new processes controlled by gridinit, declare them using the following defined type:

gridinit::program { "myprocess1":
  command => '/usr/bin/myprocess1 -c /etc/my1.conf',
}
gridinit::program { "myprocess2":
  command => '/usr/bin/myprocess2 -c /etc/my2.conf',
}

Reference

The following define type is available:

  • gridinit::program

Limitations

The module works under the latest stable RedHat, CentOS and Fedora, Debian and Ubuntu (LTS & latest).

Development

You can report issues or request informations using GitHub.

Release Notes/Contributors/Etc.

Author: Romain Acciari romain.acciari@openio.io
Copyright (c) 2015, OpenIO.
Released under Apache License v2.