From 884abf214c3568bf8a4a6fabbf784de5929085ff Mon Sep 17 00:00:00 2001 From: Jakub Zieba Date: Tue, 4 Sep 2018 12:31:36 +0200 Subject: [PATCH] Update VES blueprint to be alligned with code Change-Id: I8232f0e60f13d34ed90abeacf89d2024dbeb29db Issue-ID: DCAEGEN2-747 Signed-off-by: Jakub Zieba --- blueprints/k8s-ves.yaml-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template index d96198f..56027bb 100644 --- a/blueprints/k8s-ves.yaml-template +++ b/blueprints/k8s-ves.yaml-template @@ -69,12 +69,12 @@ node_templates: collector.keystore.file.location: /opt/app/VESCollector/etc/keystore collector.keystore.passwordfile: /opt/app/VESCollector/etc/passwordfile 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.json\",\"v7\":\"./etc/CommonEventFormat_30.0.1.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.0.1.json\"}" collector.service.port: "8080" collector.service.secure.port: "8443" event.transform.flag: "0" header.authflag: "0" - header.authlist: "userid1,base64encodepwd1|userid2,base64encodepwd2" + header.authlist: "sample1,c2FtcGxlMQ==" services_calls: [] streams_publishes: ves-fault: -- 2.16.6