summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-07-07 15:21:58 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-07-08 16:09:39 -0500
commit726dae9a3fa4b8e825387c39e2d5ef4a34095b7c (patch)
treedc4d387b39419cff57a0892c7503318fc257cfcb /roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
parent2c647a966f141dff1aa1d716747e44b7d0923fd1 (diff)
downloadopenshift-726dae9a3fa4b8e825387c39e2d5ef4a34095b7c.tar.gz
openshift-726dae9a3fa4b8e825387c39e2d5ef4a34095b7c.tar.bz2
openshift-726dae9a3fa4b8e825387c39e2d5ef4a34095b7c.tar.xz
openshift-726dae9a3fa4b8e825387c39e2d5ef4a34095b7c.zip
GlusterFS: Fix SSH-based heketi configuration
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml')
-rw-r--r--roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
index 63009c539..5ef4b5c83 100644
--- a/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
+++ b/roles/openshift_storage_glusterfs/tasks/heketi_deploy_part2.yml
@@ -106,6 +106,7 @@
HEKETI_ROUTE: "{{ glusterfs_heketi_url | default(['heketi-',glusterfs_name]|join) }}"
HEKETI_USER_KEY: "{{ glusterfs_heketi_user_key }}"
HEKETI_ADMIN_KEY: "{{ glusterfs_heketi_admin_key }}"
+ HEKETI_EXECUTOR: "{{ glusterfs_heketi_executor }}"
HEKETI_KUBE_NAMESPACE: "{{ glusterfs_namespace }}"
CLUSTER_NAME: "{{ glusterfs_name }}"