e50d18e4fb
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: wu.chunyang <wu.chunyang@99cloud.net> Change-Id: Ia3112a0d297ac777e1f25d3ddecced7746ca6418
17 lines
427 B
YAML
17 lines
427 B
YAML
---
|
|
- include_tasks: register.yml
|
|
when: inventory_hostname in groups['freezer-api']
|
|
|
|
- include_tasks: config.yml
|
|
when: inventory_hostname in groups['freezer-api'] or
|
|
inventory_hostname in groups['freezer-scheduler']
|
|
|
|
- include_tasks: bootstrap_service.yml
|
|
when: inventory_hostname in groups['freezer-api']
|
|
|
|
- include_tasks: clone.yml
|
|
when: freezer_dev_mode | bool
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|