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
2076bfee
Commit
2076bfee
authored
Feb 15, 2016
by
Andrew Gaylard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable ecommerce on sandbox configuration conditionally.
parent
957eab2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
playbooks/edx_sandbox.yml
+9
-0
No files found.
playbooks/edx_sandbox.yml
View file @
2076bfee
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
NGINX_SET_X_FORWARDED_HEADERS
:
True
NGINX_SET_X_FORWARDED_HEADERS
:
True
# These should stay false for the public AMI
# These should stay false for the public AMI
COMMON_ENABLE_DATADOG
:
False
COMMON_ENABLE_DATADOG
:
False
SANDBOX_ENABLE_ECOMMERCE
:
False
COMMON_ENABLE_SPLUNKFORWARDER
:
False
COMMON_ENABLE_SPLUNKFORWARDER
:
False
ENABLE_LEGACY_ORA
:
!!null
ENABLE_LEGACY_ORA
:
!!null
roles
:
roles
:
...
@@ -30,6 +31,10 @@
...
@@ -30,6 +31,10 @@
-
xqueue
-
xqueue
nginx_default_sites
:
nginx_default_sites
:
-
lms
-
lms
-
role
:
nginx
nginx_sites
:
-
ecommerce
when
:
SANDBOX_ENABLE_ECOMMERCE
-
role
:
mysql
-
role
:
mysql
when
:
EDXAPP_MYSQL_HOST == 'localhost'
when
:
EDXAPP_MYSQL_HOST == 'localhost'
-
edxlocal
-
edxlocal
...
@@ -37,6 +42,10 @@
...
@@ -37,6 +42,10 @@
when
:
"
'localhost'
in
EDXAPP_MONGO_HOSTS"
when
:
"
'localhost'
in
EDXAPP_MONGO_HOSTS"
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
{
role
:
'
edxapp'
,
celery_worker
:
True
}
-
edxapp
-
edxapp
-
role
:
ecommerce
when
:
SANDBOX_ENABLE_ECOMMERCE
-
role
:
ecomworker
when
:
SANDBOX_ENABLE_ECOMMERCE
-
notifier
-
notifier
-
analytics_api
-
analytics_api
-
insights
-
insights
...
...
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