Do not run ODCS fedmsg-hub for now.
This commit is contained in:
parent
0f446648ae
commit
887fbc3cbb
1 changed files with 10 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue