Nuke pkgdb some more... and probably break everything.

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-07-19 20:36:54 +00:00
parent 0e04af843a
commit 4a60ddc875
69 changed files with 22 additions and 3248 deletions

View file

@ -61,18 +61,6 @@ backend mirror-lists-backend
option httpchk GET /mirrorlist
option allbackups
frontend pkgdb-frontend
bind 0.0.0.0:10003
default_backend pkgdb-backend
backend pkgdb-backend
balance hdr(appserver)
server pkgdb01 pkgdb01:80 check inter 10s rise 2 fall 3
{% if env == "production" %}
server pkgdb02 pkgdb02:80 check inter 10s rise 2 fall 3
{% endif %}
option httpchk GET /pkgdb/collections/
frontend fas-frontend
bind 0.0.0.0:10004
default_backend fas-backend
@ -80,7 +68,7 @@ frontend fas-frontend
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 pkgdb, bodhi, etc)
# depend on fas (like bodhi, etc)
balance hdr(appserver)
server fas01 fas01:80 check inter 5s rise 1 fall 2
{% if env == "production" %}