From 2f3caa5c27d339c6a371d6e5f9d81519e919d96c Mon Sep 17 00:00:00 2001 From: YongchaoWu Date: Wed, 17 Jul 2019 17:15:59 +0000 Subject: modify the configuration in consul for dfc modify the configuration in consul in order to support dfc to fetch the merged configuration Issue-ID: INT-1155 Change-Id: I6d73987183851ed38225796c9f426a1010376fd3 Signed-off-by: YongchaoWu --- .../simulator-group/consul/c14_feed3_LOG.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json') diff --git a/test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json b/test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json index 1f91a382e..b98a46f73 100644 --- a/test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json +++ b/test/mocks/datafilecollector-testharness/simulator-group/consul/c14_feed3_LOG.json @@ -8,13 +8,22 @@ "dmaap.security.keyStorePath": "keyStorePath", "dmaap.security.keyStorePasswordPath": "change it", "dmaap.security.enableDmaapCertAuth": "false", - "dmaap.dmaapProducerConfiguration": { - "changeIdentifier": "LOG_FILES", - "feedName": "feed03" + "streams_publishes": { + "LOG_FILES": { + "type": "data_router", + "dmaap_info": { + "username": "user", + "log_url": "https://drsim:3907/feedlog/3", + "publish_url": "https://drsim:3907/publish/3", + "location": "loc00", + "password": "password", + "publisher_id": "972.360gm" + } + } }, "streams_subscribes": { "dmaap_subscriber": { - "dmmap_info": { + "dmaap_info": { "topic_url": "http://dradmin:dradmin@mrsim:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c14/C14" }, "type": "message_router" -- cgit 1.2.3-korg