Skip to content

Commit 98d0650

Browse files
committed
Update metricStorage NAD kuttl tests
Drop NAD config from deploy-edpm-resources Add configure-nad-metricstorage test which covers the scenario in which TLS is enabled and a NAD is set for a metricStorage. Related Bug: https://issues.redhat.com/browse/OSPRH-14663
1 parent a3b0db2 commit 98d0650

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

tests/kuttl/suites/metricstorage/tests/06-deploy-edpm-resources.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ spec:
1414
retention: 24h
1515
persistent:
1616
pvcStorageRequest: 20G
17-
networkAttachments:
18-
- ctlplane
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
apiVersion: telemetry.openstack.org/v1beta1
3+
kind: MetricStorage
4+
metadata:
5+
name: telemetry-kuttl-metricstorage
6+
spec:
7+
monitoringStack:
8+
alertingEnabled: true
9+
scrapeInterval: 30s
10+
storage:
11+
strategy: persistent
12+
retention: 24h
13+
persistent:
14+
pvcStorageRequest: 20G
15+
prometheusTls:
16+
caBundleSecretName: combined-ca-bundle
17+
secretName: cert-metric-storage-prometheus-svc
18+
dataplaneNetwork: ctlplane
19+
networkAttachments:
20+
- ctlplane

0 commit comments

Comments
 (0)