From 6b659b35c1d6214688920200efe1d782a0a5d877 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Oct 2019 04:52:01 +0200 Subject: Migrate more services (gogs, davmail), fix storage-related issues in web namespace --- setup/configs/openshift.yml | 2 ++ setup/configs/security.yml | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) (limited to 'setup/configs') diff --git a/setup/configs/openshift.yml b/setup/configs/openshift.yml index 1a6197d..fc1743a 100644 --- a/setup/configs/openshift.yml +++ b/setup/configs/openshift.yml @@ -12,6 +12,7 @@ ands_openshift_projects: adai: ADAI bora: Build Once Run Always wave: Web-based Analysis of Volumes + services: Additional services web: Web Sites mon: OpenShift monitoring test: Namespace for testing and prototyping @@ -35,6 +36,7 @@ ands_openshift_roles: adai/admin: csa, kopmann bora/admin: csa, ntj, katrin, kopmann wave/admin: csa, ntj + services/admin: csa web/admin: kopmann, jonasteufel mon/admin: csa test/admin: csa, ntj, kopmann, katrin diff --git a/setup/configs/security.yml b/setup/configs/security.yml index d249611..a35b33e 100644 --- a/setup/configs/security.yml +++ b/setup/configs/security.yml @@ -17,16 +17,17 @@ ands_openshift_groups_mode: "MustRunAs" #ands_openshift_uid_ranges: ands_openshift_gid_ranges: - kaas: "4000/10" - katrin: "5000/10" - status: "5100/10" - adei: "6000/10" - adai: "6050/10" - bora: "6100/10" - web: "6200/10" - mon: "7000/10" - test: "7100/10" - wave: "8000/10" + kaas: "4000/10" + katrin: "5000/10" + status: "5100/10" + adei: "6000/10" + adai: "6050/10" + bora: "6100/10" + web: "6200/10" + mon: "7000/10" + test: "7100/10" + wave: "8000/10" + services: "9000/10" # The default user and group mentioned in some projects ands_openshift_uids: -- cgit v1.2.3