summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-16 09:34:33 -0400
committerGitHub <noreply@github.com>2017-10-16 09:34:33 -0400
commit27321df000f4789fa3876fdb43e4b083fe55bdcb (patch)
tree7f4b965e4e118fc013b4e94a40acdcfd6511cc2a /roles
parentb0ba3dc4b11199c5ccae37bdc452e3e35e225edc (diff)
parentb8879b5c6731bd51e590b470b1a51fce73db0ee1 (diff)
downloadopenshift-27321df000f4789fa3876fdb43e4b083fe55bdcb.tar.gz
openshift-27321df000f4789fa3876fdb43e4b083fe55bdcb.tar.bz2
openshift-27321df000f4789fa3876fdb43e4b083fe55bdcb.tar.xz
openshift-27321df000f4789fa3876fdb43e4b083fe55bdcb.zip
Merge pull request #5667 from jarrpa/deploy-heketi-fix-3.7
GlusterFS: remove topology reference from deploy-heketi
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_storage_glusterfs/files/v3.7/deploy-heketi-template.yml8
1 files changed, 0 insertions, 8 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 9ebb0d5ec..7b705c2d4 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
@@ -85,8 +85,6 @@ objects:
volumeMounts:
- name: db
mountPath: /var/lib/heketi
- - name: topology
- mountPath: ${TOPOLOGY_PATH}
- name: config
mountPath: /etc/heketi
readinessProbe:
@@ -103,9 +101,6 @@ objects:
port: 8080
volumes:
- name: db
- - name: topology
- secret:
- secretName: heketi-${CLUSTER_NAME}-topology-secret
- name: config
secret:
secretName: heketi-${CLUSTER_NAME}-config-secret
@@ -138,6 +133,3 @@ parameters:
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
- required: True