summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_storage_glusterfs/tasks')
-rw-r--r--roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml b/roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml
index 4928e86e5..b8f3cab9d 100644
--- a/roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml
+++ b/roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml
@@ -293,7 +293,8 @@
- name: Determine StorageClass heketi URL
set_fact:
- glusterfs_heketi_route: "{{ heketi_route.results.results[0]['spec']['host'] }}"
+ glusterfs_heketi_route: "heketi-{{ glusterfs_name }}.{{ glusterfs_namespace }}.svc.cluster.local:8080"
+# glusterfs_heketi_route: "{{ heketi_route.results.results[0]['spec']['host'] }}"
when:
- glusterfs_heketi_is_native
@@ -344,7 +345,8 @@
- name: Determine StorageClass heketi URL
set_fact:
- glusterfs_heketi_route: "{{ heketi_route.results.results[0]['spec']['host'] }}"
+ glusterfs_heketi_route: "heketi-{{ glusterfs_name }}.{{ glusterfs_namespace }}.svc.cluster.local:8080"
+# glusterfs_heketi_route: "{{ heketi_route.results.results[0]['spec']['host'] }}"
when:
- glusterfs_heketi_is_native
- glusterfs_heketi_route is not defined