Skip to content

Commit

Permalink
ceph-defaults: add missing grafana dashboards
Browse files Browse the repository at this point in the history
The radosgw-sync-overview and rbd-details grafana dashboars were missing
from the list.

Closes: #6758

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit f0ccf3e)
  • Loading branch information
dsavineau committed Jul 27, 2021
1 parent b9cc91f commit 3e8d9b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions group_vars/all.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ dummy:
# - pool-overview.json
# - radosgw-detail.json
# - radosgw-overview.json
# - radosgw-sync-overview.json
# - rbd-details.json
# - rbd-overview.json
#grafana_plugins:
# - vonage-status-panel
Expand Down
2 changes: 2 additions & 0 deletions group_vars/rhcs.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ grafana_container_image: registry.redhat.io/rhceph/rhceph-4-dashboard-rhel8:4
# - pool-overview.json
# - radosgw-detail.json
# - radosgw-overview.json
# - radosgw-sync-overview.json
# - rbd-details.json
# - rbd-overview.json
#grafana_plugins:
# - vonage-status-panel
Expand Down
2 changes: 2 additions & 0 deletions roles/ceph-defaults/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,8 @@ grafana_dashboard_files:
- pool-overview.json
- radosgw-detail.json
- radosgw-overview.json
- radosgw-sync-overview.json
- rbd-details.json
- rbd-overview.json
grafana_plugins:
- vonage-status-panel
Expand Down

0 comments on commit 3e8d9b4

Please sign in to comment.