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:
parent
47a0701583
commit
48e878b9fe
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue