d0100432fc
Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Change-Id: Ic5b3b7b1f8009203c8ff870a75b150704eb54e6d Partially-implements: blueprint better-reconfigure
20 lines
546 B
YAML
20 lines
546 B
YAML
---
|
|
- name: Running Karbor bootstrap container
|
|
vars:
|
|
karbor_api: "{{ karbor_services['karbor-api'] }}"
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
detach: False
|
|
environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
image: "{{ karbor_api.image }}"
|
|
labels:
|
|
BOOTSTRAP:
|
|
name: "bootstrap_karbor"
|
|
restart_policy: "never"
|
|
volumes: "{{ karbor_api.volumes }}"
|
|
run_once: True
|
|
delegate_to: "{{ groups[karbor_api.group][0] }}"
|