35ec780515
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
33 lines
807 B
ReStructuredText
33 lines
807 B
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
|
|
|
Running the foundation playbook
|
|
-------------------------------
|
|
|
|
#. Change to the ``/opt/openstack-ansible/playbooks`` directory.
|
|
|
|
#. Run the host setup playbook, which runs a series of sub-playbooks:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ openstack-ansible setup-hosts.yml
|
|
|
|
|
|
Confirm satisfactory completion with zero items unreachable or
|
|
failed:
|
|
|
|
.. code-block:: bash
|
|
|
|
PLAY RECAP ********************************************************************
|
|
...
|
|
deployment_host : ok=18 changed=11 unreachable=0 failed=0
|
|
|
|
#. If using HAProxy, run the playbook to deploy it:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ openstack-ansible haproxy-install.yml
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|