Преглед на файлове

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

GlusterFS: Fix setting heketi route
Scott Dodson преди 7 години
родител
ревизия
30fede5294
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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: