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

Merge "Iscsid container fails to start on storage node when cinder is enabled"

parents 3e405312 74c85cfe
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@
path: "{{ node_config_directory }}/{{ item }}"
state: "directory"
recurse: yes
when: inventory_hostname in groups['compute']
when: inventory_hostname in groups['compute'] or
inventory_hostname in groups['storage']
with_items:
- "iscsid"
......@@ -12,7 +13,8 @@
template:
src: "{{ item }}.json.j2"
dest: "{{ node_config_directory }}/{{ item }}/config.json"
when: inventory_hostname in groups['compute']
when: inventory_hostname in groups['compute'] or
inventory_hostname in groups['storage']
with_items:
- "iscsid"
......
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