8da9379269
Provide support for kolla dev mode in blazar. When 'kolla_dev_mode' or 'blazar_dev_mode' variables are enabled, source code of blazar project will be cloned and mounted automatically Partially implements: blueprint mount-sources Change-Id: I50c5eb97be1123b76b1d42fbb25a0ecbaa2c1a44
17 lines
388 B
YAML
17 lines
388 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['blazar-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['blazar-api'] or
|
|
inventory_hostname in groups['blazar-manager']
|
|
|
|
- include: clone.yml
|
|
when: blazar_dev_mode | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['blazar-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|