From b52aeaa9526ee47c1bea72b71d0bafc7c640a9d3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 14 Feb 2018 19:43:00 +0000 Subject: [PATCH] direct retrace.stg to retrace02 per request in staging --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 4420927f87..32f7aedd9d 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -428,7 +428,7 @@ frontend retrace-frontend backend retrace-backend balance hdr(appserver) - server retrace01 retrace01:80 check inter 10s rise 1 fall 2 + server retrace02.qa.fedoraproject.org retrace02.qa.fedoraproject.org:80 check inter 10s rise 1 fall 2 {% endif %} {% if env == "staging" %}