Commit ed1cff31 by John Jarvis

Merge pull request #367 from antoviaque/common-refactor-sandbox

Common refactor - Applies changes to edx_sandbox
parents 124f2e86 46f43769
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
openid_workaround: True openid_workaround: True
roles: roles:
- common - common
- supervisor
- role: nginx - role: nginx
nginx_sites: nginx_sites:
- lms - lms
...@@ -36,18 +37,6 @@ ...@@ -36,18 +37,6 @@
- { role: 'edxapp', celery_worker: True } - { role: 'edxapp', celery_worker: True }
- oraclejdk - oraclejdk
- elasticsearch - elasticsearch
- role: rbenv
rbenv_user: "{{ forum_user }}"
rbenv_user_home: "{{ forum_home }}"
rbenv_ruby_version: "{{ forum_ruby_version }}"
- forum - forum
- role: virtualenv
virtualenv_user: "{{ xqueue_user }}"
virtualenv_user_home: "{{ xqueue_user_home }}"
virtualenv_name: "{{ xqueue_user }}"
- { role: "xqueue", update_users: True } - { role: "xqueue", update_users: True }
- role: virtualenv - ora
virtualenv_user: "{{ ora_user }}"
virtualenv_user_home: "{{ ora_user_home }}"
virtualenv_name: "{{ ora_user }}"
- role: ora
...@@ -21,6 +21,7 @@ EDXAPP_XQUEUE_BASIC_AUTH: [ 'edx', 'edx' ] ...@@ -21,6 +21,7 @@ EDXAPP_XQUEUE_BASIC_AUTH: [ 'edx', 'edx' ]
EDXAPP_XQUEUE_DJANGO_AUTH: EDXAPP_XQUEUE_DJANGO_AUTH:
username: 'lms' username: 'lms'
password: 'password' password: 'password'
EDXAPP_XQUEUE_URL: 'http://localhost:18040'
EDXAPP_MONGO_HOSTS: ['localhost'] EDXAPP_MONGO_HOSTS: ['localhost']
EDXAPP_MONGO_PASSWORD: 'password' EDXAPP_MONGO_PASSWORD: 'password'
......
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