openstack-ansible/doc/source/install-guide/deploymenthost-osa.rst
Kevin Carter 36f2195cdb Rename everything for the osad to osa name change
This change updates all fo the names that we were using to the post
openstack migration name for openstack-ansible.

Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
(cherry picked from commit 35ec780515)
2015-09-11 21:04:15 -05:00

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