]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
dashboard: update with the new monitoring group
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 3 Feb 2021 17:59:14 +0000 (12:59 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 9 Feb 2021 11:45:02 +0000 (12:45 +0100)
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 <dsavinea@redhat.com>
dashboard.yml

index d4defa852e6701bcacac4fe1f96a0a4545e73988..6ebec6d207d861467abc3913a3d82401e62cfacd 100644 (file)
@@ -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: