7f4742ff4b
It is external_ceph.yml for cinder/glance/gnocchi. Change-Id: I534bffe5fc914e2850fb5cb5719fd99afa06c6c4
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
---
|
|
- include: ceph.yml
|
|
when:
|
|
- enable_ceph | bool and nova_backend == "rbd"
|
|
- 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']
|
|
|
|
- include: external_ceph.yml
|
|
when:
|
|
- not enable_ceph | bool and nova_backend == "rbd"
|
|
- inventory_hostname in groups['compute']
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['nova-api']
|
|
|
|
- include: config.yml
|
|
|
|
- include: config-nova-fake.yml
|
|
when:
|
|
- enable_nova_fake | bool
|
|
- inventory_hostname in groups['compute']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['nova-api'] or
|
|
inventory_hostname in groups['compute']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include: simple_cell_setup.yml
|