diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-05-22 15:54:49 +0200 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-20 10:27:44 +0000 |
commit | 367a0d07ff40fe220c998defb1a9ae32c10a7a79 (patch) | |
tree | e3ca712178778b00d41ac57111baacf3d465b1d9 | |
parent | b2c9c5db0664318eb7012a7636998f7663ce6ab0 (diff) |
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 <zlatko.murgoski@nokia.com>
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r-- | blueprints/k8s-ves.yaml-template | 7 |
1 files 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: |