From 33d6d56322a4b3ab9f90c7b9f9973207450e16fc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 14 Nov 2021 19:21:06 -0800 Subject: [PATCH] proxies: point meetbot and meetbot-raw to value01.stg in stg This should let us test mote on value02 Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index d970123f84..6308f126c9 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -94,6 +94,7 @@ remotepath: /meetbot/ # Talk directly to the app server, not haproxy proxyurl: http://value01 + when: env != "staging" # The place for the fancy mote view - role: httpd/reverseproxy @@ -102,6 +103,25 @@ #remotepath: /mote/ # Talk directly to the app server, not haproxy proxyurl: http://value01 + when: env != "staging" + + # The place for the raw originals + - role: httpd/reverseproxy + website: meetbot-raw.fedoraproject.org + destname: meetbot + remotepath: /meetbot/ + # Talk directly to the app server, not haproxy + proxyurl: http://value02 + when: env == "staging" + + # The place for the fancy mote view + - role: httpd/reverseproxy + website: meetbot.fedoraproject.org + destname: mote + #remotepath: /mote/ + # Talk directly to the app server, not haproxy + proxyurl: http://value02 + when: env == "staging" - role: httpd/reverseproxy website: apps.fedoraproject.org