dbe7b591d4
Allows users to develop on Glance using Kolla. Change-Id: I2c7c97ddf84ca19505cf01adaf982c6a3f70d7d0 Partially-Implements: blueprint mount-sources
37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
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: clone.yml
|
|
when:
|
|
- glance_dev_mode | bool
|
|
- 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']
|