ソースを参照

GlusterFS: Fix setting heketi route

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Jose A. Rivera 7 年 前
コミット
d507cebd64

+ 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: