7a12374003
This patch does the following: - Move the CONTRIBUTING doc content into the developer documentation - Move the development-stack doc content into the developer documentation - Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible' - Implements a simpler navigation index for the bottom of the page - Implements a navigation index at the bottom of all developer docs - Updates the README to reflect where to get documentation and further information - Adds more information into the 'scripts' developer doc - Updates the 'Additional Resources' Appendix with Ansible information Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
677 B
677 B
Home 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:# git clone -b TAG https://github.com/openstack/openstack-ansible.git /opt/openstack-ansible
Replace ``TAG`` with the current stable release tag.
Change to the
/opt/openstack-ansible
directory, and run the Ansible bootstrap script:# scripts/bootstrap-ansible.sh