35ec780515
This change updates all fo the names that we were using to the post openstack migration name for openstack-ansible. Change-Id: I6524af53ed02e19a0f56908e42a65d2dae8b71e3
807 B
807 B
Home OpenStack Ansible Installation Guide
Running the foundation playbook
Change to the
/opt/openstack-ansible/playbooks
directory.Run the host setup playbook, which runs a series of sub-playbooks:
$ openstack-ansible setup-hosts.yml
Confirm satisfactory completion with zero items unreachable or failed:
PLAY RECAP ******************************************************************** ... deployment_host : ok=18 changed=11 unreachable=0 failed=0
If using HAProxy, run the playbook to deploy it:
$ openstack-ansible haproxy-install.yml