Jump to: navigation, search

Difference between revisions of "Puppet"

(OpenStack modules)
(Getting started)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
'''These docs are outdated, but kept here for historical reasons and search access. To view the latest docs, please refer to http://docs.openstack.org/developer/puppet-openstack-guide/'''
 +
 
<div id="mf-index">
 
<div id="mf-index">
 
<table border=0 width=100%><tr><td>
 
<table border=0 width=100%><tr><td>
Line 10: Line 12:
 
==== Getting started ====
 
==== Getting started ====
 
* Learn [http://docs.puppetlabs.com/ Puppet]
 
* Learn [http://docs.puppetlabs.com/ Puppet]
* Talk to us on '''#puppet-openstack''' on Freenode ([http://irclog.perlgeek.de/puppet-openstack/ logs])
+
* Talk to us on '''#puppet-openstack''' on OFTC ([http://eavesdrop.openstack.org/irclogs/%23puppet-openstack/ log])
 
* Join the conversation on our [[Puppet/Mailing lists|Mailing lists]]
 
* Join the conversation on our [[Puppet/Mailing lists|Mailing lists]]
 
* All Puppet OpenStack [[Puppet/releases |releases]] and release notes
 
* All Puppet OpenStack [[Puppet/releases |releases]] and release notes
Line 31: Line 33:
 
* [[Puppet/Unit_testing|Running unit testing]]
 
* [[Puppet/Unit_testing|Running unit testing]]
 
* [[Puppet/Functional_testing|Running functional testing]]
 
* [[Puppet/Functional_testing|Running functional testing]]
 +
* [[Puppet/Backport_policy|Backport policy]]
 
</td><td width=33%>
 
</td><td width=33%>
  
Line 53: Line 56:
 
==== OpenStack modules ====
 
==== OpenStack modules ====
 
* [http://git.openstack.org/cgit/openstack/puppet-aodh/ Alarming] (''Aodh'')
 
* [http://git.openstack.org/cgit/openstack/puppet-aodh/ Alarming] (''Aodh'')
 +
* [http://git.openstack.org/cgit/openstack/puppet-barbican/ Key Manager] (''Barbican'')
 
* [http://git.openstack.org/cgit/openstack/puppet-ceilometer/ Telemetry] (''Ceilometer'')
 
* [http://git.openstack.org/cgit/openstack/puppet-ceilometer/ Telemetry] (''Ceilometer'')
 
* [http://git.openstack.org/cgit/openstack/puppet-cinder/ Block Storage] (''Cinder'')
 
* [http://git.openstack.org/cgit/openstack/puppet-cinder/ Block Storage] (''Cinder'')
Line 67: Line 71:
 
* [http://git.openstack.org/cgit/openstack/puppet-neutron/ Networking] (''Neutron'')
 
* [http://git.openstack.org/cgit/openstack/puppet-neutron/ Networking] (''Neutron'')
 
* [http://git.openstack.org/cgit/openstack/puppet-nova/ Compute] (''Nova'')
 
* [http://git.openstack.org/cgit/openstack/puppet-nova/ Compute] (''Nova'')
 +
* [http://git.openstack.org/cgit/openstack/puppet-octavia/ Load Balancer] (''Octavia'')
 
* [http://git.openstack.org/cgit/openstack/puppet-oslo/ Oslo libraries] (''Oslo'')
 
* [http://git.openstack.org/cgit/openstack/puppet-oslo/ Oslo libraries] (''Oslo'')
 
* [http://git.openstack.org/cgit/openstack/puppet-rally/ Benchmarking] (''Rally'')
 
* [http://git.openstack.org/cgit/openstack/puppet-rally/ Benchmarking] (''Rally'')
Line 80: Line 85:
  
 
==== Other repositories ====
 
==== Other repositories ====
* [http://git.openstack.org/cgit/openstack/puppet-openstacklib/ Common library] ('''OpenStackLib''')
+
* [http://git.openstack.org/cgit/openstack/puppet-openstacklib/ Common Puppet library] ('''OpenStackLib''')
 +
* [http://git.openstack.org/cgit/openstack/puppet-openstack_spec_helper/ Common Ruby helper library] ('''puppet-openstack_spec_helper''')
 
* [http://git.openstack.org/cgit/openstack/puppet-openstack_extras/ Puppet OpenStack helpers] ('''OpenStackExtras''')
 
* [http://git.openstack.org/cgit/openstack/puppet-openstack_extras/ Puppet OpenStack helpers] ('''OpenStackExtras''')
 
* [http://git.openstack.org/cgit/openstack/puppet-vswitch Virtual Bridging] ('''OpenvSwitch''')
 
* [http://git.openstack.org/cgit/openstack/puppet-vswitch Virtual Bridging] ('''OpenvSwitch''')

Latest revision as of 15:47, 31 May 2021

These docs are outdated, but kept here for historical reasons and search access. To view the latest docs, please refer to http://docs.openstack.org/developer/puppet-openstack-guide/

The Puppet OpenStack Mission: to bring scalable and reliable IT automation to OpenStack cloud deployments.

Puppet OpenStack is open source, openly designed, openly developed by an open community.

Getting started

Contribute

Community


Openstack-compute-icon.png

Each Puppet OpenStack module corresponds to an OpenStack component and has its own Git repository. The modules produce a number of deliverable, in order to achieve a clearly stated objective: deploy OpenStack.

OpenStack modules

Other repositories

Other modules