2015-10-13 20:43:13 -07:00
|
|
|
---
|
|
|
|
- hosts: "controller*.ic.openstack.org:!disabled"
|
|
|
|
gather_facts: true
|
2017-08-24 13:34:20 -04:00
|
|
|
serial: 1
|
2015-10-13 20:43:13 -07:00
|
|
|
roles:
|
|
|
|
- role: puppet
|
2018-01-24 09:33:57 -06:00
|
|
|
manage_config: True
|
|
|
|
puppet_reports: none
|
2015-10-13 20:43:13 -07:00
|
|
|
- hosts: "compute*.ic.openstack.org:!disabled"
|
|
|
|
gather_facts: true
|
2017-08-25 14:06:06 -04:00
|
|
|
max_fail_percentage: 100
|
|
|
|
serial: "10%"
|
2015-10-13 20:43:13 -07:00
|
|
|
roles:
|
|
|
|
- role: puppet
|
2018-01-24 09:33:57 -06:00
|
|
|
manage_config: True
|
|
|
|
puppet_reports: none
|