diff options
Diffstat (limited to 'etc/DmaapConfig.json')
-rwxr-xr-x | etc/DmaapConfig.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json new file mode 100755 index 0000000..5176cea --- /dev/null +++ b/etc/DmaapConfig.json @@ -0,0 +1,12 @@ +{ + "channels": [ + { + "name": "route_failure", + "cambria.topic": "unauthenticated.DCAE_RESTCONF_COL_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-message-router" + } + ] +} |