Stop and disable fedmsg-hub-3 on ODCS staging - it uses Celery now.

This commit is contained in:
Jan Kaluža 2019-10-21 08:40:32 +00:00 committed by Pierre-Yves Chibon
parent ab29128b01
commit 894fb7cd02

View file

@ -7,9 +7,9 @@
- packages
- odcs
- odcs/backend
- name: Make sure Python2 fedmsg-hub isn't running.
- name: Make sure Python3 fedmsg-hub-3 isn't running.
service:
name: fedmsg-hub
name: fedmsg-hub-3
state: stopped
enabled: false
tags:
@ -31,7 +31,7 @@
group: fedmsg
mode: 0440
notify:
- restart fedmsg-hub-3
- restart odcs-celery-backend
tags:
- odcs
- odcs/backend
@ -42,7 +42,7 @@
groups: apache
append: true
notify:
- restart fedmsg-hub-3
- restart odcs-celery-backend
tags:
- odcs
- odcs/backend