Skip to content

Commit

Permalink
Restore old UUID of the redfish dashboard
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
technowhizz committed Nov 27, 2024
1 parent 1eef82c commit f27f19d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3927,7 +3927,7 @@
},
"timezone": "",
"title": "Redfish exporter",
"uid": "redfish",
"uid": "b02mElQGX",
"version": 1,
"weekStart": ""
}
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/redfish-uuid-grafana-2f50c76bbff6eba9.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit f27f19d

Please sign in to comment.