d37da2cfa9
Partically-implements: blueprint better-reconfigure Change-Id: I89e30e8b87f24a621c521d915842a4af0042d6fe
31 lines
926 B
YAML
31 lines
926 B
YAML
---
|
|
- include: ceph.yml
|
|
when:
|
|
- (enable_ceph | bool) and (glance_backend_ceph | bool)
|
|
- inventory_hostname in groups['ceph-mon'] or
|
|
inventory_hostname in groups['glance-api'] or
|
|
inventory_hostname in groups['glance-registry']
|
|
|
|
- include: external_ceph.yml
|
|
when:
|
|
- (enable_ceph | bool == False) and (glance_backend_ceph | bool)
|
|
- inventory_hostname in groups['glance-api'] or
|
|
inventory_hostname in groups['glance-registry']
|
|
|
|
- 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']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include: check.yml
|
|
when: inventory_hostname in groups['glance-api'] or
|
|
inventory_hostname in groups['glance-registry']
|