46ba4548cf
Change-Id: Iaec726be146fd93bf1437fcd859081858b1d541d Partially-Implements: blueprint upgrade-kolla Implements: blueprint upgrade-mistral
18 lines
540 B
YAML
18 lines
540 B
YAML
---
|
|
- name: Running Mistral bootstrap container
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{docker_common_options}}"
|
|
detach: False
|
|
environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
image: "{{ mistral_api_image_full }}"
|
|
labels:
|
|
BOOTSTRAP:
|
|
name: "bootstrap_mistral"
|
|
restart_policy: "never"
|
|
volumes: "{{ node_config_directory }}/mistral-api/:{{ container_config_directory }}/:ro"
|
|
run_once: True
|
|
delegate_to: "{{ groups['mistral-api'][0] }}"
|