From 6afb9e9f5a6d423fe126b431d1fa6f3ebd74a9ef Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 5 Apr 2016 17:03:23 +0000 Subject: [PATCH] These were supposed to be staging-only, not production-only Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 69f5c57b3d..12fdc0c3be 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -295,25 +295,25 @@ listen zanata2fedmsg 0.0.0.0:10046 balance hdr(appserver) server zanata2fedmsg01 zanata2fedmsg01:80 check inter 10s rise 1 fall 2 -{% if env == "production" %} +{% if env == "staging" %} listen osbs 0.0.0.0:10047 balance hdr(appserver) server osbs-master01 osbs-master01:80 check inter 10s rise 1 fall 2 {% endif %} -{% if env == "production" %} +{% if env == "staging" %} listen docker-registry 0.0.0.0:10048 balance hdr(appserver) server docker-registry01 docker-registry01:80 check inter 10s rise 1 fall 2 {% endif %} -{% if env == "production" %} +{% if env == "staging" %} listen retrace 0.0.0.0:10049 balance hdr(appserver) server retrace01 retrace01:80 check inter 10s rise 1 fall 2 {% endif %} -{% if env == "production" %} +{% if env == "staging" %} listen faf 0.0.0.0:10050 balance hdr(appserver) server faf01 faf01:80 check inter 10s rise 1 fall 2