0fcee87549
Closes-Bug: #1577148 Change-Id: I636cefc63cf532434a41af3898b63dffa711e280
21 lines
624 B
YAML
21 lines
624 B
YAML
---
|
|
- name: Running Magnum bootstrap container
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
detach: False
|
|
environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
image: "{{ magnum_api_image_full }}"
|
|
labels:
|
|
BOOTSTRAP:
|
|
name: "bootstrap_magnum"
|
|
restart_policy: "never"
|
|
volumes:
|
|
- "{{ node_config_directory }}/magnum-api/:{{ container_config_directory }}/:ro"
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
- "kolla_logs:/var/log/kolla"
|
|
run_once: True
|
|
delegate_to: "{{ groups['magnum-api'][0] }}"
|