Forge Home

rancher

Deploy Rancher, a container orchestration tool

8,092 downloads

8,092 latest version

4.9 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.0.0 (latest)
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 'nick-rancher', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add nick-rancher
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install nick-rancher --version 1.0.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

nick/rancher — version 1.0.0 Apr 4th 2016

Puppet - Rancher

Build Status

Overview

A manifest with the goal of aiding setup of the Rancher projects.

https://github.com/rancherio/rancher

Demo manifest

https://github.com/nickschuch/puppet-rancher-demo

Usage

Management node

include rancher::management

Docker Node

rancher::node { 'example_node':
  management         => '10.0.1.2',
  registration_token => '5074AF5E431560691B8F1457978400000:UZRKUYcESSHKpOTERoOPPor7QY',
}

Requirements

We require the following Puppet modules.

Testing

To run the tests:

gem install bundler
bundle install
bundle exec rake test
export BEAKER_destroy=no
bundle exec rspec spec/acceptance

Thanks

A big thanks goes out to the contributors of the required Puppet modules and also the Rancher team.