Limit ansible-playbooks to 1 host for infracloud
We are having bandwidth issues in infracloud, lets experiment with serial 1. We can adjust upwards if needed. Change-Id: I89f0a1b197354e2d25d4f17ba29dd3da7d6586d4 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
766bba2fe5
commit
13dc4f7d10
@ -1,11 +1,13 @@
|
|||||||
---
|
---
|
||||||
- hosts: "controller*.ic.openstack.org:!disabled"
|
- hosts: "controller*.ic.openstack.org:!disabled"
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
serial: 1
|
||||||
roles:
|
roles:
|
||||||
- role: puppet
|
- role: puppet
|
||||||
manage_config: true
|
manage_config: true
|
||||||
- hosts: "compute*.ic.openstack.org:!disabled"
|
- hosts: "compute*.ic.openstack.org:!disabled"
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
|
serial: 1
|
||||||
roles:
|
roles:
|
||||||
- role: puppet
|
- role: puppet
|
||||||
manage_config: true
|
manage_config: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user