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:
|
||||
- fedmsg/hub
|
||||
- { role: redis, when: env == "staging" }
|
||||
- { role: rabbitmq, when: env == "staging" }
|
||||
- { role: memcached, when: env == "staging" }
|
||||
- redis
|
||||
- rabbitmq
|
||||
- memcached
|
||||
- notifs/backend
|
||||
- role: collectd/fedmsg-service
|
||||
process: fedmsg-hub
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
|
||||
- name: start the workers and the backend
|
||||
service: name={{item}} enabled=yes state=running
|
||||
when: env == "staging"
|
||||
with_items:
|
||||
- fmn-backend@1
|
||||
- fmn-worker@1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue