caoyuan 3a34dfa083 Provide support for cloudkitty dev mode in kolla
Add a possibility to mount sources as volumes to containers,
in "more than documentation" way. That will let us to use kolla
as a replacement for devstack.

Partially implements: blueprint mount-sources
Co-Authored-By: ZhijunWei <wzj334965317@outlook.com>

Change-Id: I8ccfb3c96e642d4b121809236aab0180ac49e3cc
2018-06-25 03:10:14 +00:00

17 lines
410 B
YAML

---
- include: register.yml
when: inventory_hostname in groups['cloudkitty-api']
- include: config.yml
when: inventory_hostname in groups['cloudkitty-api'] or
inventory_hostname in groups['cloudkitty-processor']
- include: clone.yml
when: cloudkitty_dev_mode | bool
- include: bootstrap.yml
when: inventory_hostname in groups['cloudkitty-api']
- name: Flush handlers
meta: flush_handlers