From f4080339b8feeca0e021e1f42a33f8b7b62dd7f7 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 1 Dec 2015 22:47:08 +0000 Subject: [PATCH] adding openqa01 to prod haproxy --- roles/haproxy/templates/haproxy.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index c4780e8908..6ba53ec5ad 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -217,6 +217,11 @@ listen mdapi 0.0.0.0:10043 server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2 option httpchk GET /mdapi +listen openqa 0.0.0.0:10044 + balance hdr(appserver) + server openqa01 openqa01:80 check inter 10s rise 1 fall 2 + option httpchk GET /group_overview/1 + # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others. # stunnel should be sitting on port 9939 (public) and redirecting