From f992ec5593bc0acd5774e94bd9d54fc57694128e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 13 Jul 2016 23:44:42 +0000 Subject: [PATCH] Don't deploy osbs to haproxy just yet This reverts commit 440abf0ea7882c3446ad0e1f04a82a18585b35d6. --- roles/haproxy/templates/haproxy.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 172ae28aa3..e0c76a3fff 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -288,9 +288,11 @@ listen zanata2fedmsg 0.0.0.0:10046 balance hdr(appserver) server zanata2fedmsg01 zanata2fedmsg01:80 check inter 10s rise 1 fall 2 +{% if env == "staging" %} listen osbs 0.0.0.0:10047 balance hdr(appserver) server osbs-master01 osbs-master01:8443 check inter 10s rise 1 fall 2 check ssl verify none +{% endif %} listen docker-registry 0.0.0.0:10048 balance hdr(appserver)