Add secure topic for PM Mapper 22/83522/4
authoremartin <ephraim.martin@est.tech>
Tue, 2 Apr 2019 15:43:34 +0000 (15:43 +0000)
committeremartin <ephraim.martin@est.tech>
Tue, 2 Apr 2019 15:43:34 +0000 (15:43 +0000)
* Mapper publishes perf3gpp VES events to this secure topic in messagerouter

Change-Id: Icb90f53c03a41fa63dee8fd2b7725d45e5445728
Issue-ID: DCAEGEN2-1038
Signed-off-by: emartin <ephraim.martin@est.tech>
kubernetes/dmaap/components/message-router/resources/topics/PM_MAPPER.json [new file with mode: 0644]

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 (file)
index 0000000..691e66a
--- /dev/null
@@ -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"
+   ]
+ }]
+}