time to remove the spanner in the works

This commit is contained in:
Stephen Smoogen 2019-11-27 20:16:12 +00:00 committed by Pierre-Yves Chibon
parent 55e68ff124
commit 6174e107e0
6 changed files with 1 additions and 16 deletions

View file

@ -52,16 +52,6 @@ composer.stg.phx2.fedoraproject.org
retrace01.qa.fedoraproject.org
[repospanner]
repospanner01.phx2.fedoraproject.org
repospanner-cc-rdu01.fedoraproject.org
repospanner-ibiblio01.fedoraproject.org
[repospanner_temp]
repospanner-temp01.fedoraproject.org
repospanner-temp02.fedoraproject.org
repospanner-temp03.fedoraproject.org
[gdpr_delete]
[certgetter]

View file

@ -84,8 +84,6 @@
- import_playbook: /srv/web/infra/ansible/playbooks/groups/rabbitmq.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/retrace.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/releng-compose.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/repospanner.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/repospanner-temp.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/secondary.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/smtp-mm.yml
- import_playbook: /srv/web/infra/ansible/playbooks/groups/sign-bridge.yml

View file

@ -131,7 +131,6 @@
- check_fedmsg_gateway_proc.cfg
- check_fedmsg_composer_proc.cfg
- check_redis_proc.cfg
- check_repospanner_proc.cfg
- check_autocloud_proc.cfg
- check_fedmsg_consumers.cfg
- check_supybot_fedmsg_plugin.cfg

View file

@ -332,7 +332,6 @@ command[check_fedmsg_irc_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C '
command[check_fedmsg_tweet_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-tweet' -u fedmsg
command[check_fedmsg_composer_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'fedmsg-hub-3' -u apache
command[check_fedmsg_odcs_celery_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'odcs-celery-backend ' -u odcs
command[check_repospanner_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'repospanner' -u repoSpanner
command[check_supybot_fedmsg_plugin]=/usr/lib64/nagios/plugins/check_supybot_plugin -t fedmsg
command[check_haproxy_conns]=/usr/lib64/nagios/plugins/check_haproxy_conns.py
command[check_redis_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:1 -C 'redis-server' -u redis

View file

@ -211,7 +211,6 @@
- procs.cfg
- rabbitmq.cfg
- raid.cfg
- repospanner.cfg
- smtp-mm.cfg
- ssh.cfg
- ssl.cfg

View file

@ -3,7 +3,7 @@
###############
## {{ env }}
{% for key, value in groups.iteritems()|sort %}
{% if groups[key] != [] and key not in ['repospanner_temp', 'nixnagios', 'rhel8beta'] %}
{% if groups[key] != [] and key not in ['nixnagios', 'rhel8beta'] %}
define hostgroup{
hostgroup_name {{ key }}
alias {{ key }}