From 217d6ed46be209a68455be2247cda5e95fa5a6d1 Mon Sep 17 00:00:00 2001 From: SE-Bin Date: Fri, 6 Dec 2019 19:53:49 +0800 Subject: [PATCH] Fix the missing var dm_worker_instances for rolling_update_monitor --- dm/dm-ansible/rolling_update_monitor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dm/dm-ansible/rolling_update_monitor.yml b/dm/dm-ansible/rolling_update_monitor.yml index 2ad7e543f7..299a5017e5 100644 --- a/dm/dm-ansible/rolling_update_monitor.yml +++ b/dm/dm-ansible/rolling_update_monitor.yml @@ -114,6 +114,7 @@ datasource: "{{ cluster_name }}" titles: dm_worker: "{{ cluster_name | title }}-DM-worker" + dm_worker_instances: "{{ cluster_name | title }}-DM-worker-instances" - name: import grafana dashboards - run import script delegate_to: localhost