6c2d7c7944
This partially implements iscsi and lvm2 support for cinder in Kolla. Adds ansible code for iscsid and tgtd containers. Change-Id: I2a4cfcf104397396ea61a09637d9ef3fc77b515f Partially-Implements: blueprint iscsi-lvm2-docker
8 lines
205 B
YAML
8 lines
205 B
YAML
---
|
|
- name: Pulling iscsi image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ iscsi_image_full }}"
|
|
when: inventory_hostname in groups['iscsi']
|