system-config/playbooks/remote_puppet_infracloud.yaml
Colleen Murphy 32f956f268 Add infracloud playbook
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
2016-02-08 18:03:02 -08:00

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