4d0a3328f3
Co-Authored-By: Michal Rostecki <mrostecki@mirantis.com> Change-Id: Iceed173c3c3abea93b954f8d3cb45641de2aaa0f Partially-Implements: blueprint upgrade-kolla Implements: blueprint upgrade-manila
20 lines
582 B
YAML
20 lines
582 B
YAML
---
|
|
- name: Running Manila bootstrap container
|
|
kolla_docker:
|
|
action: "start_container"
|
|
common_options: "{{ docker_common_options }}"
|
|
detach: False
|
|
environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
image: "{{ manila_api_image_full }}"
|
|
labels:
|
|
BOOTSTRAP:
|
|
name: "bootstrap_manila"
|
|
restart_policy: "never"
|
|
volumes:
|
|
- "{{ node_config_directory }}/manila-api/:{{ container_config_directory }}/:ro"
|
|
- "kolla_logs:/var/log/kolla/"
|
|
run_once: True
|
|
delegate_to: "{{ groups['manila-api'][0] }}"
|