ODCS: do not stop/start fedmsg-hub-3, odcs does not use fedmsg-hub-3 anymore.

This commit is contained in:
Jan Kaluža 2020-02-27 15:40:45 +00:00 committed by Pierre-Yves Chibon
parent 59d1db1855
commit 08a3917043

View file

@ -84,16 +84,12 @@
nagios: action=downtime minutes=15 service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true
- name: Stop the odcs backend
service: name="fedmsg-hub-3" state=stopped
roles:
- odcs/base
- odcs/backend
post_tasks:
- name: Start the odcs backend
service: name="fedmsg-hub-3" state=started
- name: tell nagios to unshush w.r.t. the backend
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org