Files
openstack-ansible/doc/source/install-guide/configure.rst
Jean-Philippe Evrard 8edf7fe90c Documentation: Syntax checking before running playbooks
This brings:
1) A new page to explain how can a deployer test its
configuration files.

2) Links on the pages mentionning the playbooks that
traditionally has errors because of the deployer's config.

Change-Id: I434152a14de806e24e5886969dfa15e3ff1c4928
2015-10-08 08:11:53 +00:00

57 lines
1.4 KiB
ReStructuredText
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
`Home <index.html>`_ OpenStack-Ansible Installation Guide
Chapter 5. Deployment configuration
-----------------------------------
.. toctree::
configure-prereq.rst
configure-networking.rst
configure-hostlist.rst
configure-creds.rst
configure-hypervisor.rst
configure-glance.rst
configure-cinder.rst
configure-swift.rst
configure-haproxy.rst
configure-horizon.rst
configure-rabbitmq.rst
configure-ceilometer.rst
configure-keystone.rst
configure-openstack.rst
configure-sslcertificates.rst
configure-configurationintegrity.rst
**Figure 5.1. Installation work flow**
.. image:: figures/workflow-configdeployment.png
Ansible references a handful of files containing mandatory and optional
configuration directives. These files must be modified to define the
target environment before running the Ansible playbooks. Perform the
following tasks:
- Configure Target host networking to define bridge interfaces and
networks
- Configure a list of target hosts on which to install the software
- Configure virtual and physical network relationships for OpenStack
Networking (neutron)
- (Optional) Configure the hypervisor
- (Optional) Configure Block Storage (cinder) to use the NetApp back
end
- (Optional) Configure Block Storage (cinder) backups.
- (Optional) Configure Block Storage availability zones
- Configure passwords for all services
--------------
.. include:: navigation.txt