From 4ca7cdfed40f3aff0484225a0c346752489c8323 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 28 Jul 2015 17:54:21 +0000 Subject: [PATCH] Add mm-frontend02 to haproxy --- roles/haproxy/templates/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 1b0517000f..1c2767ab05 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -75,6 +75,7 @@ listen voting 0.0.0.0:10007 listen mirrormanager 0.0.0.0:10008 balance hdr(appserver) server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3 + server mm-frontend02 mm-frontend02:80 check inter 60s rise 2 fall 3 option httpchk GET /mirrormanager/static/mirrormanager2.css listen bodhi 0.0.0.0:10009