Skip to content

Commit

Permalink
fix(ceph-grafana): make dashboard download work again
Browse files Browse the repository at this point in the history
This fixes the dashboard download for pacific and later.

Signed-off-by: Michael Wagner <mitch.wagna@gmail.com>
(cherry picked from commit 4edaab5)
  • Loading branch information
mitch000001 authored and guits committed Jun 14, 2022
1 parent 2885b61 commit a01c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ceph-grafana/tasks/configure_grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

- name: download ceph grafana dashboards
get_url:
url: "https://raw.githubusercontent.com/ceph/ceph/{{ grafana_dashboard_version }}/monitoring/grafana/dashboards/{{ item }}"
url: "https://raw.githubusercontent.com/ceph/ceph/{{ grafana_dashboard_version }}/monitoring/ceph-mixin/dashboards_out/{{ item }}"
dest: "/etc/grafana/dashboards/ceph-dashboard/{{ item }}"
with_items: "{{ grafana_dashboard_files }}"
when:
Expand Down

0 comments on commit a01c890

Please sign in to comment.