Start preparing the move to prod of the new FMN

This commit is contained in:
Pierre-Yves Chibon 2016-07-25 18:30:30 +02:00
parent 053e0097d9
commit e5bc13f648
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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