2015-07-12 03:02:33 +00:00
|
|
|
---
|
2015-09-21 16:33:46 +00:00
|
|
|
- include: ceph.yml
|
|
|
|
when: enable_ceph | bool
|
|
|
|
|
2015-07-12 03:02:33 +00:00
|
|
|
- include: register.yml
|
2015-09-21 16:33:46 +00:00
|
|
|
when: inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
2015-09-21 16:33:46 +00:00
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['compute']
|
2015-07-12 03:02:33 +00:00
|
|
|
|
|
|
|
- include: config.yml
|
2015-09-21 16:33:46 +00:00
|
|
|
when: inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
2015-09-21 16:33:46 +00:00
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['compute']
|
2015-07-12 03:02:33 +00:00
|
|
|
|
|
|
|
- include: bootstrap.yml
|
2015-09-21 16:33:46 +00:00
|
|
|
when: inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
2015-09-21 16:33:46 +00:00
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['compute']
|
2015-07-12 03:02:33 +00:00
|
|
|
|
|
|
|
- include: start.yml
|
2015-09-21 16:33:46 +00:00
|
|
|
when: inventory_hostname in groups['nova-api'] or
|
|
|
|
inventory_hostname in groups['nova-consoleauth'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['nova-conductor'] or
|
2015-09-21 16:33:46 +00:00
|
|
|
inventory_hostname in groups['nova-novncproxy'] or
|
|
|
|
inventory_hostname in groups['nova-scheduler'] or
|
2015-09-26 13:21:34 +00:00
|
|
|
inventory_hostname in groups['compute']
|