From bb3e88188a475e64801bf447e11bb8db57a9a139 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 8 May 2018 15:52:19 +0000 Subject: [PATCH] remove the bodhi from the haproxy --- roles/haproxy/templates/haproxy.cfg | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 0bae0c56d2..3ddf847dbb 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -113,17 +113,6 @@ backend mirrormanager-backend {% endif %} option httpchk GET /mirrormanager/static/mirrormanager2.css -frontend bodhi2-frontend - bind 0.0.0.0:10010 - default_backend bodhi2-backend - -backend bodhi2-backend - balance hdr(appserver) -{% if env == "staging" %} - server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3 -{% endif %} - option httpchk GET / - frontend freemedia-frontend bind 0.0.0.0:10011 default_backend freemedia-backend