summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
diff options
context:
space:
mode:
authorJose A. Rivera <jarrpa@redhat.com>2017-06-14 11:27:56 -0500
committerJose A. Rivera <jarrpa@redhat.com>2017-06-16 17:29:25 -0500
commit3b3c6a33f5cab37d4574182ffe7f756b24d1cbb6 (patch)
tree056ce07b47665fef39f841421e1033d21fd846d9 /roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
parent9e00598f97444aa88455c9837ab821312c4eea48 (diff)
downloadopenshift-3b3c6a33f5cab37d4574182ffe7f756b24d1cbb6.tar.gz
openshift-3b3c6a33f5cab37d4574182ffe7f756b24d1cbb6.tar.bz2
openshift-3b3c6a33f5cab37d4574182ffe7f756b24d1cbb6.tar.xz
openshift-3b3c6a33f5cab37d4574182ffe7f756b24d1cbb6.zip
GlusterFS: Allow configuration of heketi port
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
Diffstat (limited to 'roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml')
-rw-r--r--roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml b/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
index df665b37e..4434f750c 100644
--- a/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
+++ b/roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml
@@ -29,7 +29,7 @@ objects:
- kind: Route
apiVersion: v1
metadata:
- name: deploy-heketi-${CLUSTER_NAME}
+ name: ${HEKETI_ROUTE}
labels:
glusterfs: deploy-heketi-${CLUSTER_NAME}-route
deploy-heketi: support
@@ -115,6 +115,10 @@ parameters:
displayName: Namespace
description: Set the namespace where the GlusterFS pods reside
value: default
+- name: HEKETI_ROUTE
+ displayName: heketi route name
+ description: Set the hostname for the route URL
+ value: "heketi-glusterfs"
- name: IMAGE_NAME
displayName: heketi container image name
required: True