Uprade odcs-stg to latest ODCS

This commit is contained in:
Jan Kaluža 2018-05-28 08:25:38 +00:00
parent d039188574
commit 683c3023f9
5 changed files with 51 additions and 23 deletions

View file

@ -85,7 +85,7 @@
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true
- name: Stop the odcs backend
service: name="odcs-backend" state=stopped
service: name="fedmsg-hub" state=stopped
roles:
- odcs/base
@ -93,7 +93,7 @@
post_tasks:
- name: Start the odcs backend
service: name="odcs-backend" state=started
service: name="fedmsg-hub" 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