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
696 B
ReStructuredText
28 lines
696 B
ReStructuredText
`Home <index.html>`__ OpenStack Ansible Installation Guide
|
|
|
|
Installing source and dependencies
|
|
----------------------------------
|
|
|
|
Install the source and dependencies for the deployment host.
|
|
|
|
#. Clone the OSAD repository into the ``/opt/os-ansible-deployment``
|
|
directory:
|
|
|
|
.. code-block:: bash
|
|
|
|
# git clone -b TAG https://github.com/stackforge/os-ansible-deployment.git /opt/os-ansible-deploymemt
|
|
|
|
|
|
Replace *``TAG``* with the current stable release tag.
|
|
|
|
#. Change to the ``/opt/os-ansible-deployment`` directory, and run the
|
|
Ansible bootstrap script:
|
|
|
|
.. code-block:: bash
|
|
|
|
# scripts/bootstrap-ansible.sh
|
|
|
|
--------------
|
|
|
|
.. include:: navigation.txt
|