diff options
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 701bf583..69680fd3 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -7,8 +7,16 @@ "class": "HpCambriaOutputStream", "stripHpId": "true", "type": "out", - "cambria.hosts": "zldciad3vicoll00.dcae.simpledemo.openecomp.org" - } + "cambria.hosts": "onap.dmaap.org" + }, + { + "name": "sec_fault", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap.dmaap.org" + } ] } |