Version information
released Apr 4th 2016
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'nick-rancher', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
nick/rancher — version 1.0.0 Apr 4th 2016
Puppet - Rancher
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.
Dependencies
- puppetlabs-stdlib (>= 1.0.0)
- garethr-docker (>= 5.0.0)