summaryrefslogtreecommitdiffstats
path: root/setup/configs/openshift.yml
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-15 06:57:07 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-15 06:57:07 +0200
commite41e21f6d0f5ca7aace86bf60e8b503bb20fdcd5 (patch)
tree390101c89a5e8f5c8c8dd23263730821f7edbbeb /setup/configs/openshift.yml
parent79b191d207d7670295781c550847ce7d695cc388 (diff)
downloadands-e41e21f6d0f5ca7aace86bf60e8b503bb20fdcd5.tar.gz
ands-e41e21f6d0f5ca7aace86bf60e8b503bb20fdcd5.tar.bz2
ands-e41e21f6d0f5ca7aace86bf60e8b503bb20fdcd5.tar.xz
ands-e41e21f6d0f5ca7aace86bf60e8b503bb20fdcd5.zip
Support BuildConfig in ands_kaas role
Diffstat (limited to 'setup/configs/openshift.yml')
-rw-r--r--setup/configs/openshift.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup/configs/openshift.yml b/setup/configs/openshift.yml
index 95ade9f..0f37a07 100644
--- a/setup/configs/openshift.yml
+++ b/setup/configs/openshift.yml
@@ -1,4 +1,9 @@
---
+ands_info:
+ vendor: KIT
+ admin: "Suren A. Chilingaryan"
+ git_url: "http://git.ipe.kit.edu"
+
ands_openshift_projects:
kaas: KaaS router and common resources
katrin: KArlsruhe TRItium Neutrino
@@ -31,3 +36,6 @@ ands_openshift_roles:
web/admin: kopmann, jonasteufel
mon/admin: csa
test/admin: csa, ntj, kopmann, katrin
+
+ands_repos:
+ docker: "{{ ands_info.git_url }}/ands-docker"