openstack-ansible/doc/source/install-guide/install-foundation-run.rst
kevin f9f907732e Port basic installation guide
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>
2015-06-11 09:17:56 -05:00

811 B

Home OpenStack Ansible Installation Guide

Running the foundation playbook

  1. Change to the /opt/os-ansible-deployment/playbooks directory.

  2. 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
  3. If using HAProxy, run the playbook to deploy it:

    $ openstack-ansible haproxy-install.yml