Merge "iscsi role misses 'storage' group"
This commit is contained in:
commit
60e13ec142
@ -18,7 +18,8 @@
|
|||||||
- "/sys/kernel/config:/configfs"
|
- "/sys/kernel/config:/configfs"
|
||||||
- "cinder:/var/lib/cinder"
|
- "cinder:/var/lib/cinder"
|
||||||
- "iscsi_info:/etc/iscsi"
|
- "iscsi_info:/etc/iscsi"
|
||||||
when: inventory_hostname in groups['compute']
|
when: inventory_hostname in groups['compute'] or
|
||||||
|
inventory_hostname in groups['storage']
|
||||||
|
|
||||||
- name: Starting tgtd container
|
- name: Starting tgtd container
|
||||||
kolla_docker:
|
kolla_docker:
|
||||||
|
Loading…
Reference in New Issue
Block a user