Jump to: navigation, search

Difference between revisions of "Puppet/Deploy"

(Created page with "TBD: where to find manifest examples + give an example of manifest to deploy a basic cloud (see how CI does).")
 
Line 1: Line 1:
TBD: where to find manifest examples + give an example of manifest to deploy a basic cloud (see how CI does).
+
__TOC__
 +
 
 +
== Module documentation ==
 +
All (or most of) Puppet OpenStack modules containsː
 +
* a README file that document how to use the module. Example with [https://github.com/openstack/puppet-cinder#beginning-with-cinder puppet-cinder].
 +
* some manifest example(s) with Puppet code. Example with [https://github.com/openstack/puppet-neutron/blob/master/examples/neutron.pp puppet-neutron].
 +
 
 +
Also note that 100% of module parameters are documented in the manifests.
 +
If you find any missing documentation, please submit a patch or create a bug.
 +
 
 +
== Single node deployment scenario ==

Revision as of 19:36, 15 September 2015

Module documentation

All (or most of) Puppet OpenStack modules containsː

  • a README file that document how to use the module. Example with puppet-cinder.
  • some manifest example(s) with Puppet code. Example with puppet-neutron.

Also note that 100% of module parameters are documented in the manifests. If you find any missing documentation, please submit a patch or create a bug.

Single node deployment scenario