qa-landingpage: also reverseproxy in
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1c99e82da7
commit
da6ed6302b
1 changed files with 11 additions and 0 deletions
|
@ -307,6 +307,17 @@
|
|||
tags: blockerbugs
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: qa.fedoraproject.org
|
||||
destname: qa-landingpage
|
||||
balancer_name: apps-ocp
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
ocp4: true
|
||||
tags: qa-landingpage
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: qa.fedoraproject.org
|
||||
destname: blockerbugs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue