From 80fba707886f8e638d76b609f546438f4f168117 Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Thu, 25 Feb 2021 13:53:28 +0100 Subject: Update Ves version to 1.8.0 - Use updated schema in Ves to validate IP addresses Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska Change-Id: Id7e6edb3ed774a9055a6ca2ba61be4256741ce7b --- blueprints/k8s-ves.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blueprints') diff --git a/blueprints/k8s-ves.yaml b/blueprints/k8s-ves.yaml index b44b312..d5a7efa 100644 --- a/blueprints/k8s-ves.yaml +++ b/blueprints/k8s-ves.yaml @@ -57,7 +57,7 @@ inputs: default: "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.7.9" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.8.0" internal_port: type: string description: Kubernetes node port on which collector is exposed @@ -146,7 +146,7 @@ node_templates: collector.truststore.file.location: /opt/app/dcae-certificate/trust.jks collector.truststore.passwordfile: /opt/app/dcae-certificate/trust.pass collector.schema.checkflag: "1" - collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2_ONAP.json\"}" + collector.schema.file: "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}" collector.externalSchema.checkflag: get_input: collector_externalSchema_checkflag collector.externalSchema.schemasLocation: -- cgit 1.2.3-korg