~afreiberger/charm-mongodb:add-py3pip-to-install-hook

Last commit made on 2020-07-23
Get this branch:
git clone -b add-py3pip-to-install-hook 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:
add-py3pip-to-install-hook
Repository:
lp:~afreiberger/charm-mongodb

Recent commits

1881adc... by Drew Freiberger

Add python3-pip to list of installed packages

893375c... by Zachary Zehring

Add try/except around pip import and reorder distro import.

This ensures python3-pip is installed as this package is
missing from trusty series, which will break upgrades from
older charm revisions.

1ef9f20... by Xav Paice

Remove Trusty support, remove perf

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-mongodb/+git/charm-mongodb/+merge/387639
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: Joe Guo <email address hidden>

99ab1c0... by Xav Paice

Remove Trusty support, remove perf

The charms.benchmark support and charm has been dead since Trusty,
therefore the action for this should be removed entirely along with
Trusty support in the charm

Fixes-bug: LP:#1526990

56b0964... by Andrea Ieri

Make quotaFiles configurable

Reviewed-on: https://code.launchpad.net/~aieri/charm-mongodb/+git/charm-mongodb/+merge/386345
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Zachary Zehring <email address hidden>

57b9724... by Andrea Ieri

Remove obsolete options

Reviewed-on: https://code.launchpad.net/~aieri/charm-mongodb/+git/charm-mongodb/+merge/386220
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Zachary Zehring <email address hidden>

446a6b6... by Andrea Ieri

Make quotaFiles configurable

Closes-Bug: 1581023

c16d9ad... by Andrea Ieri

Remove obsolete options

Note: turning on these options prevents mongo from starting, even in
Trusty; there is therefore no reason to deprecate them first since noone
could possibly be using them.

Closes-Bug: 1580962

8b1638a... by Alvaro Uria

Merge branch 'review/ziyiwang/review/aluria/348391'

This branch contains two subbranches:
 * ziyiwang/bug/1879803
 * ziyiwang/bug/1879842

Reviewed-on: https://code.launchpad.net/~ziyiwang/charm-mongodb/+git/charm-mongodb/+merge/384400
Reviewed-by: Alvaro Uria <email address hidden>
Signed-off-by: Alvaro Uria <email address hidden>

889f300... by Alvaro Uria

FIXME: Comment out shard func test

 * configsvr, mongos and shard1/2/3 to scale out mongo deployments does
 not work at this point.
 * related func test has been disabled