[DCAEGEN2] Fix VES Helm Chart to use correct schema 10/119710/9
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Wed, 24 Mar 2021 11:32:41 +0000 (12:32 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 26 Mar 2021 17:30:34 +0000 (17:30 +0000)
v7 endpoint should use updated schema file:
CommonEventFormat_30.2.1_ONAP.json
instead of:
CommonEventFormat_30.2_ONAP.json

Issue-ID: DCAEGEN2-2697
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Ib5c02653af809b5c65c962dda9b39ad839dae639

kubernetes/dcaegen2-services/components/dcae-ves-collector/values.yaml

index 0c0fd86..62c6404 100644 (file)
@@ -89,7 +89,7 @@ applicationConfig:
   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: 1
   collector.externalSchema.schemasLocation: "./etc/externalRepo/"
   collector.externalSchema.mappingFileLocation: "./etc/externalRepo/schema-map.json"