f9f907732e
Convert RPC installation guide from DocBook to RST, remove content specific to Rackspace, and create initial OSAD installation guide. Change-Id: I3eedadc8ba441b4d931720dd6e3f7f3489302a9c Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
46 lines
916 B
ReStructuredText
46 lines
916 B
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
||
|
||
Chapter 8. OpenStack playbooks
|
||
------------------------------
|
||
|
||
.. toctree::
|
||
|
||
install-openstack-run.rst
|
||
install-openstack-utilitycontainer.rst
|
||
install-openstack-verify.rst
|
||
|
||
|
||
**Figure 8.1. Installation work flow**
|
||
|
||
.. image:: figures/workflow-openstackplaybooks.png
|
||
|
||
The main Ansible OpenStack playbook installs OpenStack services and
|
||
performs the following operations:
|
||
|
||
- Install common components
|
||
|
||
- Create utility container that provides utilities to interact with
|
||
services in other containers
|
||
|
||
- Install Identity (keystone)
|
||
|
||
- Generate service IDs for all services
|
||
|
||
- Install the Image service (glance)
|
||
|
||
- Install Orchestration (heat)
|
||
|
||
- Install Compute (nova)
|
||
|
||
- Install Networking (neutron)
|
||
|
||
- Install Block Storage (cinder)
|
||
|
||
- Install Dashboard (horizon)
|
||
|
||
- Reconfigure Rsyslog
|
||
|
||
--------------
|
||
|
||
.. include:: navigation.txt
|