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
e3cf26f6
Commit
e3cf26f6
authored
May 07, 2018
by
Tomasz Gargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow analytics_api and insights to be disabled.
Signed-off-by: Tomasz Gargas <tomasz@opencraft.com>
parent
0978dd0d
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 @
e3cf26f6
...
@@ -26,6 +26,8 @@
...
@@ -26,6 +26,8 @@
credentials_create_demo_data
:
true
credentials_create_demo_data
:
true
SANDBOX_ENABLE_DISCOVERY
:
true
SANDBOX_ENABLE_DISCOVERY
:
true
SANDBOX_ENABLE_ECOMMERCE
:
true
SANDBOX_ENABLE_ECOMMERCE
:
true
SANDBOX_ENABLE_ANALYTICS_API
:
true
SANDBOX_ENABLE_INSIGHTS
:
true
roles
:
roles
:
-
role
:
swapfile
-
role
:
swapfile
SWAPFILE_SIZE
:
4GB
SWAPFILE_SIZE
:
4GB
...
@@ -54,8 +56,10 @@
...
@@ -54,8 +56,10 @@
-
role
:
ecomworker
-
role
:
ecomworker
ECOMMERCE_WORKER_BROKER_HOST
:
127.0.0.1
ECOMMERCE_WORKER_BROKER_HOST
:
127.0.0.1
when
:
SANDBOX_ENABLE_ECOMMERCE
when
:
SANDBOX_ENABLE_ECOMMERCE
-
analytics_api
-
role
:
analytics_api
-
insights
when
:
SANDBOX_ENABLE_ANALYTICS_API
-
role
:
insights
when
:
SANDBOX_ENABLE_INSIGHTS
# not ready yet: - edx_notes_api
# not ready yet: - edx_notes_api
-
demo
-
demo
-
oauth_client_setup
-
oauth_client_setup
...
@@ -81,4 +85,3 @@
...
@@ -81,4 +85,3 @@
when
:
POSTFIX_QUEUE_EXTERNAL_SMTP_HOST != ''
when
:
POSTFIX_QUEUE_EXTERNAL_SMTP_HOST != ''
-
role
:
datadog-uninstall
-
role
:
datadog-uninstall
when
:
not COMMON_ENABLE_DATADOG
when
:
not COMMON_ENABLE_DATADOG
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