Skip to content

Commit f27f19d

Browse files
committed
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.
1 parent 1eef82c commit f27f19d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

etc/kayobe/kolla/config/grafana/dashboards/openstack/redfish.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3927,7 +3927,7 @@
39273927
},
39283928
"timezone": "",
39293929
"title": "Redfish exporter",
3930-
"uid": "redfish",
3930+
"uid": "b02mElQGX",
39313931
"version": 1,
39323932
"weekStart": ""
39333933
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes a bug where the Redfish Dashboard's UUID changed, causing Grafana to
5+
fail to update the dashboard on deployment where the old dashboard UUID had
6+
been used previously.

0 commit comments

Comments
 (0)