Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
36a3ca4b
Commit
36a3ca4b
authored
9 years ago
by
Fred Smith
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2310 from omarkhan/sandbox-remote-db
Don't provision databases in sandbox unless needed
parents
4bef1c3f
d12c1c4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
playbooks/edx_sandbox.yml
+6
-3
No files found.
playbooks/edx_sandbox.yml
View file @
36a3ca4b
...
...
@@ -30,9 +30,11 @@
-
xqueue
nginx_default_sites
:
-
lms
-
mysql
-
role
:
mysql
when
:
EDXAPP_MYSQL_HOST == 'localhost'
-
edxlocal
-
mongo
-
role
:
mongo
when
:
"
'localhost'
in
EDXAPP_MONGO_HOSTS"
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
notifier
...
...
@@ -43,7 +45,8 @@
-
oauth_client_setup
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
oraclejdk
-
elasticsearch
-
role
:
elasticsearch
when
:
"
'localhost'
in
EDXAPP_ELASTIC_SEARCH_CONFIG|map(attribute='host')"
-
forum
-
{
role
:
notifier
,
NOTIFIER_DIGEST_TASK_INTERVAL
:
"
5"
}
-
{
role
:
"
xqueue"
,
update_users
:
True
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment