Commit de7c147d by Joseph Mulloy

Switch to mongo_3_2 playbook OPS-2208

parent 1036c213
......@@ -39,7 +39,7 @@
when: EDXAPP_MYSQL_HOST == 'localhost'
- role: memcache
when: "'localhost' in ' '.join(EDXAPP_MEMCACHE)"
- role: mongo
- role: mongo_3_2
when: "'localhost' in EDXAPP_MONGO_HOSTS"
- role: rabbitmq
rabbitmq_ip: 127.0.0.1
......
......@@ -28,7 +28,7 @@
- mysql
- edxlocal
- memcache
- mongo
- mongo_3_2
- role: rabbitmq
rabbitmq_ip: 127.0.0.1
- edxapp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment