Merge "Make iscsi config.yml consistent with start.yml"

This commit is contained in:
Jenkins 2016-10-19 15:48:11 +00:00 committed by Gerrit Code Review
commit b0f1e00b0f

View File

@ -23,7 +23,9 @@
path: "{{ node_config_directory }}/{{ item }}"
state: "directory"
recurse: yes
when: inventory_hostname in groups['tgtd']
when:
- inventory_hostname in groups['tgtd']
- enable_cinder_backend_lvm | bool
with_items:
- "tgtd"
@ -31,6 +33,8 @@
template:
src: "{{ item }}.json.j2"
dest: "{{ node_config_directory }}/{{ item }}/config.json"
when: inventory_hostname in groups['tgtd']
when:
- inventory_hostname in groups['tgtd']
- enable_cinder_backend_lvm | bool
with_items:
- "tgtd"