From fdec0776858420724084ca37c1ff17cdb52225fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Tue, 8 Feb 2022 12:18:43 +0100 Subject: [PATCH] Blockerbugs: adjust proxy for prod on ocp --- playbooks/include/proxies-reverseproxy.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 697423b0ab..c2c6cb4f59 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -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