From e23baa8a5845216d0dc10027dc17586ffc86efb2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 13 Apr 2018 15:32:19 +0000 Subject: [PATCH] Move bodhi in stg to openshift Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 3c1f958889..d187efa6c4 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -272,6 +272,13 @@ website: bodhi.fedoraproject.org destname: bodhi proxyurl: http://localhost:10010 + when: env != "staging" + + - role: httpd/reverseproxy + website: bodhi.fedoraproject.org + destname: bodhi + proxyurl: http://localhost:10065 + when: env == "staging" - role: httpd/reverseproxy website: hubs.fedoraproject.org