Commit 270dc6db by Kevin Falcone Committed by GitHub

Merge pull request #3457 from edx/jibsheet/upgrade-mongo

Upgrade to 3.0.14
parents 6027372c 91aee252
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
install_recommends: yes install_recommends: yes
force: yes force: yes
update_cache: yes update_cache: yes
with_items: mongodb_debian_pkgs with_items: "{{ mongodb_debian_pkgs }}"
- name: wait for mongo server to start - name: wait for mongo server to start
wait_for: wait_for:
port: 27017 port: 27017
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
install_recommends: yes install_recommends: yes
force: yes force: yes
update_cache: yes update_cache: yes
with_items: mongodb_debian_pkgs with_items: "{{ mongodb_debian_pkgs }}"
- name: wait for mongo server to start - name: wait for mongo server to start
wait_for: wait_for:
port: 27017 port: 27017
......
...@@ -44,7 +44,7 @@ ad_hoc_reporting_pip_pkgs: ...@@ -44,7 +44,7 @@ ad_hoc_reporting_pip_pkgs:
MONGODB_APT_KEY: "7F0CEB10" MONGODB_APT_KEY: "7F0CEB10"
MONGODB_APT_KEYSERVER: "keyserver.ubuntu.com" MONGODB_APT_KEYSERVER: "keyserver.ubuntu.com"
MONGODB_REPO: "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" MONGODB_REPO: "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen"
mongo_version: 3.0.12 mongo_version: 3.0.14
# AD_HOC_REPORTING_REPLICA_DB_HOSTS: # AD_HOC_REPORTING_REPLICA_DB_HOSTS:
# - db_host: "{{ EDXAPP_MYSQL_REPLICA_HOST }}" # - db_host: "{{ EDXAPP_MYSQL_REPLICA_HOST }}"
......
...@@ -3,7 +3,7 @@ mongo_logappend: true ...@@ -3,7 +3,7 @@ mongo_logappend: true
#This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle #This way, when mongod receives a SIGUSR1, it'll close and reopen its log file handle
mongo_logrotate: reopen mongo_logrotate: reopen
mongo_version: 3.0.12 mongo_version: 3.0.14
mongo_port: "27017" mongo_port: "27017"
mongo_extra_conf: '' mongo_extra_conf: ''
mongo_key_file: '/etc/mongodb_key' mongo_key_file: '/etc/mongodb_key'
......
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