summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-05-10 10:12:59 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-06-13 13:10:23 -0500
commit73d0a3857a5e623c6f2403ca0575bc28cd048d17 (patch)
tree77d1902be0525216ca4a3e9830d44e0221470c2e /roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml
parent75a46c184bda80158c085bcd38b40fd4d02aabd0 (diff)
downloadopenshift-73d0a3857a5e623c6f2403ca0575bc28cd048d17.tar.gz
openshift-73d0a3857a5e623c6f2403ca0575bc28cd048d17.tar.bz2
openshift-73d0a3857a5e623c6f2403ca0575bc28cd048d17.tar.xz
openshift-73d0a3857a5e623c6f2403ca0575bc28cd048d17.zip
GlusterFS: Use groups variables
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml')
-rw-r--r--roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml b/roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml
index 392f4b65b..7fc312880 100644
--- a/roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml
+++ b/roles/openshift_storage_glusterfs/tasks/glusterfs_registry.yml
@@ -17,10 +17,12 @@
glusterfs_heketi_topology_load: "{{ openshift_storage_glusterfs_registry_heketi_topology_load }}"
glusterfs_heketi_wipe: "{{ openshift_storage_glusterfs_registry_heketi_wipe }}"
glusterfs_heketi_url: "{{ openshift_storage_glusterfs_registry_heketi_url }}"
- glusterfs_nodes: "{{ g_glusterfs_registry_hosts }}"
+ glusterfs_nodes: "{{ groups.glusterfs_registry }}"
- include: glusterfs_common.yml
- when: g_glusterfs_registry_hosts != g_glusterfs_hosts
+ when:
+ - "'glusterfs_registry' in groups"
+ - "'glusterfs' not in groups or groups.glusterfs_registry != groups.glusterfs"
- name: Delete pre-existing GlusterFS registry resources
oc_obj: