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