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
edx
configuration
Commits
55cd9fa4
Commit
55cd9fa4
authored
Jan 16, 2018
by
Jillian Vogel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow ecommerce and discovery to be disabled
parent
5bb8ae2f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
playbooks/edx_sandbox.yml
+7
-2
No files found.
playbooks/edx_sandbox.yml
View file @
55cd9fa4
...
...
@@ -24,6 +24,8 @@
DISCOVERY_URL_ROOT
:
'
http://localhost:{{
DISCOVERY_NGINX_PORT
}}'
ecommerce_create_demo_data
:
true
credentials_create_demo_data
:
true
SANDBOX_ENABLE_DISCOVERY
:
true
SANDBOX_ENABLE_ECOMMERCE
:
true
roles
:
-
role
:
swapfile
SWAPFILE_SIZE
:
4GB
...
...
@@ -47,9 +49,11 @@
-
role
:
edxapp
celery_worker
:
True
-
edxapp
-
ecommerce
-
role
:
ecommerce
when
:
SANDBOX_ENABLE_ECOMMERCE
-
role
:
ecomworker
ECOMMERCE_WORKER_BROKER_HOST
:
127.0.0.1
when
:
SANDBOX_ENABLE_ECOMMERCE
-
analytics_api
-
insights
# not ready yet: - edx_notes_api
...
...
@@ -59,7 +63,8 @@
-
role
:
elasticsearch
when
:
"
'localhost'
in
EDXAPP_ELASTIC_SEARCH_CONFIG|map(attribute='host')"
-
forum
-
discovery
-
role
:
discovery
when
:
SANDBOX_ENABLE_DISCOVERY
-
role
:
notifier
NOTIFIER_DIGEST_TASK_INTERVAL
:
5
-
role
:
xqueue
...
...
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