1989cfe103
Complete the reconfigure optimise action for iscsi Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Co-Authored-By: mgoddard <mark@stackhpc.com> Change-Id: I6a1f24bc13bdea148857de9e6f4df79ff97bc9bc Partially-implements: blueprint better-reconfigure Closes-Bug: #1772215
11 lines
289 B
YAML
11 lines
289 B
YAML
---
|
|
- name: Pulling iscsi images
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ item.value.image }}"
|
|
when:
|
|
- inventory_hostname in groups[item.value.group]
|
|
- item.value.enabled | bool
|
|
with_dict: "{{ iscsi_services }}"
|