60d24417df
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Change-Id: I8718c4a63f1d645f3e947f8ce90d196f9cbfd91a Partially-implements: blueprint better-reconfigure
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
---
|
|
- include: ceph.yml
|
|
when:
|
|
- (enable_ceph | bool) and (cinder_backend_ceph | bool)
|
|
- inventory_hostname in groups['ceph-mon'] or
|
|
inventory_hostname in groups['cinder-api'] or
|
|
inventory_hostname in groups['cinder-volume'] or
|
|
inventory_hostname in groups['cinder-scheduler'] or
|
|
inventory_hostname in groups['cinder-backup']
|
|
|
|
- include: external_ceph.yml
|
|
when:
|
|
- (enable_ceph | bool == False) and (cinder_backend_ceph | bool)
|
|
- inventory_hostname in groups['cinder-volume'] or
|
|
inventory_hostname in groups['cinder-backup']
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['cinder-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['cinder-api'] or
|
|
inventory_hostname in groups['cinder-volume'] or
|
|
inventory_hostname in groups['cinder-scheduler'] or
|
|
inventory_hostname in groups['cinder-backup']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['cinder-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include: check.yml
|
|
when: inventory_hostname in groups['cinder-api'] or
|
|
inventory_hostname in groups['cinder-volume'] or
|
|
inventory_hostname in groups['cinder-scheduler'] or
|
|
inventory_hostname in groups['cinder-backup']
|