ODCS: Use fedmsg-hub-3 also in manual upgrade playbook.
This commit is contained in:
parent
d620cbe8a4
commit
d9191fee97
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@
|
||||||
delegate_to: noc01.phx2.fedoraproject.org
|
delegate_to: noc01.phx2.fedoraproject.org
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
- name: Stop the odcs backend
|
- name: Stop the odcs backend
|
||||||
service: name="fedmsg-hub" state=stopped
|
service: name="fedmsg-hub-3" state=stopped
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- odcs/base
|
- odcs/base
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Start the odcs backend
|
- name: Start the odcs backend
|
||||||
service: name="fedmsg-hub" state=started
|
service: name="fedmsg-hub-3" state=started
|
||||||
- name: tell nagios to unshush w.r.t. the backend
|
- name: tell nagios to unshush w.r.t. the backend
|
||||||
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
||||||
delegate_to: noc01.phx2.fedoraproject.org
|
delegate_to: noc01.phx2.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue