summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-11-14 09:51:08 -0800
committerGitHub <noreply@github.com>2017-11-14 09:51:08 -0800
commit3cdf382be563207c62d22fac87ad57433fa6dd31 (patch)
tree2ec93276ef2fd71b91d621a56764f04e675d7917 /roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml
parent2e6369358b8ec30cb3031ec5de9f126f07c12521 (diff)
parentcfe73d1ebb9a29d51f0e96aa6df561b52332f859 (diff)
downloadopenshift-3cdf382be563207c62d22fac87ad57433fa6dd31.tar.gz
openshift-3cdf382be563207c62d22fac87ad57433fa6dd31.tar.bz2
openshift-3cdf382be563207c62d22fac87ad57433fa6dd31.tar.xz
openshift-3cdf382be563207c62d22fac87ad57433fa6dd31.zip
Merge pull request #5784 from jarrpa/glusterfs-new-features
Automatic merge from submit-queue. GlusterFS: Update for new features This is a small collection of updates to take advantage of new features available for containerized GlusterFS, currently available downstream in CNS 3.6.
Diffstat (limited to 'roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml')
-rw-r--r--roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml b/roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml
index 7b705c2d4..34af652c2 100644
--- a/roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml
+++ b/roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml
@@ -73,13 +73,11 @@ objects:
- name: HEKETI_EXECUTOR
value: ${HEKETI_EXECUTOR}
- name: HEKETI_FSTAB
- value: /var/lib/heketi/fstab
+ value: ${HEKETI_FSTAB}
- name: HEKETI_SNAPSHOT_LIMIT
value: '14'
- name: HEKETI_KUBE_GLUSTER_DAEMONSET
value: '1'
- - name: HEKETI_KUBE_NAMESPACE
- value: ${HEKETI_KUBE_NAMESPACE}
ports:
- containerPort: 8080
volumeMounts:
@@ -115,10 +113,10 @@ parameters:
displayName: heketi executor type
description: Set the executor type, kubernetes or ssh
value: kubernetes
-- name: HEKETI_KUBE_NAMESPACE
- displayName: Namespace
- description: Set the namespace where the GlusterFS pods reside
- value: default
+- name: HEKETI_FSTAB
+ displayName: heketi fstab path
+ description: Set the fstab path, file that is populated with bricks that heketi creates
+ value: /var/lib/heketi/fstab
- name: HEKETI_ROUTE
displayName: heketi route name
description: Set the hostname for the route URL