Forge Home

pcp_broker

Git clone pcp-broker and run it in trapperkeeper

6,514 downloads

6,352 latest version

4.5 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

  • 0.1.1 (latest)
  • 0.1.0
released Aug 24th 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 'jstocks-pcp_broker', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jstocks-pcp_broker
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jstocks-pcp_broker --version 0.1.1

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

jstocks/pcp_broker — version 0.1.1 Aug 24th 2016

Table of Contents

  1. Overview
  2. Usage - Configuration options and additional functionality
  3. Limitations - OS compatibility, etc.
  4. Development - Guide for contributing to the module

Overview

Automates setup of pcp-broker for testing purposes

Usage

Basic usage:

require pcp_broker

This will set up and run pcp-broker on the host using default configuration and directories.

Set up pcp-broker without running it:

class { 'pcp_broker':
 run_broker => false,
}

This will set up pcp-broker but will not run it

Refer to manifests/init.pp for a full list of params.

Limitations

  • Currently the module will run broker in a "fire and forget" manner using an Exec resource. It will not check if broker is already running before attempting to run it; and it will not check if it started correctly.
  • The module currently does not have a mechanism for stopping the broker once it has been launched.

Development

See CONTRIBUTING.md