8533fc584b
Provide support fot kolla dev mode in Magnum. When 'kolla_dev_mode' or 'magnum_dev_mode' variables are enabled, source code of Magnum project is cloned and bindmounted. Partially implements: blueprint mount-sources Change-Id: Id479bf4dc77ee4a2367c9c7d8f0f00de761b8c85
20 lines
573 B
YAML
20 lines
573 B
YAML
---
|
|
- name: Running Magnum bootstrap container
|
|
vars:
|
|
magnum_api: "{{ magnum_services['magnum-api'] }}"
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
detach: False
|
|
environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
image: "{{ magnum_api.image }}"
|
|
labels:
|
|
BOOTSTRAP:
|
|
name: "bootstrap_magnum"
|
|
restart_policy: "never"
|
|
volumes: "{{ magnum_api.volumes|reject('equalto', '')|list }}"
|
|
run_once: True
|
|
delegate_to: "{{ groups[magnum_api.group][0] }}"
|