Remove deprecated AngularJS plugins from Grafana

Change-Id: Id81ce23fed7c19211aa8b15abce185d990be8389
This commit is contained in:
Dawud
2024-12-13 19:13:08 +00:00
parent 27f31009cb
commit 3575d7d8bd
2 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
{% block grafana_plugins_install %}
{% set grafana_default_plugins = ['gnocchixyz-gnocchi-datasource', 'grafana-opensearch-datasource'] %}
{% set grafana_default_plugins = ['grafana-opensearch-datasource'] %}
{% set grafana_plugins = grafana_default_plugins | customizable("plugins") %}
{% if grafana_plugins | length > 0 %}

View File

@@ -0,0 +1,5 @@
---
fixes:
- |
Remove the gnocchixyz-gnocchi-datasource plugin from grafana due to angular
plugins being deprecated