7215a537c7
Provide support fot kolla dev mode in barbican. When 'kolla_dev_mode' or 'barbican_dev_mode' variables are enabled, source code of barbican project is cloned and bindmounted. Partially implements: blueprint mount-sources Change-Id: I8d48c43cf599548b4536285759ed0078f359538e
18 lines
467 B
YAML
18 lines
467 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['barbican-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['barbican-api'] or
|
|
inventory_hostname in groups['barbican-worker'] or
|
|
inventory_hostname in groups['barbican-keystone-listener']
|
|
|
|
- include: clone.yml
|
|
when: barbican_dev_mode | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['barbican-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|