From: Dimitri Savineau Date: Wed, 3 Feb 2021 17:59:14 +0000 (-0500) Subject: dashboard: update with the new monitoring group X-Git-Tag: v6.0.0~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e7cdcfa3429ee6e323b74ed5f0f736792acdaa0b;p=ceph-ansible.git dashboard: update with the new monitoring group Since eefe11d the grafana-server group has been renamed to monitoring but the dashboard playbook wasn't updated. This was still working due to the backward compatibility added in the ceph-facts role. Signed-off-by: Dimitri Savineau --- diff --git a/dashboard.yml b/dashboard.yml index d4defa852..6ebec6d20 100644 --- a/dashboard.yml +++ b/dashboard.yml @@ -8,7 +8,7 @@ - "{{ rbdmirror_group_name|default('rbdmirrors') }}" - "{{ nfs_group_name|default('nfss') }}" - "{{ iscsi_gw_group_name|default('iscsigws') }}" - - "{{ grafana_server_group_name|default('grafana-server') }}" + - "{{ monitoring_group_name|default('monitoring') }}" gather_facts: false become: true pre_tasks: