~afreiberger/charm-mongodb:makefile-20.08

Last commit made on 2020-07-31
Get this branch:
git clone -b makefile-20.08 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:
makefile-20.08
Repository:
lp:~afreiberger/charm-mongodb

Recent commits

46ff090... by Drew Freiberger

Imported standard Makefile and tox.ini and fixed up tests

92a24f9... by Drew Freiberger

Add python3-pip to install hook to support trusty fresh installs.

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-mongodb/+git/mongodb-charm/+merge/387959
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: Giuseppe Petralia <email address hidden>

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