
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
28 lines
682 B
ReStructuredText
28 lines
682 B
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
|
|
|
Installing source and dependencies
|
|
----------------------------------
|
|
|
|
Install the source and dependencies for the deployment host.
|
|
|
|
#. Clone the OSA repository into the ``/opt/openstack-ansible``
|
|
directory:
|
|
|
|
.. code-block:: bash
|
|
|
|
# git clone -b TAG https://github.com/openstack/openstack-ansible.git /opt/os-ansible-deploymemt
|
|
|
|
|
|
Replace *``TAG``* with the current stable release tag.
|
|
|
|
#. Change to the ``/opt/openstack-ansible`` directory, and run the
|
|
Ansible bootstrap script:
|
|
|
|
.. code-block:: bash
|
|
|
|
# scripts/bootstrap-ansible.sh
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|