Home OpenStack-Ansible Installation Guide

Running the infrastructure playbook

See also

Before continuing, the configuration files may be validated using the guidance in “Checking the integrity of your configuration files”.

  1. Change to the /opt/openstack-ansible/playbooks directory.

  2. Run the infrastructure setup playbook, which runs a series of sub-playbooks:

    # openstack-ansible setup-infrastructure.yml
    

    Confirm satisfactory completion with zero items unreachable or failed:

    PLAY RECAP ********************************************************************
    ...
    deployment_host                : ok=27   changed=0    unreachable=0    failed=0
    

Previous topic

Chapter 6. Infrastructure playbooks

Next topic

Verifying infrastructure operation

Project Source

This Page