diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 1848a7a4d4..15a6a69e86 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -78,11 +78,12 @@ listen mirrormanager 0.0.0.0:10008 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 - balance hdr(appserver) - server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3 - server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3 - option httpchk GET /updates/nagios +## This is bodhi1.. removed for the bodhi2 migration. +##listen bodhi 0.0.0.0:10009 +## balance hdr(appserver) +## server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3 +## 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)