From 367a0d07ff40fe220c998defb1a9ae32c10a7a79 Mon Sep 17 00:00:00 2001 From: Zlatko Murgoski Date: Wed, 22 May 2019 15:54:49 +0200 Subject: VES param auth method Fix streamId configuration for measurement domain typo https://jira.onap.org/browse/DCAEGEN2-1523 Issue-ID: DCAEGEN2-1523 Change-Id: Icc5060bf953faf6e88b403bccf27fcff79e803eb Signed-off-by: Zlatko Murgoski Signed-off-by: Vijay Venkatesh Kumar --- blueprints/k8s-ves.yaml-template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template index ef5a798..adaf1d8 100644 --- a/blueprints/k8s-ves.yaml-template +++ b/blueprints/k8s-ves.yaml-template @@ -68,9 +68,8 @@ node_templates: - concat: ["8443:", { get_input: external_tls_port }] properties: application_config: - collector.dmaap.streamid: fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|measurements=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 + collector.dmaap.streamid: fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|measurement=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 collector.inputQueue.maxPending: "8096" - collector.keystore.alias: "dynamically generated" collector.keystore.file.location: /opt/app/VESCollector/etc/keystore collector.keystore.passwordfile: /opt/app/VESCollector/etc/passwordfile collector.schema.checkflag: "1" @@ -78,8 +77,8 @@ node_templates: collector.service.port: "8080" collector.service.secure.port: "8443" event.transform.flag: "0" - header.authflag: "0" - header.authlist: "sample1,c2FtcGxlMQ==" + auth.method=noAuth + header.authlist: "sample1,$2a$10$0buh.2WeYwN868YMwnNNEuNEAMNYVU9.FSMJGyIKV3dGET/7oGOi6" services_calls: [] streams_publishes: ves-fault: -- cgit 1.2.3-korg