32f956f268
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
11 lines
236 B
YAML
11 lines
236 B
YAML
---
|
|
# TODO add baremetal controller here
|
|
- hosts: "controller*.ic.openstack.org:!disabled"
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|
|
- hosts: "compute*.ic.openstack.org:!disabled"
|
|
gather_facts: true
|
|
roles:
|
|
- role: puppet
|