mirror of
https://opendev.org/openstack/puppet-openstack-guide.git
synced 2026-01-16 23:02:01 +00:00
Add Module list
This change adds the module list for modules under the Puppet OpenStack umbrella to the documentation. Change-Id: I25f7d7c23be19540101d71a4543670afcae1622a
This commit is contained in:
parent
04c15c1c13
commit
390746abb1
2 changed files with 51 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ OpenStack cloud deployments.
|
|||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
module-list
|
||||
getting-started
|
||||
deploy
|
||||
contribute
|
||||
|
|
|
|||
50
doc/source/module-list.rst
Normal file
50
doc/source/module-list.rst
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
OpenStack Module List
|
||||
=====================
|
||||
|
||||
OpenStack Modules
|
||||
-----------------
|
||||
* `Alarming <http://git.openstack.org/cgit/openstack/puppet-aodh/>`_ (*Aodh*)
|
||||
* `Key Manager <http://git.openstack.org/cgit/openstack/puppet-barbican/>`_ (*Barbican*)
|
||||
* `Telemetry <http://git.openstack.org/cgit/openstack/puppet-ceilometer/>`_ (*Ceilometer*)
|
||||
* `Block Storage <http://git.openstack.org/cgit/openstack/puppet-cinder/>`_ (*Cinder*)
|
||||
* `DNS <http://git.openstack.org/cgit/openstack/puppet-designate/>`_ (*Designate*)
|
||||
* `Image Service <http://git.openstack.org/cgit/openstack/puppet-glance/>`_ (*Glance*)
|
||||
* `Time Series Database <http://git.openstack.org/cgit/openstack/puppet-gnocchi/>`_ (*Gnocchi*)
|
||||
* `Orchestration <http://git.openstack.org/cgit/openstack/puppet-heat/>`_ (*Heat*)
|
||||
* `Dashboard <http://git.openstack.org/cgit/openstack/puppet-horizon/>`_ (*Horizon*)
|
||||
* `Bare Metal <http://git.openstack.org/cgit/openstack/puppet-ironic/>`_ (*Ironic*)
|
||||
* `Identity <http://git.openstack.org/cgit/openstack/puppet-keystone/>`_ (*Keystone*)
|
||||
* `Shared Filesystems <http://git.openstack.org/cgit/openstack/puppet-manila/>`_ (*Manila*)
|
||||
* `Workflow Service <http://git.openstack.org/cgit/openstack/puppet-mistral/>`_ (*Mistral*)
|
||||
* `Application Catalog <http://git.openstack.org/cgit/openstack/puppet-murano/>`_ (*Murano*)
|
||||
* `Networking <http://git.openstack.org/cgit/openstack/puppet-neutron/>`_ (*Neutron*)
|
||||
* `Compute <http://git.openstack.org/cgit/openstack/puppet-nova/>`_ (*Nova*)
|
||||
* `Load Balancer <http://git.openstack.org/cgit/openstack/puppet-octavia/>`_ (*Octavia*)
|
||||
* `Oslo Libraries <http://git.openstack.org/cgit/openstack/puppet-oslo/>`_ (*Oslo*)
|
||||
* `Benchmarking <http://git.openstack.org/cgit/openstack/puppet-rally/>`_ (*Rally*)
|
||||
* `Data Processing <http://git.openstack.org/cgit/openstack/puppet-sahara/>`_ (*Sahara*)
|
||||
* `Object Storage <http://git.openstack.org/cgit/openstack/puppet-swift/>`_ (*Swift*)
|
||||
* `Testing <http://git.openstack.org/cgit/openstack/puppet-tempest/>`_ (*Tempest*)
|
||||
* `Deployment <http://git.openstack.org/cgit/openstack/puppet-tripleo/>`_ (*TripleO*)
|
||||
* `Database Service <http://git.openstack.org/cgit/openstack/puppet-trove/>`_ (*Trove*)
|
||||
* `Root Cause Analysis <http://git.openstack.org/cgit/openstack/puppet-vitrage/>`_ (*Vitrage*)
|
||||
* `Message Service <http://git.openstack.org/cgit/openstack/puppet-zaqar/>`_ (*Zaqar*)
|
||||
|
||||
Other Modules
|
||||
-------------
|
||||
* `Storage <http://git.openstack.org/cgit/openstack/puppet-ceph/>`_ (*Ceph*)
|
||||
* `Monitoring <http://git.openstack.org/cgit/openstack/puppet-monasca/>`_ (*Monasca*)
|
||||
* `Virtual Bridging <http://git.openstack.org/cgit/openstack/puppet-vswitch>`_ (*OpenvSwitch*)
|
||||
* `TripleO UI <http://git.openstack.org/cgit/openstack/puppet-tuskar/>`_ (*TripleO UI*) (**Deprecated**)
|
||||
* `Composition Layer <http://git.openstack.org/cgit/stackforge/puppet-openstack/>`_ (*OpenStack*) (**Deprecated in Juno**)
|
||||
|
||||
|
||||
Supporting Puppet Modules
|
||||
-------------------------
|
||||
* `Common Puppet Library <http://git.openstack.org/cgit/openstack/puppet-openstacklib/>`_ (*OpenStackLib*)
|
||||
* `Common Ruby Helper Library <http://git.openstack.org/cgit/openstack/puppet-openstack_spec_helper/>`_ (*puppet-openstack_spec_helper*)
|
||||
* `Puppet OpenStack Helpers <http://git.openstack.org/cgit/openstack/puppet-openstack_extras/>`_ (*OpenStackExtras*)
|
||||
* `Integration CI Tools <http://git.openstack.org/cgit/openstack/puppet-openstack-integration>`_ (*Puppet OpenStack Integration*)
|
||||
* `Blueprints <http://git.openstack.org/cgit/openstack/puppet-openstack-specs Blueprints>`_ (*Puppet OpenStack Specs*) (hosted `here <http://specs.openstack.org/openstack/puppet-openstack-specs/>`_)
|
||||
* `New Module Cookiecutter Template <http://git.openstack.org/cgit/openstack/puppet-openstack-cookiecutter>`_ (*Cookiecutter*)
|
||||
* `Sync Tool <http://git.openstack.org/cgit/openstack/puppet-modulesync-configs>`_ (*Modulesync*)
|
||||
Loading…
Add table
Reference in a new issue