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
3f496fb1
Commit
3f496fb1
authored
Jul 17, 2017
by
Ned Batchelder
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No more need for SANDBOX_ENABLE_ECOMMERCE
parent
2f881bb7
Hide 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 @
3f496fb1
...
...
@@ -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 @
3f496fb1
...
...
@@ -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.
...
...
XuYS
@xys
mentioned in commit
77f39b9a
Feb 06, 2018
mentioned in commit
77f39b9a
mentioned in commit 77f39b9ae70de47fea3e3827b0a6a0fa7efa39ef
Toggle commit list
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