diff --git a/doc/common-rst/get_started_with_openstack.rst b/doc/common-rst/get_started_with_openstack.rst index e56e9a1df3..1f8f2e5f53 100644 --- a/doc/common-rst/get_started_with_openstack.rst +++ b/doc/common-rst/get_started_with_openstack.rst @@ -33,23 +33,23 @@ OpenStack architecture: * - Service - Project name - Description - * - `Dashboard `__ + * - `Dashboard `__ - `Horizon `__ - Provides a web-based self-service portal to interact with underlying OpenStack services, such as launching an instance, assigning IP addresses and configuring access controls. - * - `Compute `__ + * - `Compute `__ - `Nova `__ - Manages the lifecycle of compute instances in an OpenStack environment. Responsibilities include spawning, scheduling and decommissioning of virtual machines on demand. - * - `Networking `__ + * - `Networking `__ - `Neutron `__ - Enables Network-Connectivity-as-a-Service for other OpenStack services, such as OpenStack Compute. Provides an API for users to define networks and the attachments into them. Has a pluggable architecture that supports many popular networking vendors and technologies. - * - `Object Storage `__ + * - `Object Storage `__ - `Swift `__ - Stores and retrieves arbitrary unstructured data objects via a RESTful, HTTP based API. It is highly fault tolerant with its data replication @@ -57,35 +57,35 @@ OpenStack architecture: with mountable directories. In this case, it writes objects and files to multiple drives, ensuring the data is replicated across a server cluster. - * - `Block Storage `__ + * - `Block Storage `__ - `Cinder `__ - Provides persistent block storage to running instances. Its pluggable driver architecture facilitates the creation and management of block storage devices. - * - `Identity service `__ + * - `Identity service `__ - `Keystone `__ - Provides an authentication and authorization service for other OpenStack services. Provides a catalog of endpoints for all OpenStack services. - * - `Image service `__ + * - `Image service `__ - `Glance `__ - Stores and retrieves virtual machine disk images. OpenStack Compute makes use of this during instance provisioning. - * - `Telemetry `__ + * - `Telemetry `__ - `Ceilometer `__ - Monitors and meters the OpenStack cloud for billing, benchmarking, scalability, and statistical purposes. - * - `Orchestration `__ + * - `Orchestration `__ - `Heat `__ - Orchestrates multiple composite cloud applications by using either the native HOT template format or the AWS CloudFormation template format, through both an OpenStack-native REST API and a CloudFormation-compatible Query API. - * - `Database service `__ + * - `Database service `__ - `Trove `__ - Provides scalable and reliable Cloud Database-as-a-Service functionality for both relational and non-relational database engines. - * - `Data processing service `__ + * - `Data processing service `__ - `Sahara `__ - Provides capabilities to provision and scale Hadoop clusters in OpenStack by specifying parameters like Hadoop version, cluster topology and nodes diff --git a/doc/install-guide/source/overview.rst b/doc/install-guide/source/overview.rst index 73d5f94baa..a35403282d 100644 --- a/doc/install-guide/source/overview.rst +++ b/doc/install-guide/source/overview.rst @@ -23,19 +23,19 @@ OpenStack with sufficient Linux experience: * - Service - Project name - Description - * - `Dashboard `_ + * - `Dashboard `_ - `Horizon `_ - Provides a web-based self-service portal to interact with underlying OpenStack services, such as launching an instance, assigning IP addresses and configuring access controls. - * - `Compute `_ + * - `Compute `_ - `Nova `_ - Manages the lifecycle of compute instances in an OpenStack environment. Responsibilities include spawning, scheduling and decommissioning of virtual machines on demand. - * - `Networking `_ + * - `Networking `_ - `Neutron `_ - Enables Network-Connectivity-as-a-Service for other OpenStack services, such as OpenStack Compute. @@ -46,7 +46,7 @@ OpenStack with sufficient Linux experience: * - - - **Storage** - * - `Object Storage `_ + * - `Object Storage `_ - `Swift `_ - Stores and retrieves arbitrary unstructured data objects via a :term:`RESTful`, HTTP based API. @@ -55,7 +55,7 @@ OpenStack with sufficient Linux experience: file server with mountable directories. In this case, it writes objects and files to multiple drives, ensuring the data is replicated across a server cluster. - * - `Block Storage `_ + * - `Block Storage `_ - `Cinder `_ - Provides persistent block storage to running instances. Its pluggable driver architecture facilitates the creation and management of @@ -63,24 +63,24 @@ OpenStack with sufficient Linux experience: * - - - **Shared services** - * - `Identity service `_ + * - `Identity service `_ - `Keystone `_ - Provides an authentication and authorization service for other OpenStack services. Provides a catalog of endpoints for all OpenStack services. - * - `Image service `_ + * - `Image service `_ - `Glance `_ - Stores and retrieves virtual machine disk images. OpenStack Compute makes use of this during instance provisioning. - * - `Telemetry `_ + * - `Telemetry `_ - `Ceilometer `_ - Monitors and meters the OpenStack cloud for billing, benchmarking, scalability, and statistical purposes. * - - - **Higher-level services** - * - `Orchestration `_ + * - `Orchestration `_ - `Heat `_ - Orchestrates multiple composite cloud applications by using either the native :term:`HOT ` template