From: emartin Date: Tue, 2 Apr 2019 15:43:34 +0000 (+0000) Subject: Add secure topic for PM Mapper X-Git-Tag: 4.0.0-ONAP~275^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=ea8d59bd0758618f07570f2ee4c696c8a6ebc452 Add secure topic for PM Mapper * Mapper publishes perf3gpp VES events to this secure topic in messagerouter Change-Id: Icb90f53c03a41fa63dee8fd2b7725d45e5445728 Issue-ID: DCAEGEN2-1038 Signed-off-by: emartin --- diff --git a/kubernetes/dmaap/components/message-router/resources/topics/PM_MAPPER.json b/kubernetes/dmaap/components/message-router/resources/topics/PM_MAPPER.json new file mode 100644 index 0000000000..691e66abac --- /dev/null +++ b/kubernetes/dmaap/components/message-router/resources/topics/PM_MAPPER.json @@ -0,0 +1,14 @@ +{ + "topicName": "PM_MAPPER", + "topicDescription": "The PM Mapper will be publishing perf3gpp VES events to this topic", + "owner": "pm-mapper", + "txenabled": false, + "clients": [{ + "dcaeLocationName": "san-francisco", + "clientIdentity" "dcae@dcae.onap.org", + "action": [ + "pub", + "view" + ] + }] +}