~thedac/charm-mongodb:series-upgrade

Last commit made on 2018-10-19
Get this branch:
git clone -b series-upgrade https://git.launchpad.net/~thedac/charm-mongodb
Only David Ames can upload to this branch. If you are David Ames please log in for upload directions.

Branch merges

Branch information

Name:
series-upgrade
Repository:
lp:~thedac/charm-mongodb

Recent commits

71f1f76... by David Ames

Add docstring to step_down_replset_primary

6e99231... by David Ames

Do not us an infinite loop

Try only 10 times to stop being the primary and then raise an Exception.

4c7bae0... by David Ames

Series Upgrade

Implement the series-upgrade feature allowing to move between Ubuntu
series.

7b28286... by Thomas Cuthbert

Listen on all interfaces when HA is enabled. The MongoDB version that ships with bionic starts as localhost by default.

Reviewed-on: https://code.launchpad.net/~tcuthbert/mongodb-charm/+git/mongodb-charm/+merge/349169
Reviewed-by: Stuart Bishop <email address hidden>

531ea20... by Thomas Cuthbert

Listen on all interfaces when HA is enable
The MongoDB version that ships with bionic starts as localhost by default.

7e6f236... by Thomas Cuthbert

Initial implementation of bionic support

Reviewed-on: https://code.launchpad.net/~tcuthbert/mongodb-charm/+git/mongodb-charm/+merge/349115
Reviewed-by: Stuart Bishop <email address hidden>

76df3b0... by Thomas Cuthbert

Initial implementation of bionic support

8faa367... by Stuart Bishop

Merge branch 'status-fix' of git+ssh://git.launchpad.net/~freyes/mongodb-charm

44d66f8... by Felipe Reyes

Replace print() with juju_log()

0c90894... by Felipe Reyes

Timeout if the replica set doesn't reach an active state