~afreiberger/charm-mongodb:master

Last commit made on 2018-10-31
Get this branch:
git clone -b master https://git.launchpad.net/~afreiberger/charm-mongodb
Only Drew Freiberger can upload to this branch. If you are Drew Freiberger please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~afreiberger/charm-mongodb

Recent commits

4f9b946... by Drew Freiberger

Ensure bind_ip=all listens externally on bionic

Mongodb by default on bionic only listens on localhost, which means
no relations to mongodb can connect to the database by default when
using charm default configs of bind_ip=all and replicaset_master=auto.

This issue was mitigated for HA deployments of mongodb in commit
7b2828638b3dad83776fef60b0dc96825ec4e10e, but did not solve client
connectivity. This patch resolves the issue for HA and non HA deploys.

Closes-Bug: #1800208

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

84165ac... by Felipe Reyes

Set workload to 'Unknown replica set state' instead of Unknown

58a48d2... by Felipe Reyes

Fix typo