Merge "Use multipathd hostgroup in the multipathd role"

This commit is contained in:
Zuul 2018-06-04 08:17:12 +00:00 committed by Gerrit Code Review
commit b77e66bf33
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
group: "{{ config_owner_group }}"
mode: "0770"
become: true
when: inventory_hostname in groups['compute']
when: inventory_hostname in groups['multipathd']
with_items:
- "multipathd"
@ -17,7 +17,7 @@
dest: "{{ node_config_directory }}/{{ item }}/config.json"
mode: "0660"
become: true
when: inventory_hostname in groups['compute']
when: inventory_hostname in groups['multipathd']
with_items:
- "multipathd"

View File

@ -18,4 +18,4 @@
- "/sys/kernel/config:/configfs"
- "cinder:/var/lib/cinder"
- "iscsi_info:/etc/iscsi"
when: inventory_hostname in groups['compute']
when: inventory_hostname in groups['multipathd']