summaryrefslogtreecommitdiffstats
path: root/setup/configs/openshift.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-03-23 06:51:23 +0100
committerSuren A. Chilingaryan <csa@suren.me>2018-03-23 06:51:23 +0100
commitc163108c0c0c7b7a4f05da411e98ac0f503e31e0 (patch)
tree4934d1b2e98b0e8a94816848e44496e009e6755f /setup/configs/openshift.yml
parentcba41110aa086553192ed5a309a6b8031812c221 (diff)
downloadands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.gz
ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.bz2
ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.tar.xz
ands-c163108c0c0c7b7a4f05da411e98ac0f503e31e0.zip
Fix critical bug in docker provisioner, improve mysql performance, provision system users/groups to enable NFS group mapping, various minor fixes
Diffstat (limited to 'setup/configs/openshift.yml')
-rw-r--r--setup/configs/openshift.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup/configs/openshift.yml b/setup/configs/openshift.yml
index e6e4c75..10146e8 100644
--- a/setup/configs/openshift.yml
+++ b/setup/configs/openshift.yml
@@ -9,11 +9,11 @@ ands_openshift_projects:
test: Namespace for testing and prototyping
ands_openshift_users:
- pdv: IPE Administation Account
- katrin: KATRIN Project
- csa: Suren A. Chilingaryan <csa@suren.me>
- kopmann: Andreas Kopmann <kopmann@kit.edu>
- ntj: Nicholas Tan Jerome <nicholas.jerome@kit.edu>
+ pdv: { name: "IPE Administation Account" }
+ katrin: { name: "KATRIN Project" }
+ csa: { name: "Suren A. Chilingaryan", email: "csa@suren.me", uid: "1001", shell: "/bin/bash" }
+ kopmann: { name: "Andreas Kopmann", email: "kopmann@kit.edu" }
+ ntj: { name: "Nicholas Tan Jerome", email: "nicholas.jerome@kit.edu" }
ands_openshift_roles:
cluster-admin: csa