diff options
Diffstat (limited to 'setup/configs')
-rw-r--r-- | setup/configs/openshift.yml | 2 | ||||
-rw-r--r-- | setup/configs/security.yml | 21 |
2 files changed, 13 insertions, 10 deletions
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: |