diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 02767000e3..6a3330fd72 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -117,15 +117,6 @@ backend mirror-lists-backend option httpchk GET /metalink?repo=epel-9&arch=x86_64 option allbackups -frontend mirrormanager-frontend - bind 0.0.0.0:10008 - default_backend mirrormanager-backend - -backend mirrormanager-backend - balance hdr(appserver) - server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3 - option httpchk GET /mirrormanager/static/mirrormanager2.css - frontend freemedia-frontend bind 0.0.0.0:10011 default_backend freemedia-backend @@ -138,27 +129,6 @@ backend freemedia-backend {% endif %} option httpchk GET /freemedia/FreeMedia-form.html -#frontend packages-frontend -# bind 0.0.0.0:10016 -# default_backend packages-backend -# -#backend packages-backend -# balance hdr(appserver) -# server packages03 packages03:80 check inter 5s rise 2 fall 3 -#{% if env == "production" %} -# server packages04 packages04:80 check inter 5s rise 2 fall 3 -#{% endif %} -# option httpchk GET /packages/_heartbeat - -frontend blockerbugs-frontend - bind 0.0.0.0:10022 - default_backend blockerbugs-backend - -backend blockerbugs-backend - balance hdr(appserver) - server blockerbugs01 blockerbugs01:80 check inter 10s rise 1 fall 2 - option httpchk GET /blockerbugs - # IMPORTANT: 10023-10026 will NOT work because of selinux policies frontend geoip-city-frontend @@ -175,15 +145,6 @@ backend geoip-city-backend # IMPORTANT: 10031 will NOT work because of selinux policies -frontend badges-frontend - bind 0.0.0.0:10032 - default_backend badges-backend - -backend badges-backend - balance hdr(appserver) - server badges-web01 badges-web01:80 check inter 10s rise 1 fall 2 - option httpchk GET /heartbeat - frontend github2fedmsg-frontend bind 0.0.0.0:10037 default_backend github2fedmsg-backend @@ -193,15 +154,6 @@ backend github2fedmsg-backend server github2fedmsg01 github2fedmsg01:80 check inter 10s rise 1 fall 2 option httpchk GET /github2fedmsg/ -frontend kerneltest-frontend - bind 0.0.0.0:10038 - default_backend kerneltest-backend - -backend kerneltest-backend - balance hdr(appserver) - server kerneltest01 kerneltest01:80 check inter 10s rise 1 fall 2 - option httpchk GET /kerneltest - {% if env == "production" %} frontend openqa-frontend bind 0.0.0.0:10044 @@ -228,19 +180,6 @@ backend oci-registry-backend server oci-registry02 oci-registry02:5000 check inter 10s rise 1 fall 2 {% endif %} -{% if env == "staging" %} - -frontend pps-frontend - bind 0.0.0.0:10051 - default_backend pps-backend - -backend pps-backend - balance hdr(appserver) - server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2 - option httpchk GET /pps - -{% endif %} - frontend ipsilon-frontend bind 0.0.0.0:10020 default_backend ipsilon-backend