summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/defaults
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-07-13 11:27:34 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-07-14 10:37:29 -0500
commit40f72f4b0644ae13c4f17f5c45cc0617c43fc733 (patch)
treee448a147be59d4bce062e23a75717998a0b974fa /roles/openshift_storage_glusterfs/defaults
parent11d153a8a573af95d1f7f30df936e72e466c595e (diff)
downloadopenshift-40f72f4b0644ae13c4f17f5c45cc0617c43fc733.tar.gz
openshift-40f72f4b0644ae13c4f17f5c45cc0617c43fc733.tar.bz2
openshift-40f72f4b0644ae13c4f17f5c45cc0617c43fc733.tar.xz
openshift-40f72f4b0644ae13c4f17f5c45cc0617c43fc733.zip
GlusterFS: Make heketi-cli command configurable
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/defaults')
-rw-r--r--roles/openshift_storage_glusterfs/defaults/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift_storage_glusterfs/defaults/main.yml b/roles/openshift_storage_glusterfs/defaults/main.yml
index ebe825079..1cf0c9d09 100644
--- a/roles/openshift_storage_glusterfs/defaults/main.yml
+++ b/roles/openshift_storage_glusterfs/defaults/main.yml
@@ -11,6 +11,7 @@ openshift_storage_glusterfs_wipe: False
openshift_storage_glusterfs_heketi_is_native: "{{ openshift_storage_glusterfs_is_native }}"
openshift_storage_glusterfs_heketi_is_missing: True
openshift_storage_glusterfs_heketi_deploy_is_missing: True
+openshift_storage_glusterfs_heketi_cli: 'heketi-cli'
openshift_storage_glusterfs_heketi_image: "{{ 'rhgs3/rhgs-volmanager-rhel7' | quote if deployment_type == 'openshift-enterprise' else 'heketi/heketi' | quote }}"
openshift_storage_glusterfs_heketi_version: 'latest'
openshift_storage_glusterfs_heketi_admin_key: "{{ omit }}"
@@ -37,6 +38,7 @@ openshift_storage_glusterfs_registry_wipe: "{{ openshift_storage_glusterfs_wipe
openshift_storage_glusterfs_registry_heketi_is_native: "{{ openshift_storage_glusterfs_registry_is_native }}"
openshift_storage_glusterfs_registry_heketi_is_missing: "{{ openshift_storage_glusterfs_heketi_is_missing }}"
openshift_storage_glusterfs_registry_heketi_deploy_is_missing: "{{ openshift_storage_glusterfs_heketi_deploy_is_missing }}"
+openshift_storage_glusterfs_registry_heketi_cli: "{{ openshift_storage_glusterfs_heketi_cli }}"
openshift_storage_glusterfs_registry_heketi_image: "{{ openshift_storage_glusterfs_heketi_image }}"
openshift_storage_glusterfs_registry_heketi_version: "{{ openshift_storage_glusterfs_heketi_version }}"
openshift_storage_glusterfs_registry_heketi_admin_key: "{{ omit }}"