From 1bd4032e8c3f5d19e76bf75ed8a4b9633932504b Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Thu, 3 Nov 2022 16:37:57 +0300 Subject: [PATCH 1/2] [WIFI-10880] Add: Helmfile - QA dashboard and fix dependencies Signed-off-by: Dmitry Dunaev --- .../templates/egress-allow-kube-api.yaml | 6 +----- helmfile/cloud-sdk/helmfile.yaml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml b/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml index 16a1f72..0290750 100644 --- a/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml +++ b/helmfile/cloud-sdk/charts/github-actions-network-policies/templates/egress-allow-kube-api.yaml @@ -13,8 +13,4 @@ spec: protocol: TCP to: - ipBlock: - cidr: 172.20.0.1/32 - - ipBlock: - cidr: 10.10.11.166/32 - - ipBlock: - cidr: 10.10.12.140/32 + cidr: 0.0.0.0/0 diff --git a/helmfile/cloud-sdk/helmfile.yaml b/helmfile/cloud-sdk/helmfile.yaml index 9a71806..88d8775 100644 --- a/helmfile/cloud-sdk/helmfile.yaml +++ b/helmfile/cloud-sdk/helmfile.yaml @@ -318,6 +318,9 @@ releases: description: New ElasticSearch logs found with Assertion violation (WIFI-9824) - grafana: + image: + repository: grafana/grafana + tag: 8.5.13 grafana.ini: users: viewers_can_edit: true @@ -354,6 +357,8 @@ releases: default: performance: url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/performance.json + qaDebugging: + url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/qa-debugging.json datasources: datasources.yaml: @@ -385,6 +390,8 @@ releases: jsonData: esVersion: 6 timeField: '@timestamp' + logMessageField: message + logLevelField: fields.level - alertmanager: config: @@ -412,6 +419,11 @@ releases: {{- readFile "alertmanager-templates/text.tpl" | nindent 14 }} title_link: "" + - kube-state-metrics: + image: + repository: tip-tip-wlan-cloud-ucentral.jfrog.io/kube-state-metrics + tag: v2.6.0-tip20221103 + - name: prometheus-operator-helper condition: prometheus.enabled From ebf7022c8165a2f6cb81d2ae931d6768470d9d06 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Wed, 9 Nov 2022 14:44:57 +0300 Subject: [PATCH 2/2] [WIFI-11509] Chg: switch wlan-testing QA dashboard to one used in analytics Signed-off-by: Dmitry Dunaev --- helmfile/cloud-sdk/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helmfile/cloud-sdk/helmfile.yaml b/helmfile/cloud-sdk/helmfile.yaml index 88d8775..7703b3d 100644 --- a/helmfile/cloud-sdk/helmfile.yaml +++ b/helmfile/cloud-sdk/helmfile.yaml @@ -358,7 +358,7 @@ releases: performance: url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/performance.json qaDebugging: - url: https://raw.githubusercontent.com/Telecominfraproject/wlan-testing/master/grafana/qa-debugging.json + url: https://raw.githubusercontent.com/Telecominfraproject/wlan-cloud-ucentral-analytics/main/grafana/qa-debugging.json datasources: datasources.yaml: