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"
|
||||
gather_facts: true
|
||||
serial: 1
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: true
|
||||
- hosts: "compute*.ic.openstack.org:!disabled"
|
||||
gather_facts: true
|
||||
serial: 1
|
||||
roles:
|
||||
- role: puppet
|
||||
manage_config: true
|
||||
|
Loading…
Reference in New Issue
Block a user