Add overview diagram to Introduction
Currently there's not much detail in the introduction page, this adds a little more overview information about the undercloud/overcloud concept and role categories. Change-Id: I28be6c373713ba5ffde480bfa18d1f44c22d0368
This commit is contained in:
parent
ae8e8234bb
commit
d6fba53cb8
4
doc/source/_images/ArchitectureOverview.svg
Normal file
4
doc/source/_images/ArchitectureOverview.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 78 KiB |
@ -6,9 +6,25 @@ RDO-Manager is an OpenStack Deployment & Management tool for RDO. It is based on
|
||||
philosophy is inspired by `SpinalStack <http://spinal-stack.readthedocs.org/en/
|
||||
latest/>`_.
|
||||
|
||||
TripleO architecture is based on the **undercloud** and **overcloud** concept.
|
||||
To learn more about it, visit `TripleO Documentation <http://docs.openstack.org/
|
||||
developer/tripleo-incubator/README.html>`_.
|
||||
The tooling allows you to deploy a management node ("undercloud") which contains
|
||||
the services required to then deploy your OpenStack environment ("overcloud")
|
||||
|
||||
.. image:: ../_images/ArchitectureOverview.svg
|
||||
|
||||
RDO manager provides semi-automated configuration of your undercloud
|
||||
environment, after which it is possible to deploy an overcloud containing your
|
||||
desired number of overcloud resource nodes (using either UI or CLI interfaces).
|
||||
|
||||
Overcloud resource nodes may be independently scaled, and support exists for the following roles:
|
||||
|
||||
Controller
|
||||
The Controller nodes contain the OpenStack API services and associated dependencies.
|
||||
|
||||
Compute
|
||||
The Compute nodes contain the Nova compute (hypervisor) components.
|
||||
|
||||
Storage
|
||||
Optional Storage roles exist which allow you to scale Ceph, Swift or LVM based Cinder storage independently of the controller.
|
||||
|
||||
Useful links:
|
||||
|
||||
@ -16,6 +32,8 @@ Useful links:
|
||||
|
||||
* `RDO-Manager Repositories <http://github.com/rdo-management>`_
|
||||
|
||||
* `TripleO Documentation <http://docs.openstack.org/developer/tripleo-incubator/README.html>`_.
|
||||
|
||||
* :doc:`components`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user