
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
17 lines
410 B
YAML
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
|