diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:52:01 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-10-06 04:52:01 +0200 |
commit | 6b659b35c1d6214688920200efe1d782a0a5d877 (patch) | |
tree | d0dac24ff6ee619905a91ef76ec029e6cc359088 /setup/configs | |
parent | 369c5d409d9466dfb3360b35c0219d23ae99e2f4 (diff) | |
download | ands-6b659b35c1d6214688920200efe1d782a0a5d877.tar.gz ands-6b659b35c1d6214688920200efe1d782a0a5d877.tar.bz2 ands-6b659b35c1d6214688920200efe1d782a0a5d877.tar.xz ands-6b659b35c1d6214688920200efe1d782a0a5d877.zip |
Migrate more services (gogs, davmail), fix storage-related issues in web namespace
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: |