MNAIO: Run each setup playbook individually

The documentation describes using each setup-*.yml playbook
individually. This helps to reduce the memory usage on the
deploy host and also makes the output more readable as you're
only having to read the output of a single meta-playbook when
looking at the task results. In this patch we make the setup
process use the same set of playbooks described in the docs.

Change-Id: I596ed599de2e4302a82f2401f8fdf57f97660060
This commit is contained in:
Jesse Pretorius 2018-06-26 09:48:03 +01:00
parent 67c0746b71
commit 7bc4f939a4

View File

@ -142,7 +142,7 @@
- tmux new-session -d -s build-osa
- tmux select-pane -t 0
- tmux send-keys "ulimit -n 10240" C-m
- tmux send-keys "openstack-ansible setup-everything.yml" C-m
- tmux send-keys "openstack-ansible setup-hosts.yml setup-infrastructure.yml setup-openstack.yml" C-m
when:
- inventory_hostname == groups['deploy_hosts'][0]
- run_osa | default(true) | bool