Jump to: navigation, search

Difference between revisions of "Puppet/puppet-openstack-cloud"

(What is puppet-openstack-cloud?)
(Submit Code)
Line 15: Line 15:
  
 
== Submit Code ==
 
== Submit Code ==
puppet-openstack-cloud is hosted in the Stackforge Development repo on GitHub. Contributions can be made through the standard openstack gerrit process (see: [[Gerrit_Workflow|Gerrit Workflow]]) to the stackforge/puppet-openstack-cloud project.
+
puppet-openstack-cloud is hosted in the Stackforge Development repo on GitHub. Contributions can be made through the standard openstack gerrit process (see: [http://docs.openstack.org/infra/manual/developers.html#development-workflow development workflow]) to the stackforge/puppet-openstack-cloud project.
 
* https://github.com/stackforge/puppet-openstack-cloud
 
* https://github.com/stackforge/puppet-openstack-cloud
 
  
 
= Licensing =
 
= Licensing =
  
 
puppet-openstack-cloud is released under an Apache 2.0 license.
 
puppet-openstack-cloud is released under an Apache 2.0 license.

Revision as of 18:39, 5 December 2014

What is puppet-openstack-cloud?

The puppet-openstack-cloud is a flexible Puppet composition layer capable of configuring the core OpenStack services.

There are a lot of moving pieces in OpenStack, consequently there are several Puppet modules needed to cover all these pieces. Each module is then made up of several class definitions, resource declarations, defined resources, and custom types/providers. A common pattern to reduce this complexity in Puppet is to create a composite module that bundles all these component type modules into a common set of configurations. This module is doing this compositing and exposing a set of variables needd to be successful in getting a functional stack up and running.

Contributing to puppet-openstack-cloud

Report a bug

Use Launchpad to report a bug.

Submit Code

puppet-openstack-cloud is hosted in the Stackforge Development repo on GitHub. Contributions can be made through the standard openstack gerrit process (see: development workflow) to the stackforge/puppet-openstack-cloud project.

Licensing

puppet-openstack-cloud is released under an Apache 2.0 license.