~mariosplivalo/charm-mongodb:bionic-fix-2

Last commit made on 2018-04-25
Get this branch:
git clone -b bionic-fix-2 https://git.launchpad.net/~mariosplivalo/charm-mongodb
Only Mario Splivalo can upload to this branch. If you are Mario Splivalo please log in for upload directions.

Branch merges

Branch information

Name:
bionic-fix-2
Repository:
lp:~mariosplivalo/charm-mongodb

Recent commits

1f06655... by Mario Splivalo

Default bind_ip to 0.0.0.0

In mongodb 3.6 bind_ip defaults to localhost, where on previous
versions it defaulted to 0.0.0.0.

This change forces 0.0.0.0 for bind_ip in configuration file.

4591c31... by Mario Splivalo

Ignoring obsolete mongodb options for mongo3.6

20aaba6... by Mario Splivalo

Removed extra_daemon_options charm option.

The update_daemon_options function, which utilized the
extra_daemon_options was broken and it didn't set the daemon
options as the initial author envisioned.
As it is touching the upstart init file, which is nonexistant
in bionic for mongodb-server package, the charm failed during
the config-changed hook.

Removal of update_daemon_options fixes this issue.

Fixes-bug: LP: #1748214

001d9b5... by Mario Splivalo

Merge branch 'bionic-fix' of git+ssh://git.launchpad.net/~mariosplivalo/mongodb-charm into bionic-fix

8a25287... by Mario Splivalo

Fixes replicaset initialization for Bionic.

Also, uses leader-election to figure out the unit to initialize replicaset
on.

Fixes-bug: LP: #1748214

67b1175... by Mario Splivalo

Fix replicaset initialization for Bionic, use leader-election.

Fixes-bug: LP #1748214

6827e8c... by Mario Splivalo

Fix replicaset initialization for Bionic, use leader-election.

f7aa97a... by David Ames

Enable artful and bionic

584b0c1... by Laurent Sesquès

[mhilton,r=sajoupa] Add the nagios_servicegroups configuration setting

9b6576f... by Martin Hilton

add nagios_servicegroups configuration