lp:~ckmetto/charm-mongodb

Owned by Cornellius Metto
Get this repository:
git clone https://git.not.enabled/~ckmetto/charm-mongodb
Only Cornellius Metto can upload to this repository. If you are Cornellius Metto please log in for upload directions.

Branches

Name Last Modified Last Commit
database-port-firewalling 2022-02-16 09:14:59 UTC
Add config option to enable/disable the firewall

Author: Cornellius Metto
Author Date: 2022-02-08 16:51:32 UTC

Add config option to enable/disable the firewall

This change adds a config option 'firewall_enabled' which:
* if 'true' (the default):

 The ports set by the "port", "config_server_port" and "mongos_port"
 config options are accessible from their respective related units only;
   - "port" is accessible from units related on the "database" and
   "replica-set" relations only.
   - "mongos_port" is accessible from units related on the "mongos" and
   "mongos-cfg" relations only.
   - "config_server_port" is accessible from units related on the
   "configsvr" relation only.
 Switch this to "false" to allow access to all ports from any machine.

* if 'false': allows access to all ports from any machine.

ignore-bin 2022-02-09 12:23:17 UTC
Ignore bin/ in tox.ini and .gitignore.

Author: Cornellius Metto
Author Date: 2022-02-09 12:10:22 UTC

Ignore bin/ in tox.ini and .gitignore.

We don't track the contents of bin/ and we shouldn't attempt to
lint or check for formatting errors either.

charmhelpers-sync 2022-02-09 12:14:27 UTC
Sync charmhelpers to pull in contrib.network.ufw

Author: Cornellius Metto
Author Date: 2022-01-21 08:56:12 UTC

Sync charmhelpers to pull in contrib.network.ufw

master 2022-02-04 17:38:46 UTC
Add host and port in the replicaset check LP#1930552

Author: Xav Paice
Author Date: 2022-02-04 17:38:46 UTC

Add host and port in the replicaset check LP#1930552

The check considers that the replicaset name is the mongodb host to
check.

That is not a valid assumption, so let's parse the configuration file
and determine what it should be

Reviewed-on: https://code.launchpad.net/~ballot/charm-mongodb/+git/charm-mongodb/+merge/415001
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: 🤖 prod-jenkaas-bootstack <webops+prod-jenkaas-bootstack@canonical.com>
Reviewed-by: Linda Guo <linda.guo@canonical.com>

stable/21.10 2021-10-12 23:59:59 UTC
Increase disk constraint for mongo units in tests

Author: Xav Paice
Author Date: 2021-10-12 00:23:19 UTC

Increase disk constraint for mongo units in tests

candidate/21.10 2021-10-12 23:59:59 UTC
Increase disk constraint for mongo units in tests

Author: Xav Paice
Author Date: 2021-10-12 00:23:19 UTC

Increase disk constraint for mongo units in tests

candidate/21.07 2021-07-14 00:02:12 UTC
Add python-openstackclient to functests

Author: Xav Paice
Author Date: 2021-07-14 00:02:12 UTC

Add python-openstackclient to functests

Reviewed-on: https://code.launchpad.net/~llama-charmers/charm-mongodb/+git/charm-mongodb/+merge/401584
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: 🤖 prod-jenkaas-bootstack <webops+prod-jenkaas-bootstack@canonical.com>
Reviewed-by: Paul Goins <paul.goins@canonical.com>

stable/21.07 2021-07-14 00:02:12 UTC
Add python-openstackclient to functests

Author: Xav Paice
Author Date: 2021-07-14 00:02:12 UTC

Add python-openstackclient to functests

Reviewed-on: https://code.launchpad.net/~llama-charmers/charm-mongodb/+git/charm-mongodb/+merge/401584
Reviewed-by: James Troup <james.troup@canonical.com>
Reviewed-by: 🤖 prod-jenkaas-bootstack <webops+prod-jenkaas-bootstack@canonical.com>
Reviewed-by: Paul Goins <paul.goins@canonical.com>

bug/1925278 2021-04-22 01:13:45 UTC
Add python-openstackclient to functests

Author: Xav Paice
Author Date: 2021-04-22 01:13:45 UTC

Add python-openstackclient to functests

Since b46f13ef113e690493364dabc87821699626d8e6 in zaza, if running tests
on an OpenStack cloud provider, each bundle test concludes with a
cleanup routine that needs the python-openstackclient package in
requirements.txt for the tox environment, plus the OS_ environment vars
exported/passed through such that the Openstack client actually works.
If these are not set, the test fails on the first bundle cleanup and
does not continue to the remaining bundles.

stable/21.01 2021-01-21 22:00:55 UTC
Add checks for replica sets

Author: Peter Sabaini
Author Date: 2021-01-21 22:00:55 UTC

Add checks for replica sets

Reviewed-on: https://code.launchpad.net/~peter-sabaini/charm-mongodb/+git/charm-mongodb/+merge/396580
Reviewed-by: Xav Paice <xav.paice@canonical.com>
Reviewed-by: Drew Freiberger <drew.freiberger@canonical.com>

stable/21.04 2021-01-21 22:00:55 UTC
Add checks for replica sets

Author: Peter Sabaini
Author Date: 2021-01-21 22:00:55 UTC

Add checks for replica sets

Reviewed-on: https://code.launchpad.net/~peter-sabaini/charm-mongodb/+git/charm-mongodb/+merge/396580
Reviewed-by: Xav Paice <xav.paice@canonical.com>
Reviewed-by: Drew Freiberger <drew.freiberger@canonical.com>

stable/20.08 2020-08-14 16:08:42 UTC
Update makefile to enforce charm proof

Author: Drew Freiberger
Author Date: 2020-08-14 16:08:42 UTC

Update makefile to enforce charm proof

stable/20.10 2020-08-14 16:08:42 UTC
Update makefile to enforce charm proof

Author: Drew Freiberger
Author Date: 2020-08-14 16:08:42 UTC

Update makefile to enforce charm proof

stable/20.05 2020-05-22 14:06:04 UTC
Merge branch 'review/ziyiwang/review/aluria/348391'

Author: Alvaro Uria
Author Date: 2020-05-22 14:05:36 UTC

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 <alvaro.uria@canonical.com>
Signed-off-by: Alvaro Uria <alvaro.uria@canonical.com>

stable/20.02 2020-02-28 15:16:50 UTC
Add LMA to maintainer in metadata.yaml

Author: Giuseppe Petralia
Author Date: 2020-02-28 15:16:50 UTC

Add LMA to maintainer in metadata.yaml

115 of 15 results
This repository contains Public information 
Everyone can see this information.

Subscribers