generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPE-4553][DPE-4208][DPE-3970] Extend large deployments to test_plugi…
…ns.py && Fix dashboards (#328) Renames our dashboard to "Charmed OpenSearch". This PR addresses the following needs in our COS integration for large deployments: 1) **Fixes data node integration with COS**: COSAgentProvider was not tracking peer-cluster-* events, which means it was not receiving changes done to the COSUser by the main orchestrator 2) **Add integration tests to COS**: large deployments integration tests for COS were missing, this PR makes `test_plugins` more flexible, so it can run both small and large deployments 3) **Manage user passwords**: large deployments will now answer to `set-password` action and `MAIN_ORCHESTRATOR` propagates the new password value down to the other apps 4) **Adds Role to Dashboard**: adds "Roles" as a dropdown option to Grafana dashboard, allowing to filter each cluster also by OpenSearch "construct" node role. ## Empty Dashboard Fix Some dashboards are being set with `$interval`, which defaults to `1m` and does not allow to run the actual calculation. This PR fixes it by using [__rate_interval](https://grafana.com/blog/2020/09/28/new-in-grafana-7.2-__rate_interval-for-prometheus-rate-queries-that-just-work/) instead, which is a fixed period of X sample times for any `rate()` calculations.
- Loading branch information
1 parent
5174eed
commit 7b7fc59
Showing
6 changed files
with
392 additions
and
143 deletions.
There are no files selected for viewing
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.