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
6aa4f35b
Commit
6aa4f35b
authored
Oct 29, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2427 from edx/jibsheet/upgrade-most-of-mongo
Bump version of mongo to 3.0.7
parents
e9508156
6d50ff3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
playbooks/roles/mongo_3_0/defaults/main.yml
+4
-2
playbooks/roles/mongo_3_0/tasks/main.yml
+4
-0
No files found.
playbooks/roles/mongo_3_0/defaults/main.yml
View file @
6aa4f35b
...
...
@@ -3,7 +3,7 @@ mongo_logappend: true
#This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle
mongo_logrotate
:
reopen
mongo_version
:
3.0.
6
mongo_version
:
3.0.
7
mongo_port
:
"
27017"
mongo_extra_conf
:
'
'
mongo_key_file
:
'
/etc/mongodb_key'
...
...
@@ -25,7 +25,9 @@ mongodb_debian_pkgs:
-
"
mongodb-org-server={{
mongo_version
}}"
-
"
mongodb-org-shell={{
mongo_version
}}"
-
"
mongodb-org-mongos={{
mongo_version
}}"
-
"
mongodb-org-tools={{
mongo_version
}}"
# The mongo 3.0.7 mongorestore tool fails on most backups
# https://jira.mongodb.org/browse/TOOLS-939
-
"
mongodb-org-tools=3.0.6"
# Vars Meant to be overridden
...
...
playbooks/roles/mongo_3_0/tasks/main.yml
View file @
6aa4f35b
...
...
@@ -76,6 +76,10 @@
pkg={{','.join(mongodb_debian_pkgs)}}
state=present install_recommends=yes
force=yes update_cache=yes
tags:
- install
- install:system-requirements
- mongo_packages
-
name
:
create mongo dirs
file
:
>
...
...
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