Commit 6aa4f35b by Kevin Falcone

Merge pull request #2427 from edx/jibsheet/upgrade-most-of-mongo

Bump version of mongo to 3.0.7
parents e9508156 6d50ff3f
......@@ -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
......
......@@ -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: >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment