2016-01-05 18:10:31 +00:00
|
|
|
---
|
2016-05-17 21:16:00 +02:00
|
|
|
# enforce ironic usage only with openvswitch
|
2016-01-05 18:10:31 +00:00
|
|
|
- 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
|
2016-12-08 17:59:48 +08:00
|
|
|
- inventory_hostname in groups['compute']
|
2016-01-05 18:10:31 +00:00
|
|
|
|
|
|
|
- include: bootstrap.yml
|
|
|
|
when: inventory_hostname in groups['neutron-server']
|
|
|
|
|
2017-01-24 11:25:17 +08:00
|
|
|
- name: Flush Handlers
|
|
|
|
meta: flush_handlers
|