79f4883cc8
Change-Id: I81b75f51937c0365cfc3b7066d5f418a8bacd7ea Partially-Implements: blueprint pre-pull-images
25 lines
731 B
YAML
25 lines
731 B
YAML
---
|
|
# enforce ironic usage only with openvswtich
|
|
- include: ironic-check.yml
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['compute'] or
|
|
inventory_hostname in groups['neutron-agents'] or
|
|
inventory_hostname in groups['neutron-server']
|
|
|
|
- include: config-neutron-fake.yml
|
|
when:
|
|
- inventory_hostname in groups['compute']
|
|
- enable_nova_fake | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['compute'] or
|
|
inventory_hostname in groups['neutron-agents'] or
|
|
inventory_hostname in groups['neutron-server']
|