c8f6d925cd
TrivialFix Change-Id: I2ba1e29cbebaa78edf50f21ff8089f0b5cacc830
27 lines
747 B
YAML
27 lines
747 B
YAML
---
|
|
- include: ceph.yml
|
|
when:
|
|
- enable_ceph | bool
|
|
- gnocchi_backend_storage == 'ceph'
|
|
|
|
- include: external_ceph.yml
|
|
when:
|
|
- enable_ceph | bool == False
|
|
- gnocchi_backend_storage == 'ceph'
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['gnocchi-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['gnocchi-statsd'] or
|
|
inventory_hostname in groups['gnocchi-api'] or
|
|
inventory_hostname in groups['gnocchi-metricd']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['gnocchi-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['gnocchi-statsd'] or
|
|
inventory_hostname in groups['gnocchi-api'] or
|
|
inventory_hostname in groups['gnocchi-metricd']
|