21 lines
583 B
YAML
Raw Normal View History

---
- name: Running Manila bootstrap container
vars:
manila_api: "{{ manila_services['manila-api'] }}"
become: true
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
detach: False
environment:
KOLLA_BOOTSTRAP:
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
image: "{{ manila_api.image }}"
labels:
BOOTSTRAP:
name: "bootstrap_manila"
restart_policy: no
volumes: "{{ manila_api.volumes|reject('equalto', '')|list }}"
run_once: True
delegate_to: "{{ groups[manila_api.group][0] }}"