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
8f73058d
Commit
8f73058d
authored
Aug 22, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1463 from rohit-k/bugfix/rohitk/1450
Bugfix/rohitk/1450
parents
dadf64d7
81830382
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
AUTHORS
+1
-0
CHANGELOG.md
+4
-0
playbooks/roles/mongo/templates/mongodb.conf.j2
+1
-1
No files found.
AUTHORS
View file @
8f73058d
...
...
@@ -34,3 +34,4 @@ Rodolphe Quiedeville <rodolphe@quiedeville.org>
Matjaz Gregoric <mtyaka@gmail.com>
Ben Patterson <bpatterson@edx.org>
Jason Zhu <fmyzjs@gmail.com>
Rohit Karajgi <rohit.karajgi@gmail.com>
CHANGELOG.md
View file @
8f73058d
...
...
@@ -25,3 +25,7 @@
-
Update
`CMS_HOSTNAME`
default to allow any hostname that starts with
`studio`
along with
`prod-studio`
or
`stage-studio`
.
-
Start a change log to keep track of backwards incompatible changes and deprecations.
-
Role: Mongo
-
Fixed case of variable used in if block that breaks cluster configuration
by changing mongo_clustered to MONGO_CLUSTERED.
playbooks/roles/mongo/templates/mongodb.conf.j2
View file @
8f73058d
...
...
@@ -12,7 +12,7 @@ logappend={{ mongo_logappend }}
{# Bind to all ips(default) if in clustered mode,
otherwise only to the specified local ip.
#}
{% if
mongo_clustered
is not defined %}
{% if
MONGO_CLUSTERED
is not defined %}
bind_ip = {{ MONGO_BIND_IP }}
{% endif %}
...
...
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