From 4057cc4ce716435010e6ab1078918812bd21635b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 18 Aug 2015 22:22:38 +0000 Subject: [PATCH] bodhi2 haproxy entry (prod). --- roles/haproxy/templates/haproxy.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 1c2767ab05..1848a7a4d4 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -84,6 +84,12 @@ listen bodhi 0.0.0.0:10009 server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3 option httpchk GET /updates/nagios +listen bodhi2 0.0.0.0:10010 + balance hdr(appserver) + server bodhi03 bodhi03:80 check inter 20s rise 2 fall 3 + server bodhi04 bodhi04:80 check inter 20s rise 2 fall 3 + option httpchk GET / + listen freemedia 0.0.0.0:10011 balance hdr(appserver) server sundries01 sundries01:80 check inter 60s rise 2 fall 3