generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Issue We need to introduce COS support for MySQLRouter ## Solution 1. Introduce COS support for MySQLRouter 2. Introduce the scaffolding for secrets to be able to store the monitoring password in the juju secrets backend ## Prerequisites 1. We need to merge the [snap PR](canonical/charmed-mysql-snap#41) that adds the COS machinery to the snap. After, we need to update the snap revision in the `snap.py` file 2. We need to import the secrets lib after the [following secrets PR in data-platform-libs](canonical/data-platform-libs#117) is merged ## TODO 1. ~~Determine why the `All Connections Information` and `Route byte to/from server` sections on the dashboard are not populated when more than 1 routers are deployed~~ (see #93 (comment)) 2. ~~Test router log collection (via Loki) when [the following issue is resolved](canonical/grafana-agent-operator#56 (see #93 (comment)) ## Demo ![image](https://github.com/canonical/mysql-router-operator/assets/99665202/e2173939-c2e8-4de2-a007-bb0dbb2269d4)
- Loading branch information
1 parent
a7f6970
commit a7c99af
Showing
20 changed files
with
3,984 additions
and
551 deletions.
There are no files selected for viewing
1,434 changes: 998 additions & 436 deletions
1,434
lib/charms/data_platform_libs/v0/data_interfaces.py
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.