Blockerbugs: SPlit proxy configuration for stg and prod
This commit is contained in:
parent
adc33f38f4
commit
fbcf6c40c5
1 changed files with 16 additions and 5 deletions
|
@ -298,12 +298,23 @@
|
||||||
ocp4: true
|
ocp4: true
|
||||||
remotepath: /blockerbugs
|
remotepath: /blockerbugs
|
||||||
localpath: /blockerbugs
|
localpath: /blockerbugs
|
||||||
balancer_members:
|
balancer_members: "{{ ocp_nodes_stg }}"
|
||||||
- "{{ item }}"
|
|
||||||
tags: blockerbugs
|
tags: blockerbugs
|
||||||
with_items:
|
when: env == "staging"
|
||||||
- "{{ ocp_nodes_stg }}"
|
|
||||||
- "{{ ocp_nodes }}"
|
- role: httpd/reverseproxy
|
||||||
|
website: qa.fedoraproject.org
|
||||||
|
destname: blockerbugs
|
||||||
|
balancer_name: apps-ocp
|
||||||
|
targettype: openshift
|
||||||
|
keephost: true
|
||||||
|
ocp4: true
|
||||||
|
remotepath: /blockerbugs
|
||||||
|
localpath: /blockerbugs
|
||||||
|
balancer_members: "{{ ocp_nodes }}"
|
||||||
|
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