Update the playbook serial settings

Many of our playbooks enfore the serial deployment of services. While
this is useful in certain cases It's super slow on large scale
deployments. This change modifies our serial settings so that many of
the services are deployed against 1 node first and then all the rest of
the services where it makes.

Change-Id: I842e98ebc29e0da0c3d7af3fd1d7f5592dfb3aa3
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter
2017-08-14 18:59:57 -05:00
committed by Kevin Carter (cloudnull)
parent b7a0dedbf5
commit eb81d64351
4 changed files with 7 additions and 10 deletions

View File

@@ -129,7 +129,7 @@
include: common-playbooks/nova.yml
vars:
nova_hosts: "nova_compute:!nova_conductor:!nova_scheduler:!nova_consoleauth:!nova_api_os_compute:!nova_api_placement:!nova_api_metadata:!nova_console"
nova_serial: "{{ nova_compute_serial | default('20%') }}"
nova_serial: "{{ nova_compute_serial | default('50%') }}"