From d9191fee9783d65bd2d4bcc6ad18c71bf6ad99e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Thu, 30 Aug 2018 13:48:02 +0000 Subject: [PATCH] ODCS: Use fedmsg-hub-3 also in manual upgrade playbook. --- playbooks/manual/upgrade/odcs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/upgrade/odcs.yml b/playbooks/manual/upgrade/odcs.yml index 2b801df247..32591212d6 100644 --- a/playbooks/manual/upgrade/odcs.yml +++ b/playbooks/manual/upgrade/odcs.yml @@ -85,7 +85,7 @@ delegate_to: noc01.phx2.fedoraproject.org ignore_errors: true - name: Stop the odcs backend - service: name="fedmsg-hub" state=stopped + service: name="fedmsg-hub-3" state=stopped roles: - odcs/base @@ -93,7 +93,7 @@ post_tasks: - 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 nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }} delegate_to: noc01.phx2.fedoraproject.org