Blockerbugs: SPlit proxy configuration for stg and prod

This commit is contained in:
František Zatloukal 2022-02-08 12:33:46 +01:00
parent adc33f38f4
commit fbcf6c40c5

View file

@ -298,12 +298,23 @@
ocp4: true
remotepath: /blockerbugs
localpath: /blockerbugs
balancer_members:
- "{{ item }}"
balancer_members: "{{ ocp_nodes_stg }}"
tags: blockerbugs
with_items:
- "{{ ocp_nodes_stg }}"
- "{{ ocp_nodes }}"
when: env == "staging"
- 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
website: fedoraproject.org