ipsilon: attempt move in stg to openshift

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 14:44:31 +02:00
parent c62cf8bf1d
commit f208989382

View file

@ -158,17 +158,21 @@
localpath: /accounts localpath: /accounts
proxyurl: http://localhost:10004 proxyurl: http://localhost:10004
# Fedoauth is odd here -- it has an entry for both stg and prod. # Ipsilon is odd here -- it has an entry for both stg and prod.
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: id.stg.fedoraproject.org website: id.stg.fedoraproject.org
destname: id destname: os-id
proxyurl: http://localhost:10020 balancer_name: app-os
targettype: openshift
keephost: true
when: env == "staging" when: env == "staging"
- role: httpd/reverseproxy - role: httpd/reverseproxy
website: username.id.stg.fedoraproject.org website: username.id.stg.fedoraproject.org
destname: usernameid destname: os-usernameid
proxyurl: http://localhost:10020 balancer_name: app-os
targettype: openshift
keephost: true
when: env == "staging" when: env == "staging"
- role: httpd/reverseproxy - role: httpd/reverseproxy