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>
28 lines
714 B
ReStructuredText
28 lines
714 B
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
|
|
|
Running the infrastructure playbook
|
|
-----------------------------------
|
|
|
|
#. Change to the ``/opt/os-ansible-deployment/playbooks`` directory.
|
|
|
|
#. Run the infrastructure setup playbook, which runs a series of
|
|
sub-playbooks:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ openstack-ansible setup-infrastructure.yml
|
|
|
|
|
|
Confirm satisfactory completion with zero items unreachable or
|
|
failed:
|
|
|
|
.. code-block:: bash
|
|
|
|
PLAY RECAP ********************************************************************
|
|
...
|
|
deployment_host : ok=27 changed=0 unreachable=0 failed=0
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|