027a2b1fbe
Allows users to develop on Zun using Kolla. Partially implements: blueprint mount-sources Change-Id: I2724aecad95f5165c1cfacd2fae80cdad22f98b4
17 lines
373 B
YAML
17 lines
373 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['zun-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['zun-api'] or
|
|
inventory_hostname in groups['zun-compute']
|
|
|
|
- include: clone.yml
|
|
when: zun_dev_mode | bool
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['zun-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|