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>
696 B
696 B
Home 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:# 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:# scripts/bootstrap-ansible.sh