|
@@ -3,7 +3,7 @@
|
|
|
# lib_utils/library/glusterfs_check_containerized.py
|
|
|
- name: Check for GlusterFS cluster health
|
|
|
glusterfs_check_containerized:
|
|
|
- oc_bin: "{{ first_master_client_binary }}"
|
|
|
+ oc_bin: "{{ hostvars[groups.oo_first_master.0]['first_master_client_binary'] }}"
|
|
|
oc_conf: "{{ openshift.common.config_base }}/master/admin.kubeconfig"
|
|
|
oc_namespace: "{{ glusterfs_namespace }}"
|
|
|
cluster_name: "{{ glusterfs_name }}"
|