8533fc584b
Provide support fot kolla dev mode in Magnum. When 'kolla_dev_mode' or 'magnum_dev_mode' variables are enabled, source code of Magnum project is cloned and bindmounted. Partially implements: blueprint mount-sources Change-Id: Id479bf4dc77ee4a2367c9c7d8f0f00de761b8c85
17 lines
390 B
YAML
17 lines
390 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['magnum-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['magnum-api'] or
|
|
inventory_hostname in groups['magnum-conductor']
|
|
|
|
- include: clone.yml
|
|
when: magnum_dev_mode | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['magnum-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|