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 <dsavinea@redhat.com>
pull/6256/head
Dimitri Savineau 2021-02-03 12:59:14 -05:00 committed by Guillaume Abrioux
parent ed094ea07a
commit e7cdcfa342
1 changed files with 1 additions and 1 deletions

View 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: