92c9a7c869
The puppet playbooks were some of the first we wrote, so they're slightly wonky. Remove '---' lines that are completely unnecessary. Fix indentation. Move some variables that are the same everywhere into ansible variables. Put puppet related variables into the puppet group_vars. Stop running puppet on localhost in the git playbook. Change-Id: I2d2a4acccd3523f1931ebec5977771d5a310a0c7
11 lines
197 B
YAML
11 lines
197 B
YAML
- hosts: "controller*.ic.openstack.org:!disabled"
|
|
serial: 1
|
|
roles:
|
|
- puppet
|
|
|
|
- hosts: "compute*.ic.openstack.org:!disabled"
|
|
max_fail_percentage: 100
|
|
serial: "10%"
|
|
roles:
|
|
- puppet
|