Stop and disable fedmsg-hub-3 on ODCS staging - it uses Celery now.
This commit is contained in:
parent
ab29128b01
commit
894fb7cd02
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue