From 7b7d939467d68b2dd00b6a908d89587729187bf6 Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Wed, 14 Jun 2017 11:01:41 -0500 Subject: GlusterFS: Minor template fixes Signed-off-by: Jose A. Rivera --- .../files/v3.6/deploy-heketi-template.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml') 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 81b4fa5dc..df665b37e 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 @@ -116,13 +116,14 @@ parameters: description: Set the namespace where the GlusterFS pods reside value: default - name: IMAGE_NAME - displayName: heketi container name + displayName: heketi container image name required: True - name: IMAGE_VERSION - displayName: heketi container versiona + displayName: heketi container image version required: True - name: CLUSTER_NAME displayName: GlusterFS cluster name + description: A unique name to identify this heketi service, useful for running multiple heketi instances value: glusterfs - name: TOPOLOGY_PATH displayName: heketi topology file location -- cgit v1.2.3 From 3b3c6a33f5cab37d4574182ffe7f756b24d1cbb6 Mon Sep 17 00:00:00 2001 From: "Jose A. Rivera" Date: Wed, 14 Jun 2017 11:27:56 -0500 Subject: GlusterFS: Allow configuration of heketi port Signed-off-by: Jose A. Rivera --- .../files/v3.6/deploy-heketi-template.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'roles/openshift_storage_glusterfs/files/v3.6/deploy-heketi-template.yml') 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 -- cgit v1.2.3