From e4fbd6f88a588a69bee4de10f6b86f239f3dbfd6 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 22 May 2019 09:22:28 +0200 Subject: [PATCH] haproxy: remove FAS Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index de27275541..3db10fa4da 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -64,22 +64,6 @@ backend mirror-lists-backend option httpchk GET /metalink?repo=epel-7&arch=x86_64 option allbackups -frontend fas-frontend - bind 0.0.0.0:10004 - default_backend fas-backend - -backend fas-backend - # These values are set extremely low so any issues are recovered from very - # quickly. Setting these higher will cause odd behavior in apps that - # depend on fas (like bodhi, etc) - balance hdr(appserver) - server fas01 fas01:80 check inter 5s rise 1 fall 2 -{% if env == "production" %} - server fas02 fas02:80 check inter 5s rise 1 fall 2 - server fas03 fas03:80 check inter 5s rise 1 fall 2 -{% endif %} - option httpchk GET /accounts/ - frontend voting-frontend bind 0.0.0.0:10007 default_backend voting-backend