Commit 36a3ca4b by Fred Smith

Merge pull request #2310 from omarkhan/sandbox-remote-db

Don't provision databases in sandbox unless needed
parents 4bef1c3f d12c1c4e
...@@ -30,9 +30,11 @@ ...@@ -30,9 +30,11 @@
- xqueue - xqueue
nginx_default_sites: nginx_default_sites:
- lms - lms
- mysql - role: mysql
when: EDXAPP_MYSQL_HOST == 'localhost'
- edxlocal - edxlocal
- mongo - role: mongo
when: "'localhost' in EDXAPP_MONGO_HOSTS"
- { role: 'edxapp', celery_worker: True } - { role: 'edxapp', celery_worker: True }
- edxapp - edxapp
- notifier - notifier
...@@ -43,7 +45,8 @@ ...@@ -43,7 +45,8 @@
- oauth_client_setup - oauth_client_setup
- { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' } - { role: 'rabbitmq', rabbitmq_ip: '127.0.0.1' }
- oraclejdk - oraclejdk
- elasticsearch - role: elasticsearch
when: "'localhost' in EDXAPP_ELASTIC_SEARCH_CONFIG|map(attribute='host')"
- forum - forum
- { role: notifier, NOTIFIER_DIGEST_TASK_INTERVAL: "5" } - { role: notifier, NOTIFIER_DIGEST_TASK_INTERVAL: "5" }
- { role: "xqueue", update_users: True } - { role: "xqueue", update_users: True }
......
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