iscsi role misses 'storage' group

Cinder-backup containers require iscsid to mount iscsi volumes
to backup if the volumes are on different storage host. This
fix adds missing 'storage' group to iscsi playbook.

Change-Id: Iba3fb861b3f14c20b8a020075f2473ba7a0dd9a2
Closes-Bug: 1611330
This commit is contained in:
Vladislav Belogrudov 2016-09-29 14:27:16 +03:00
parent cdc738ee34
commit d5ae21a70b

View File

@ -18,7 +18,8 @@
- "/sys/kernel/config:/configfs"
- "cinder:/var/lib/cinder"
- "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
kolla_docker: