
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>
811 B
811 B
Home OpenStack Ansible Installation Guide
Running the foundation playbook
Change to the
/opt/os-ansible-deployment/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