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:
David Shier
2018-10-02 02:01:03 +02:00
committed by Kevin Fenzi
parent 09fee6e297
commit c0f45892ff
55 changed files with 4 additions and 1267 deletions

View File

@@ -101,15 +101,6 @@ syncHttpLogs {{host}}
syncHttpLogs {{host}}
{% endfor %}
## Sync up all tagger hosts
{% for host in groups['tagger'] %}
syncHttpLogs {{host}}
{% endfor %}
{% for host in groups['tagger-stg'] %}
syncHttpLogs {{host}}
{% endfor %}
## Sync up all bodhi hosts
{% for host in groups['bodhi2'] %}
syncHttpLogs {{host}}
@@ -188,16 +179,6 @@ syncHttpLogs {{host}}
syncHttpLogs {{host}}
{% endfor %}
## sync up statscache
{% for host in groups['statscache-web'] %}
syncHttpLogs {{host}}
{% endfor %}
{% for host in groups['statscache-web-stg'] %}
syncHttpLogs {{host}}
{% endfor %}
## sync up autocloud
{% for host in groups['autocloud-web'] %}
syncHttpLogs {{host}}