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
|
header_scheme: true
|
||||||
when: env == "staging"
|
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
|
- role: httpd/reverseproxy
|
||||||
website: qa.fedoraproject.org
|
website: qa.fedoraproject.org
|
||||||
destname: blockerbugs
|
destname: blockerbugs
|
||||||
|
@ -306,9 +298,10 @@
|
||||||
ocp4: true
|
ocp4: true
|
||||||
remotepath: /blockerbugs
|
remotepath: /blockerbugs
|
||||||
localpath: /blockerbugs
|
localpath: /blockerbugs
|
||||||
balancer_members: "{{ ocp_nodes_stg }}"
|
balancer_members:
|
||||||
|
- "{{ ocp_nodes_stg }}"
|
||||||
|
- "{{ ocp_nodes }}"
|
||||||
tags: blockerbugs
|
tags: blockerbugs
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: fedoraproject.org
|
website: fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue