Browse Source

Merge pull request #8169 from jarrpa/heketi-route-fix

GlusterFS: Fix setting heketi route
Scott Dodson 7 years ago
parent
commit
30fede5294
1 changed files with 0 additions and 2 deletions
  1. 0 2
      roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml

+ 0 - 2
roles/openshift_storage_glusterfs/tasks/glusterfs_common.yml

@@ -341,14 +341,12 @@
     register: heketi_route
     when:
     - glusterfs_heketi_is_native
-    - glusterfs_heketi_route is not defined
 
   - name: Determine StorageClass heketi URL
     set_fact:
       glusterfs_heketi_route: "{{ heketi_route.results.results[0]['spec']['host'] }}"
     when:
     - glusterfs_heketi_is_native
-    - glusterfs_heketi_route is not defined
 
   - name: Generate Gluster Block StorageClass file
     template: