[install] sort additional services by alphabetical order
Change-Id: Ia139865e8efa5453cba56c349d410ee1e255057b
This commit is contained in:
parent
5783fc2385
commit
71019138c5
@ -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
|
||||
<http://docs.openstack.org/project-install-guide/shared-file-systems/draft/>`_.
|
||||
`Bare Metal installation guide
|
||||
<http://docs.openstack.org/project-install-guide/baremetal/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/container-infrastructure-management/draft/>`_.
|
||||
|
||||
Database service (trove)
|
||||
========================
|
||||
|
||||
The Database service (trove) provides cloud provisioning functionality for
|
||||
database engines.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Database installation guide
|
||||
<http://docs.openstack.org/project-install-guide/database/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/key-manager/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/messaging/draft/>`_.
|
||||
|
||||
Object Storage services (swift)
|
||||
===============================
|
||||
@ -39,6 +81,26 @@ Installation and configuration is documented in the
|
||||
`Orchestration installation guide
|
||||
<http://docs.openstack.org/project-install-guide/orchestration/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/shared-file-systems/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/telemetry-alarming/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/telemetry/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/telemetry-alarming/draft/>`_.
|
||||
|
||||
Database (trove)
|
||||
================
|
||||
|
||||
The Database service (trove) provides cloud provisioning functionality for
|
||||
database engines.
|
||||
|
||||
Installation and configuration is documented in the
|
||||
`Database installation guide
|
||||
<http://docs.openstack.org/project-install-guide/database/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/container-infrastructure-management/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/messaging/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/key-manager/draft/>`_.
|
||||
|
||||
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
|
||||
<http://docs.openstack.org/project-install-guide/baremetal/draft/>`_.
|
||||
|
Loading…
Reference in New Issue
Block a user