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: tags:
- odcs - odcs
- odcs/backend - 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 - name: generate the ODCS koji config
template: template:
src: etc/koji.conf.d/odcs.conf.j2 src: etc/koji.conf.d/odcs.conf.j2
@ -23,7 +31,7 @@
group: odcs group: odcs
mode: 0440 mode: 0440
notify: notify:
- restart fedmsg-hub - restart odcs-backend
tags: tags:
- odcs - odcs
- odcs/backend - odcs/backend
@ -34,7 +42,7 @@
groups: apache groups: apache
append: true append: true
notify: notify:
- restart fedmsg-hub - restart odcs-backend
tags: tags:
- odcs - odcs
- odcs/backend - odcs/backend