diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-03-14 15:06:40 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-03-18 15:25:23 +0530 |
commit | be11dee889f5a740d584458b62804e5fd4296e53 (patch) | |
tree | 2cc5e14c29df1a40f8e7bbe3bb08fffa38e023b8 /etc/DmaapConfig.json | |
parent | d76c2d0f61bfb4373b13fcdb6fc3317467dd19b4 (diff) |
Issue-ID: DCAEGEN2-1055 Generic RestConfCollector
Change-Id: I1800affa2b34cbb7487c0d8411e078adec5a0c48
Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'etc/DmaapConfig.json')
-rwxr-xr-x | etc/DmaapConfig.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 5176cea..6aac252 100755 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,12 +1,12 @@ { "channels": [ { - "name": "route_failure", - "cambria.topic": "unauthenticated.DCAE_RESTCONF_COL_OUTPUT", + "name": "device-registration", + "cambria.topic": "unauthenticated.DCAE_RCC_OUTPUT", "class": "HpCambriaOutputStream", "stripHpId": "true", "type": "out", - "cambria.hosts": "onap-message-router" + "cambria.hosts": "119.3.84.152:30227" } ] } |