openstack-ansible/doc/source/install-guide/install-openstack-run.rst
Jesse Pretorius 7a12374003 Various Documentation Updates
This patch does the following:

- Move the CONTRIBUTING doc content into the developer documentation
- Move the development-stack doc content into the developer documentation
- Rename all instances of 'OpenStack Ansible' to 'OpenStack-Ansible'
- Implements a simpler navigation index for the bottom of the page
- Implements a navigation index at the bottom of all developer docs
- Updates the README to reflect where to get documentation and further
  information
- Adds more information into the 'scripts' developer doc
- Updates the 'Additional Resources' Appendix with Ansible information

Change-Id: Ic08ba072f3b3d1e4e446d1e81c20c0cdf01833de
2015-10-05 18:16:01 +01:00

4.0 KiB

Home OpenStack-Ansible Installation Guide

Running the OpenStack playbook

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

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

    $ openstack-ansible setup-openstack.yml

    The openstack-common.yml sub-playbook builds all OpenStack services from source and takes up to 30 minutes to complete. As the playbook progresses, the quantity of containers in the "polling" state will approach zero. If any operations take longer than 30 minutes to complete, the playbook will terminate with an error.

    changed: [target_host_glance_container-f2ebdc06]
    changed: [target_host_heat_engine_container-36022446]
    changed: [target_host_neutron_agents_container-08ec00cd]
    changed: [target_host_heat_apis_container-4e170279]
    changed: [target_host_keystone_container-c6501516]
    changed: [target_host_neutron_server_container-94d370e5]
    changed: [target_host_nova_api_metadata_container-600fe8b3]
    changed: [target_host_nova_compute_container-7af962fe]
    changed: [target_host_cinder_api_container-df5d5929]
    changed: [target_host_cinder_volumes_container-ed58e14c]
    changed: [target_host_horizon_container-e68b4f66]
    <job 802849856578.7262> finished on target_host_heat_engine_container-36022446
    <job 802849856578.7739> finished on target_host_keystone_container-c6501516
    <job 802849856578.7262> finished on target_host_heat_apis_container-4e170279
    <job 802849856578.7359> finished on target_host_cinder_api_container-df5d5929
    <job 802849856578.7386> finished on target_host_cinder_volumes_container-ed58e14c
    <job 802849856578.7886> finished on target_host_horizon_container-e68b4f66
    <job 802849856578.7582> finished on target_host_nova_compute_container-7af962fe
    <job 802849856578.7604> finished on target_host_neutron_agents_container-08ec00cd
    <job 802849856578.7459> finished on target_host_neutron_server_container-94d370e5
    <job 802849856578.7327> finished on target_host_nova_api_metadata_container-600fe8b3
    <job 802849856578.7363> finished on target_host_glance_container-f2ebdc06
    <job 802849856578.7339> polling, 1675s remaining
    <job 802849856578.7338> polling, 1675s remaining
    <job 802849856578.7322> polling, 1675s remaining
    <job 802849856578.7319> polling, 1675s remaining

    Setting up the compute hosts takes up to 30 minutes to complete, particularly in environments with many compute hosts. As the playbook progresses, the quantity of containers in the "polling" state will approach zero. If any operations take longer than 30 minutes to complete, the playbook will terminate with an error.

    ok: [target_host_nova_conductor_container-2b495dc4]
    ok: [target_host_nova_api_metadata_container-600fe8b3]
    ok: [target_host_nova_api_ec2_container-6c928c30]
    ok: [target_host_nova_scheduler_container-c3febca2]
    ok: [target_host_nova_api_os_compute_container-9fa0472b]
    <job 409029926086.9909> finished on target_host_nova_api_os_compute_container-9fa0472b
    <job 409029926086.9890> finished on target_host_nova_api_ec2_container-6c928c30
    <job 409029926086.9910> finished on target_host_nova_conductor_container-2b495dc4
    <job 409029926086.9882> finished on target_host_nova_scheduler_container-c3febca2
    <job 409029926086.9898> finished on target_host_nova_api_metadata_container-600fe8b3
    <job 409029926086.8330> polling, 1775s remaining

    Confirm satisfactory completion with zero items unreachable or failed:

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