From 71019138c5e8d41e16b7d59be34e4c538ea1e402 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 7 Nov 2016 23:55:30 +0900 Subject: [PATCH] [install] sort additional services by alphabetical order Change-Id: Ia139865e8efa5453cba56c349d410ee1e255057b --- .../source/additional-services.rst | 136 +++++++++--------- 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/doc/install-guide/source/additional-services.rst b/doc/install-guide/source/additional-services.rst index 9fc0d4762a..97cafa0b09 100644 --- a/doc/install-guide/source/additional-services.rst +++ b/doc/install-guide/source/additional-services.rst @@ -7,15 +7,57 @@ Additional services Installation and configuration of additional OpenStack services is documented in separate, project-specific installation guides. -Shared File Systems service (manila) -==================================== +Bare Metal service (ironic) +=========================== -The Shared File Systems service (manila) provides coordinated access to shared -or distributed file systems. +The Bare Metal service is a collection of components that provides +support to manage and provision physical machines. Installation and configuration is documented in the -`Shared File Systems installation guide -`_. +`Bare Metal installation guide +`_. + +Container Infrastructure Management service (magnum) +==================================================== + +The Container Infrastructure Management service (magnum) is an OpenStack API +service making container orchestration engines (COE) such as Docker Swarm, +Kubernetes and Mesos available as first class resources in OpenStack. + +Installation and configuration is documented in the +`Container Infrastructure Management installation guide +`_. + +Database service (trove) +======================== + +The Database service (trove) provides cloud provisioning functionality for +database engines. + +Installation and configuration is documented in the +`Database installation guide +`_. + +Key Manager service (barbican) +============================== + +The Key Manager service provides a RESTful API for the storage and provisioning +of secret data such as passphrases, encryption keys, and X.509 certificates. + +Installation and configuration is documented in the +`Key Manager installation guide +`_. + +Messaging service (zaqar) +========================= + +The Messaging service allows developers to share data between distributed +application components performing different tasks, without losing messages or +requiring each component to be always available. + +Installation and configuration is documented in the +`Messaging installation guide +`_. Object Storage services (swift) =============================== @@ -39,6 +81,26 @@ Installation and configuration is documented in the `Orchestration installation guide `_. +Shared File Systems service (manila) +==================================== + +The Shared File Systems service (manila) provides coordinated access to shared +or distributed file systems. + +Installation and configuration is documented in the +`Shared File Systems installation guide +`_. + +Telemetry Alarming services (aodh) +================================== + +The Telemetry Alarming services trigger alarms when the collected metering or +event data break the defined rules. + +Installation and configuration is documented in the +`Telemetry Alarming installation guide +`_. + Telemetry Data Collection service (ceilometer) ============================================== @@ -53,65 +115,3 @@ The Telemetry Data Collection services provide the following functions: Installation and configuration is documented in the `Telemetry Data Collection installation guide `_. - -Telemetry Alarming services (aodh) -================================== - -The Telemetry Alarming services trigger alarms when the collected metering or -event data break the defined rules. - -Installation and configuration is documented in the -`Telemetry Alarming installation guide -`_. - -Database (trove) -================ - -The Database service (trove) provides cloud provisioning functionality for -database engines. - -Installation and configuration is documented in the -`Database installation guide -`_. - -Container Infrastructure Management service (magnum) -==================================================== - -The Container Infrastructure Management service (magnum) is an OpenStack API -service making container orchestration engines (COE) such as Docker Swarm, -Kubernetes and Mesos available as first class resources in OpenStack. - -Installation and configuration is documented in the -`Container Infrastructure Management installation guide -`_. - -Messaging service (zaqar) -========================= - -The Messaging service allows developers to share data between distributed -application components performing different tasks, without losing messages or -requiring each component to be always available. - -Installation and configuration is documented in the -`Messaging installation guide -`_. - -Key Manager service (barbican) -============================== - -The Key Manager service provides a RESTful API for the storage and provisioning -of secret data such as passphrases, encryption keys, and X.509 certificates. - -Installation and configuration is documented in the -`Key Manager installation guide -`_. - -Bare Metal service (ironic) -=========================== - -The Bare Metal service is a collection of components that provides -support to manage and provision physical machines. - -Installation and configuration is documented in the -`Bare Metal installation guide -`_.