Removed all traces i could fild of the tagger and statscache (and stats_cache for databases) in ansible, proxy configs, and the nagios config. Pursuant to request in pagzre issue https://pagure.io/fedora-infrastructure/issue/7267 . - Odin2016
This commit is contained in:
parent
09fee6e297
commit
c0f45892ff
55 changed files with 4 additions and 1267 deletions
|
@ -125,18 +125,6 @@ backend packages-backend
|
|||
{% endif %}
|
||||
option httpchk GET /packages/_heartbeat
|
||||
|
||||
frontend tagger-frontend
|
||||
bind 0.0.0.0:10017
|
||||
default_backend tagger-backend
|
||||
|
||||
backend tagger-backend
|
||||
balance hdr(appserver)
|
||||
server tagger01 tagger01:80 check inter 60s rise 2 fall 3
|
||||
{% if env == "production" %}
|
||||
server tagger02 tagger02:80 check inter 60s rise 2 fall 3
|
||||
{% endif %}
|
||||
option httpchk GET /tagger/_heartbeat
|
||||
|
||||
frontend totpcgiprovision-frontend
|
||||
bind 0.0.0.0:10019
|
||||
default_backend totpcgiprovision-backend
|
||||
|
@ -296,16 +284,6 @@ backend autocloud-backend
|
|||
server autocloud-web02 autocloud-web02:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /autocloud/
|
||||
|
||||
frontend statscache-frontend
|
||||
bind 0.0.0.0:10042
|
||||
default_backend statscache-backend
|
||||
|
||||
backend statscache-backend
|
||||
balance hdr(appserver)
|
||||
server statscache-web01 statscache-web01:80 check inter 10s rise 1 fall 2
|
||||
server statscache-web02 statscache-web02:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /statscache/
|
||||
|
||||
frontend mdapi-frontend
|
||||
bind 0.0.0.0:10043
|
||||
default_backend mdapi-backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue