Blockerbugs: adjust proxy for prod on ocp
This commit is contained in:
parent
40ea882f70
commit
fdec077685
1 changed files with 3 additions and 10 deletions
|
@ -289,14 +289,6 @@
|
|||
header_scheme: true
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: qa.fedoraproject.org
|
||||
destname: blockerbugs
|
||||
remotepath: /blockerbugs
|
||||
localpath: /blockerbugs
|
||||
proxyurl: "{{ varnish_url }}"
|
||||
when: env != "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: qa.fedoraproject.org
|
||||
destname: blockerbugs
|
||||
|
@ -306,9 +298,10 @@
|
|||
ocp4: true
|
||||
remotepath: /blockerbugs
|
||||
localpath: /blockerbugs
|
||||
balancer_members: "{{ ocp_nodes_stg }}"
|
||||
balancer_members:
|
||||
- "{{ ocp_nodes_stg }}"
|
||||
- "{{ ocp_nodes }}"
|
||||
tags: blockerbugs
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue