instack-undercloud/doc/source/introduction/introduction.rst
Steven Hardy d6fba53cb8 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
2015-06-09 16:47:08 +01:00

1.5 KiB

RDO-Manager Introduction

RDO-Manager is an OpenStack Deployment & Management tool for RDO. It is based on OpenStack TripleO project and its philosophy is inspired by SpinalStack <http://spinal-stack.readthedocs.org/en/ latest/>.

The tooling allows you to deploy a management node ("undercloud") which contains the services required to then deploy your OpenStack environment ("overcloud")

image

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:

Architecture <architecture> Components <components>