Merge "Enable iscsid on cinder-backup hosts"

This commit is contained in:
Zuul 2019-08-15 03:34:37 +00:00 committed by Gerrit Code Review
commit dda1885151
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ tgtd_extra_volumes: "{{ default_extra_volumes }}"
enable_iscsid_for_cinder: >-
{{ (inventory_hostname in groups['compute']
or inventory_hostname in groups['cinder-backup']
or inventory_hostname in groups['cinder-volume'])
and enable_cinder | bool
and enable_cinder_backend_iscsi | bool }}