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 15:53:47 +0000 |
commit | 00829dc6c46eb53d9b12c1751f0e4166ac2994ec (patch) | |
tree | a3c917cdfdeb7695b37214b2a5ec37497e877afe | |
parent | 39e84cdc98d21c5cc73fa8488bb30a407b3cb975 (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 |