Do not run ODCS fedmsg-hub for now.

This commit is contained in:
Jan Kaluža 2018-05-29 05:45:39 +00:00
parent 0f446648ae
commit 887fbc3cbb

View file

@ -15,6 +15,14 @@
tags:
- odcs
- odcs/backend
- name: Make sure fedmsg-hub isn't running.
service:
name: fedmsg-hub
state: stopped
enabled: false
tags:
- odcs
- odcs/backend
- name: generate the ODCS koji config
template:
src: etc/koji.conf.d/odcs.conf.j2
@ -23,7 +31,7 @@
group: odcs
mode: 0440
notify:
- restart fedmsg-hub
- restart odcs-backend
tags:
- odcs
- odcs/backend
@ -34,7 +42,7 @@
groups: apache
append: true
notify:
- restart fedmsg-hub
- restart odcs-backend
tags:
- odcs
- odcs/backend