Skip to content
Snippets Groups Projects
Commit b77e66bf authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Use multipathd hostgroup in the multipathd role"

parents f7950466 f3a609e8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment