Start preparing the move to prod of the new FMN
This commit is contained in:
parent
053e0097d9
commit
e5bc13f648
2 changed files with 3 additions and 4 deletions
|
@ -53,9 +53,9 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- fedmsg/hub
|
- fedmsg/hub
|
||||||
- { role: redis, when: env == "staging" }
|
- redis
|
||||||
- { role: rabbitmq, when: env == "staging" }
|
- rabbitmq
|
||||||
- { role: memcached, when: env == "staging" }
|
- memcached
|
||||||
- notifs/backend
|
- notifs/backend
|
||||||
- role: collectd/fedmsg-service
|
- role: collectd/fedmsg-service
|
||||||
process: fedmsg-hub
|
process: fedmsg-hub
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
|
|
||||||
- name: start the workers and the backend
|
- name: start the workers and the backend
|
||||||
service: name={{item}} enabled=yes state=running
|
service: name={{item}} enabled=yes state=running
|
||||||
when: env == "staging"
|
|
||||||
with_items:
|
with_items:
|
||||||
- fmn-backend@1
|
- fmn-backend@1
|
||||||
- fmn-worker@1
|
- fmn-worker@1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue