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