2016-01-05 17:48:46 +00:00
|
|
|
---
|
|
|
|
- include: ceph.yml
|
|
|
|
when:
|
2016-07-24 07:04:02 +00:00
|
|
|
- (enable_ceph | bool) and (glance_backend_ceph | bool)
|
2016-01-05 17:48:46 +00:00
|
|
|
- inventory_hostname in groups['ceph-mon'] or
|
2016-07-13 10:00:27 +00:00
|
|
|
inventory_hostname in groups['glance-api'] or
|
|
|
|
inventory_hostname in groups['glance-registry']
|
|
|
|
|
|
|
|
- include: external_ceph.yml
|
|
|
|
when:
|
2016-07-24 07:04:02 +00:00
|
|
|
- (enable_ceph | bool == False) and (glance_backend_ceph | bool)
|
2016-07-13 10:00:27 +00:00
|
|
|
- inventory_hostname in groups['glance-api'] or
|
|
|
|
inventory_hostname in groups['glance-registry']
|
2016-01-05 17:48:46 +00:00
|
|
|
|
|
|
|
- include: register.yml
|
|
|
|
when: inventory_hostname in groups['glance-api']
|
|
|
|
|
|
|
|
- include: config.yml
|
|
|
|
when: inventory_hostname in groups['glance-api'] or
|
|
|
|
inventory_hostname in groups['glance-registry']
|
|
|
|
|
|
|
|
- include: bootstrap.yml
|
|
|
|
when: inventory_hostname in groups['glance-api']
|
|
|
|
|
|
|
|
- include: start.yml
|
|
|
|
when: inventory_hostname in groups['glance-api'] or
|
|
|
|
inventory_hostname in groups['glance-registry']
|
|
|
|
|
|
|
|
- include: check.yml
|
|
|
|
when: inventory_hostname in groups['glance-api'] or
|
|
|
|
inventory_hostname in groups['glance-registry']
|