
Add separate playbook for infacloud nodes to ensure they run in the correct order - baremetal -> controller -> compute. Baremetal is intentionally left out, it is not ready yet. All 'disabled' flags on infracloud hosts are turned off. This patch landing turns on management of the infracloud. Co-Authored-By: Yolanda Robla <info@ysoft.biz> Co-Authored-By: Spencer Krum <nibz@spencerkrum.com> Change-Id: Ieeda072d45f7454d6412295c2c6a0cf7ce61d952
5 lines
151 B
YAML
5 lines
151 B
YAML
- hosts: '!review.openstack.org:!git0*:!afs*:!baremetal*:!controller:!compute:!puppetmaster*:!disabled'
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|