35ec780515
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
682 B
682 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/os-ansible-deploymemt
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