Update links for openstack.org nav changes

As part of the summit, we're launching some shiny new sections
of openstack.org. This patch keeps docs.o.o linked to the right
places, in-line with the rest of o.o.

Change-Id: I574b0f41552062ef8d84c9a9d47b0958cca4a75e
This commit is contained in:
Tom Fifield 2015-10-25 15:19:12 +09:00
parent 58d5894bcc
commit 4086726fc6
2 changed files with 20 additions and 20 deletions

View File

@ -33,23 +33,23 @@ OpenStack architecture:
* - Service
- Project name
- Description
* - `Dashboard <http://www.openstack.org/software/openstack-dashboard/>`__
* - `Dashboard <http://www.openstack.org/software/releases/kilo/components/horizon>`__
- `Horizon <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-compute/>`__
* - `Compute <http://www.openstack.org/software/releases/kilo/components/nova>`__
- `Nova <http://docs.openstack.org/developer/nova/>`__
- Manages the lifecycle of compute instances in an OpenStack environment.
Responsibilities include spawning, scheduling and decommissioning of
virtual machines on demand.
* - `Networking <http://www.openstack.org/software/openstack-networking/>`__
* - `Networking <http://www.openstack.org/software/releases/kilo/components/neutron>`__
- `Neutron <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-storage/>`__
* - `Object Storage <http://www.openstack.org/software/releases/kilo/components/swift>`__
- `Swift <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-storage/>`__
* - `Block Storage <http://www.openstack.org/software/releases/kilo/components/cinder>`__
- `Cinder <http://docs.openstack.org/developer/cinder/>`__
- Provides persistent block storage to running instances. Its pluggable
driver architecture facilitates the creation and management of block
storage devices.
* - `Identity service <http://www.openstack.org/software/openstack-shared-services/>`__
* - `Identity service <http://www.openstack.org/software/releases/kilo/components/keystone>`__
- `Keystone <http://docs.openstack.org/developer/keystone/>`__
- Provides an authentication and authorization service for other
OpenStack services. Provides a catalog of endpoints for all
OpenStack services.
* - `Image service <http://www.openstack.org/software/openstack-shared-services/>`__
* - `Image service <http://www.openstack.org/software/releases/kilo/components/glance>`__
- `Glance <http://docs.openstack.org/developer/glance/>`__
- Stores and retrieves virtual machine disk images. OpenStack Compute
makes use of this during instance provisioning.
* - `Telemetry <http://www.openstack.org/software/openstack-shared-services/>`__
* - `Telemetry <http://www.openstack.org/software/releases/kilo/components/ceilometer>`__
- `Ceilometer <http://docs.openstack.org/developer/ceilometer/>`__
- Monitors and meters the OpenStack cloud for billing, benchmarking,
scalability, and statistical purposes.
* - `Orchestration <http://www.openstack.org/software/openstack-shared-services/>`__
* - `Orchestration <http://www.openstack.org/software/releases/kilo/components/heat>`__
- `Heat <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-shared-services/>`__
* - `Database service <http://www.openstack.org/software/releases/kilo/components/trove>`__
- `Trove <http://docs.openstack.org/developer/trove/>`__
- Provides scalable and reliable Cloud Database-as-a-Service functionality
for both relational and non-relational database engines.
* - `Data processing service <http://www.openstack.org/software/openstack-shared-services/>`__
* - `Data processing service <http://www.openstack.org/software/releases/kilo/components/sahara>`__
- `Sahara <http://docs.openstack.org/developer/sahara/>`__
- Provides capabilities to provision and scale Hadoop clusters in OpenStack
by specifying parameters like Hadoop version, cluster topology and nodes

View File

@ -23,19 +23,19 @@ OpenStack with sufficient Linux experience:
* - Service
- Project name
- Description
* - `Dashboard <http://www.openstack.org/software/openstack-dashboard/>`_
* - `Dashboard <http://www.openstack.org/software/releases/kilo/components/horizon>`_
- `Horizon <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-compute/>`_
* - `Compute <http://www.openstack.org/software/releases/kilo/components/nova>`_
- `Nova <http://docs.openstack.org/developer/nova/>`_
- Manages the lifecycle of compute instances in an
OpenStack environment. Responsibilities include
spawning, scheduling and decommissioning of virtual
machines on demand.
* - `Networking <http://www.openstack.org/software/openstack-networking/>`_
* - `Networking <http://www.openstack.org/software/releases/kilo/components/neutron>`_
- `Neutron <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-storage/>`_
* - `Object Storage <http://www.openstack.org/software/releases/kilo/components/swift>`_
- `Swift <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-storage/>`_
* - `Block Storage <http://www.openstack.org/software/releases/kilo/components/cinder>`_
- `Cinder <http://docs.openstack.org/developer/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 <http://www.openstack.org/software/openstack-shared-services/>`_
* - `Identity service <http://www.openstack.org/software/releases/kilo/components/keystone>`_
- `Keystone <http://docs.openstack.org/developer/keystone/>`_
- Provides an authentication and authorization service
for other OpenStack services. Provides a catalog of endpoints
for all OpenStack services.
* - `Image service <http://www.openstack.org/software/openstack-shared-services/>`_
* - `Image service <http://www.openstack.org/software/releases/kilo/components/glance>`_
- `Glance <http://docs.openstack.org/developer/glance/>`_
- Stores and retrieves virtual machine disk images.
OpenStack Compute makes use of this during instance
provisioning.
* - `Telemetry <http://www.openstack.org/software/openstack-shared-services/>`_
* - `Telemetry <http://www.openstack.org/software/releases/kilo/components/ceilometer>`_
- `Ceilometer <http://docs.openstack.org/developer/ceilometer/>`_
- Monitors and meters the OpenStack cloud for billing, benchmarking,
scalability, and statistical purposes.
* -
-
- **Higher-level services**
* - `Orchestration <http://www.openstack.org/software/openstack-shared-services/>`_
* - `Orchestration <http://www.openstack.org/software/releases/kilo/components/heat>`_
- `Heat <http://docs.openstack.org/developer/heat/>`_
- Orchestrates multiple composite cloud applications by using
either the native :term:`HOT <Heat Orchestration Template (HOT)>` template