abf83650a1
Change-Id: Ic941a396b5cd9abfb5e9941218e91b784f8bba0a Implements: bp senlin-container
15 lines
446 B
YAML
15 lines
446 B
YAML
---
|
|
- name: Pulling senlin-api image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ senlin_api_image_full }}"
|
|
when: inventory_hostname in groups['senlin-api']
|
|
|
|
- name: Pulling senlin-engine image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ senlin_engine_image_full }}"
|
|
when: inventory_hostname in groups['senlin-engine']
|