haproxy: remove FAS

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-22 09:22:28 +02:00
parent 766f34132e
commit e4fbd6f88a

View file

@ -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