testdays: fix up testdays proxying in staging

It was redirecting it to the old fedorainfracloud ip.
Then it wasn't proxying to openshift.

When moving to prod, the conditionals here should be removed.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-11-01 11:32:51 -08:00
parent 47a0701583
commit 48e878b9fe
2 changed files with 9 additions and 0 deletions

View file

@ -572,6 +572,7 @@
shortname: testdays
website: testdays.fedoraproject.org
target: https://testdays-testdays.apps.os.fedorainfracloud.org
when: env != 'staging'
# Cloudy bits
- role: httpd/redirect

View file

@ -737,3 +737,11 @@
keephost: true
tags: fpdc
- role: httpd/reverseproxy
website: testdays.fedoraproject.org
destname: testdays
balancer_name: app-os
targettype: openshift
keephost: true
tags: testdays
when: env == "staging"