2016-01-05 18:14:11 +00:00
|
|
|
---
|
|
|
|
- include: ceph.yml
|
|
|
|
when:
|
2016-07-20 06:02:18 +00:00
|
|
|
- enable_ceph | bool and nova_backend == "rbd"
|
2016-01-05 18:14:11 +00:00
|
|
|
- inventory_hostname in groups['ceph-mon'] or
|
|
|
|
inventory_hostname in groups['compute'] or
|
|
|
|
inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler']
|
|
|
|
|
2016-07-20 06:02:18 +00:00
|
|
|
- include: external-ceph.yml
|
|
|
|
when:
|
|
|
|
- enable_ceph | bool == False and nova_backend == "rbd"
|
|
|
|
- inventory_hostname in groups['compute']
|
|
|
|
|
2016-01-05 18:14:11 +00:00
|
|
|
- include: register.yml
|
|
|
|
when: inventory_hostname in groups['nova-api']
|
|
|
|
|
|
|
|
- include: config.yml
|
|
|
|
when: inventory_hostname in groups['compute'] or
|
|
|
|
inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler']
|
|
|
|
|
|
|
|
- include: config-nova-fake.yml
|
|
|
|
when:
|
|
|
|
- enable_nova_fake | bool
|
|
|
|
- inventory_hostname in groups['compute']
|
|
|
|
|
|
|
|
- include: bootstrap.yml
|
2016-01-13 17:28:53 +01:00
|
|
|
when: inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['compute']
|
2016-01-05 18:14:11 +00:00
|
|
|
|
|
|
|
- include: start.yml
|
|
|
|
when: inventory_hostname in groups['compute'] or
|
|
|
|
inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler']
|