From f208989382156fc38c480ee9439ac16ed664abfa Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 9 May 2019 14:44:31 +0200 Subject: [PATCH] ipsilon: attempt move in stg to openshift Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 4a4b3a5b70..f585fbaf71 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -158,17 +158,21 @@ localpath: /accounts proxyurl: http://localhost:10004 - # Fedoauth is odd here -- it has an entry for both stg and prod. + # Ipsilon is odd here -- it has an entry for both stg and prod. - role: httpd/reverseproxy website: id.stg.fedoraproject.org - destname: id - proxyurl: http://localhost:10020 + destname: os-id + balancer_name: app-os + targettype: openshift + keephost: true when: env == "staging" - role: httpd/reverseproxy website: username.id.stg.fedoraproject.org - destname: usernameid - proxyurl: http://localhost:10020 + destname: os-usernameid + balancer_name: app-os + targettype: openshift + keephost: true when: env == "staging" - role: httpd/reverseproxy