lp:~freyes/charm-grafana

Owned by Felipe Reyes
Get this repository:
git clone https://git.launchpad.net/~freyes/charm-grafana
Only Felipe Reyes can upload to this repository. If you are Felipe Reyes please log in for upload directions.

Branches

Name Last Modified Last Commit
minor-changes 2021-09-15 13:13:24 UTC
Minor refactor to _ensure_certs_permissions().

Author: Felipe Reyes
Author Date: 2021-09-15 13:13:24 UTC

Minor refactor to _ensure_certs_permissions().

Move the assignment of inst_method to the beginning of the function and
use it in the rest of it instead of calling hookenv.config() many times.

juju-config-certs 2021-09-10 14:17:03 UTC
Add ssl_ca, ssl_cert and ssl_key config options

Author: Felipe Reyes
Author Date: 2021-08-09 22:04:08 UTC

Add ssl_ca, ssl_cert and ssl_key config options

This change enables operators that want to pass manually generated
certificates instead of relating grafana charm to Vault to do it using
"juju config".

The functional test deploys a HTTP environment, then at the setup stage
a self-signed certificate is genenerated for grafana/0, then they are
set in grafana via 'juju config ssl_*' once the units are idle the rest
of the testing suite is executed.

Fixes-Bug: #1893137

bug/1872682 2021-08-07 00:37:35 UTC
Wait until /etc/cron.d/juju-dashboards-backup appears

Author: Felipe Reyes
Author Date: 2021-08-06 14:32:41 UTC

Wait until /etc/cron.d/juju-dashboards-backup appears

There is a race condition where the model will show itself as idle
while the cronjob installed to backup the dashboards hasn't showed up
in the file system.

This change will block the execution of
test_13_grafana_dashboard_backup() until the cronjob file appears.

bug/1893137 2020-08-26 23:01:36 UTC
Add nagios to functional testing bundles

Author: Felipe Reyes
Author Date: 2020-08-26 22:59:26 UTC

Add nagios to functional testing bundles

nrpe waits for a relation with nagios before switching to ready state and this
blocks the execution of the zaza tests. This patch adds nagios to the base
bundle with an override in the focal overlays to use bionic since nagios is
not available in focal.

Fixes-Bug: #1893137

14 of 4 results
This repository contains Public information 
Everyone can see this information.

Subscribers