From b9e0db97c594a9b551c33eee624c50379719e459 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Mon, 15 May 2023 14:42:56 +0200 Subject: [PATCH] [atlas] Enable linux kvm target Only a PoC in QA, so subject to change before going to production. --- system/atlas/templates/configmap.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/atlas/templates/configmap.yaml b/system/atlas/templates/configmap.yaml index 0757e352d9e..a05a3a1d50a 100644 --- a/system/atlas/templates/configmap.yaml +++ b/system/atlas/templates/configmap.yaml @@ -92,6 +92,14 @@ data: region: "{{ .Values.global.region }}" status: "active" + - custom_labels: + module: "linux-kvm" + job: "linux-kvm" + target: 4 + metrics_label: "linux-kvm" + platform: "linux-kvm" + region: "{{ .Values.global.region }}" + - custom_labels: module: "ucs" job: "snmp"