From f27f19ddd4959e2c8c8e0f113bd8a87915da924d Mon Sep 17 00:00:00 2001 From: technowhizz <7688823+technowhizz@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:48:10 +0000 Subject: [PATCH] Restore old UUID of the redfish dashboard The redfish dashboard was updated to use a new UUID, however this caused errors in the Grafana logs and Grafana didn't update the dashboard. Reverting this to the old UUID fixes the issue. --- .../kolla/config/grafana/dashboards/openstack/redfish.json | 2 +- .../notes/redfish-uuid-grafana-2f50c76bbff6eba9.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/redfish-uuid-grafana-2f50c76bbff6eba9.yaml diff --git a/etc/kayobe/kolla/config/grafana/dashboards/openstack/redfish.json b/etc/kayobe/kolla/config/grafana/dashboards/openstack/redfish.json index 3dc6a1662..92001f842 100644 --- a/etc/kayobe/kolla/config/grafana/dashboards/openstack/redfish.json +++ b/etc/kayobe/kolla/config/grafana/dashboards/openstack/redfish.json @@ -3927,7 +3927,7 @@ }, "timezone": "", "title": "Redfish exporter", - "uid": "redfish", + "uid": "b02mElQGX", "version": 1, "weekStart": "" } diff --git a/releasenotes/notes/redfish-uuid-grafana-2f50c76bbff6eba9.yaml b/releasenotes/notes/redfish-uuid-grafana-2f50c76bbff6eba9.yaml new file mode 100644 index 000000000..50ba6aa05 --- /dev/null +++ b/releasenotes/notes/redfish-uuid-grafana-2f50c76bbff6eba9.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes a bug where the Redfish Dashboard's UUID changed, causing Grafana to + fail to update the dashboard on deployment where the old dashboard UUID had + been used previously.