From da885899532bc2d3b6c897dcb253ef67ca67fc80 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Fri, 26 Aug 2022 17:15:39 +0200 Subject: [PATCH] Update ves-collector deployment - update properties IssueID: OAM-290 Change-Id: I09f3cfb3bfa7b2efd56de531c7e5c21466eb7ad4 Signed-off-by: demx8as6 --- solution/integration/smo/oam/ves-collector/collector.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/integration/smo/oam/ves-collector/collector.properties b/solution/integration/smo/oam/ves-collector/collector.properties index a85f051..2175dea 100644 --- a/solution/integration/smo/oam/ves-collector/collector.properties +++ b/solution/integration/smo/oam/ves-collector/collector.properties @@ -61,7 +61,7 @@ event.externalSchema.schemaRefPath=$.event.stndDefinedFields.schemaReference event.externalSchema.stndDefinedDataPath=$.event.stndDefinedFields.data ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile -collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance|o-ran-sc-du-hello-world-pm-streaming-oas3=ves-o-ran-sc-du-hello-world-pm-streaming-oas3 +collector.dmaap.streamid=fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance|o-ran-sc-du-hello-world-pm-streaming-oas3=ves-o-ran-sc-du-hello-world-pm-streaming-oas3|o1-notify-pnf-registration=ves-o1-notify-pnf-registration collector.dmaapfile=etc/ves-dmaap-config.json ## Path to the file containing description of api versions -- 2.16.6