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