Forge Home

mcollective_choria

A suite of MCollective Plugins for AIO Puppet

340,631 downloads

1,626 latest version

2.4 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.22.1 (latest)
  • 0.22.0
  • 0.21.5
  • 0.21.4
  • 0.21.3
  • 0.21.2
  • 0.21.1
  • 0.21.0
  • 0.20.3
  • 0.20.2
  • 0.20.1
  • 0.20.0
  • 0.19.0
  • 0.18.0
  • 0.17.3
  • 0.17.2
  • 0.17.1
  • 0.17.0
  • 0.16.1
  • 0.16.0
  • 0.15.0
  • 0.14.1
  • 0.14.0
  • 0.13.1
  • 0.13.0
  • 0.12.1
  • 0.12.0
  • 0.11.0
  • 0.10.0
  • 0.9.0
  • 0.8.2
  • 0.8.1
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.0
  • 0.0.28
  • 0.0.27
  • 0.0.26
  • 0.0.25
  • 0.0.24
  • 0.0.23
  • 0.0.22
released Aug 19th 2017
This version is compatible with:
  • Puppet Enterprise 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.4.x
  • Puppet >= 4.9.0

Start using this module

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

Add this module to your Puppetfile:

mod 'choria-mcollective_choria', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add choria-mcollective_choria
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install choria-mcollective_choria --version 0.1.0

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

choria/mcollective_choria — version 0.1.0 Aug 19th 2017

mcollective_choria

Table of Contents

  1. Overview
  2. Usage
  3. Configuration

Overview

A distribution of plugins for MCollective designed to give a very smooth and streamlined experience in getting started when using the Puppet 4 AIO connected to a Puppet Server.

The main goal is ease of use and setup while remaining secure. It shares a security model with Puppet and reuse certificates made using the PuppetCA everywhere.

Includes:

  • A flexible Playbook system that can integrate MCollective with many other systems
  • An Orchestrator for the Puppet Multi Node Applications
  • A Security Plugin for AIO Puppet including a tool to make client certificates
  • A Connector using NATS.io
  • A Discovery plugin for PuppetDB
  • Shared configuration of SSL and other properties
  • Support for SRV records for configuration to atain a zero config setup
  • Every component uses strong SSL encryption that cannot be disabled.

See choria.io for full details

Module Description

## Usage

A deployment guide can be found at the Choria Website

Data Reference

  • mcollective_choria::gem_dependencies - Deep Merged Hash of gem name and version this module depends on
  • mcollective_choria::manage_gem_dependencies - disable managing of gem dependencies
  • mcollective_choria::package_dependencies - Deep Merged Hash of package name and version this module depends on
  • mcollective_choria::manage_package_dependencies - disable managing of packages dependencies
  • mcollective_choria::class_dependencies - Array of classes to include when installing this module
  • mcollective_choria::package_dependencies - disable managing of class dependencies
  • mcollective_choria::config - Deep Merged Hash of common config items for this module
  • mcollective_choria::server_config - Deep Merged Hash of config items specific to managed nodes
  • mcollective_choria::client_config - Deep Merged Hash of config items specific to client nodes
  • mcollective_choria::client - installs client files when true - defaults to $mcollective::client
  • mcollective_choria::server - installs server files when true - defaults to $mcollective::server
  • mcollective_choria::ensure - present or absent