From 390746abb1bef7e2c158a281b05af3203758f98e Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 5 May 2016 22:30:30 -0600 Subject: [PATCH] Add Module list This change adds the module list for modules under the Puppet OpenStack umbrella to the documentation. Change-Id: I25f7d7c23be19540101d71a4543670afcae1622a --- doc/source/index.rst | 1 + doc/source/module-list.rst | 50 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 doc/source/module-list.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 914d158..b0ae772 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -8,6 +8,7 @@ OpenStack cloud deployments. .. toctree:: :maxdepth: 2 + module-list getting-started deploy contribute diff --git a/doc/source/module-list.rst b/doc/source/module-list.rst new file mode 100644 index 0000000..3055441 --- /dev/null +++ b/doc/source/module-list.rst @@ -0,0 +1,50 @@ +OpenStack Module List +===================== + +OpenStack Modules +----------------- +* `Alarming `_ (*Aodh*) +* `Key Manager `_ (*Barbican*) +* `Telemetry `_ (*Ceilometer*) +* `Block Storage `_ (*Cinder*) +* `DNS `_ (*Designate*) +* `Image Service `_ (*Glance*) +* `Time Series Database `_ (*Gnocchi*) +* `Orchestration `_ (*Heat*) +* `Dashboard `_ (*Horizon*) +* `Bare Metal `_ (*Ironic*) +* `Identity `_ (*Keystone*) +* `Shared Filesystems `_ (*Manila*) +* `Workflow Service `_ (*Mistral*) +* `Application Catalog `_ (*Murano*) +* `Networking `_ (*Neutron*) +* `Compute `_ (*Nova*) +* `Load Balancer `_ (*Octavia*) +* `Oslo Libraries `_ (*Oslo*) +* `Benchmarking `_ (*Rally*) +* `Data Processing `_ (*Sahara*) +* `Object Storage `_ (*Swift*) +* `Testing `_ (*Tempest*) +* `Deployment `_ (*TripleO*) +* `Database Service `_ (*Trove*) +* `Root Cause Analysis `_ (*Vitrage*) +* `Message Service `_ (*Zaqar*) + +Other Modules +------------- +* `Storage `_ (*Ceph*) +* `Monitoring `_ (*Monasca*) +* `Virtual Bridging `_ (*OpenvSwitch*) +* `TripleO UI `_ (*TripleO UI*) (**Deprecated**) +* `Composition Layer `_ (*OpenStack*) (**Deprecated in Juno**) + + +Supporting Puppet Modules +------------------------- +* `Common Puppet Library `_ (*OpenStackLib*) +* `Common Ruby Helper Library `_ (*puppet-openstack_spec_helper*) +* `Puppet OpenStack Helpers `_ (*OpenStackExtras*) +* `Integration CI Tools `_ (*Puppet OpenStack Integration*) +* `Blueprints `_ (*Puppet OpenStack Specs*) (hosted `here `_) +* `New Module Cookiecutter Template `_ (*Cookiecutter*) +* `Sync Tool `_ (*Modulesync*)