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
0d0bd3ff
Commit
0d0bd3ff
authored
Aug 22, 2017
by
Ned Batchelder
Committed by
GitHub
Aug 22, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3994 from edx/nedbat/no-sandbox-enable-ecommerce
No more need for SANDBOX_ENABLE_ECOMMERCE
parents
a22e9b22
3f496fb1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
playbooks/edx_sandbox.yml
+2
-11
util/install/sandbox.sh
+0
-1
No files found.
playbooks/edx_sandbox.yml
View file @
0d0bd3ff
...
...
@@ -21,10 +21,6 @@
edx_platform_version
:
'
master'
# Set to false if deployed behind another proxy/load balancer.
NGINX_SET_X_FORWARDED_HEADERS
:
True
# These should stay false for the public AMI
COMMON_ENABLE_DATADOG
:
False
SANDBOX_ENABLE_ECOMMERCE
:
False
COMMON_ENABLE_SPLUNKFORWARDER
:
False
DISCOVERY_URL_ROOT
:
'
http://localhost:{{
DISCOVERY_NGINX_PORT
}}'
roles
:
-
role
:
swapfile
...
...
@@ -36,12 +32,9 @@
-
lms
-
forum
-
xqueue
-
ecommerce
nginx_default_sites
:
-
lms
-
role
:
nginx
nginx_sites
:
-
ecommerce
when
:
SANDBOX_ENABLE_ECOMMERCE
-
role
:
edxlocal
when
:
EDXAPP_MYSQL_HOST == 'localhost'
-
role
:
memcache
...
...
@@ -53,11 +46,9 @@
-
role
:
edxapp
celery_worker
:
True
-
edxapp
-
role
:
ecommerce
when
:
SANDBOX_ENABLE_ECOMMERCE
-
ecommerce
-
role
:
ecomworker
ECOMMERCE_WORKER_BROKER_HOST
:
127.0.0.1
when
:
SANDBOX_ENABLE_ECOMMERCE
-
analytics_api
-
insights
# not ready yet: - edx_notes_api
...
...
util/install/sandbox.sh
View file @
0d0bd3ff
...
...
@@ -54,7 +54,6 @@ VERSION_VARS=(
ECOMMERCE_WORKER_VERSION
)
EXTRA_VARS
=
"-e SANDBOX_ENABLE_ECOMMERCE=True
$EXTRA_VARS
"
for
var
in
${
VERSION_VARS
[@]
}
;
do
# Each variable can be overridden by a similarly-named environment variable,
# or OPENEDX_RELEASE, if provided.
...
...
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