a4beb63c20
Partially-implements: blueprint better-reconfigure Change-Id: I3879b9339b54e1d063dd1c4673bac85ced333335
20 lines
428 B
YAML
20 lines
428 B
YAML
---
|
|
# enforce ironic usage only with openvswitch
|
|
- include: ironic-check.yml
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- include: config.yml
|
|
|
|
- include: config-neutron-fake.yml
|
|
when:
|
|
- enable_nova_fake | bool
|
|
- inventory_hostname in groups['compute']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
- name: Flush Handlers
|
|
meta: flush_handlers
|