diff options
Diffstat (limited to 'setup')
-rw-r--r-- | setup/configs/openshift.yml | 8 |
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" |