From 430b6b44fcd1dfa917cb599962ae6ef332581ede Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 14 May 2018 00:05:48 -0400 Subject: Fix Consul configuration for VES Issue-ID: DCAEGEN2-506 Change-Id: Ia82bf731fb018e4ae7063a22db87482d2bba6391 Signed-off-by: Lusheng Ji --- heat/register.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/register.sh b/heat/register.sh index 676682f..5b0b9f3 100755 --- a/heat/register.sh +++ b/heat/register.sh @@ -271,7 +271,7 @@ REGKV=' "collector.schema.checkflag": "1", "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", "collector.service.port": "8080", - "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\"}\", + "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\"}", "collector.keystore.passwordfile": "/opt/app/VESCollector/etc/passwordfile", "collector.inputQueue.maxPending": "8096", "streams_publishes": { -- cgit 1.2.3-korg