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
207c5e0f
Commit
207c5e0f
authored
Dec 13, 2017
by
Joseph Mulloy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore ADDITIONAL_OPTS and set replicaSet everywhere
parent
5b3465b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
playbooks/roles/edxapp/defaults/main.yml
+4
-15
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
207c5e0f
...
...
@@ -470,6 +470,7 @@ EDXAPP_VERIFY_STUDENT:
EXPIRING_SOON_WINDOW
:
28
EDXAPP_GOOGLE_ANALYTICS_LINKEDIN
:
"
"
EDXAPP_GOOGLE_ANALYTICS_TRACKING_ID
:
"
"
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS
:
{}
EDXAPP_BULK_EMAIL_EMAILS_PER_TASK
:
500
# If using microsites this should point to the microsite repo
EDXAPP_MICROSITE_ROOT_DIR
:
"
{{
edxapp_app_dir
}}/edx-microsite"
...
...
@@ -875,6 +876,7 @@ edxapp_generic_contentstore_config: &edxapp_generic_default_contentstore
edxapp_generic_doc_store_config
:
&edxapp_generic_default_docstore
db
:
"
{{
EDXAPP_MONGO_DB_NAME
}}"
host
:
"
{{
EDXAPP_MONGO_HOSTS
}}"
replicaSet
:
"
{{
EDXAPP_MONGO_REPLICA_SET
}}"
password
:
"
{{
EDXAPP_MONGO_PASSWORD
}}"
port
:
"
{{
EDXAPP_MONGO_PORT
}}"
user
:
"
{{
EDXAPP_MONGO_USER
}}"
...
...
@@ -1177,13 +1179,7 @@ lms_auth_config:
<<
:
*edxapp_generic_auth
CONTENTSTORE
:
<<
:
*edxapp_generic_default_contentstore
ADDITIONAL_OPTIONS
:
default
:
replicaSet
:
"
{{
EDXAPP_MONGO_REPLICA_SET
}}"
read_preference
:
"
{{
EDXAPP_MONGO_LMS_READ_PREFERENCE
}}"
trashcan
:
replicaSet
:
"
{{
EDXAPP_MONGO_REPLICA_SET
}}"
read_preference
:
"
{{
EDXAPP_MONGO_LMS_READ_PREFERENCE
}}"
ADDITIONAL_OPTIONS
:
"
{{
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_LMS_SPLIT_DOC_STORE_CONFIG
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_LMS_SPLIT_DOC_STORE_CONFIG
}}"
SEGMENT_KEY
:
"
{{
EDXAPP_LMS_SEGMENT_KEY
}}"
...
...
@@ -1280,14 +1276,7 @@ cms_auth_config:
<<
:
*edxapp_generic_auth
CONTENTSTORE
:
<<
:
*edxapp_generic_default_contentstore
ADDITIONAL_OPTIONS
:
default
:
replicaSet
:
"
{{
EDXAPP_MONGO_REPLICA_SET
}}"
read_preference
:
"
{{
EDXAPP_MONGO_CMS_READ_PREFERENCE
}}"
trashcan
:
replicaSet
:
"
{{
EDXAPP_MONGO_REPLICA_SET
}}"
read_preference
:
"
{{
EDXAPP_MONGO_CMS_READ_PREFERENCE
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
ADDITIONAL_OPTIONS
:
"
{{
EDXAPP_CONTENTSTORE_ADDITIONAL_OPTS
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
DOC_STORE_CONFIG
:
"
{{
EDXAPP_CMS_DOC_STORE_CONFIG
}}"
MODULESTORE
:
...
...
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