diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-09 00:26:41 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-05-09 00:26:55 +0000 |
commit | 0714de55efda246b05c4942d1252b66ba3fd658f (patch) | |
tree | d165a01f2cc9ed5fce6281a94018df66ae3a1edf | |
parent | 84583d6003aa75174c1fab532d91276c45404e4c (diff) |
Fix domain/stream config
Change-Id: I67bf78fe6e15459224a998c2f785f50006a27645
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1270
-rw-r--r-- | blueprints/k8s-ves.yaml-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template index 3cf8d35..ef5a798 100644 --- a/blueprints/k8s-ves.yaml-template +++ b/blueprints/k8s-ves.yaml-template @@ -68,7 +68,7 @@ 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|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|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.inputQueue.maxPending: "8096" collector.keystore.alias: "dynamically generated" collector.keystore.file.location: /opt/app/VESCollector/etc/keystore |