summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremartin <ephraim.martin@est.tech>2019-04-02 15:43:34 +0000
committeremartin <ephraim.martin@est.tech>2019-04-02 15:43:34 +0000
commitea8d59bd0758618f07570f2ee4c696c8a6ebc452 (patch)
treeb7a207b31f5ec26f6c8876397a60311c39b1ba44
parent8cdc31f786753fb952a95e9639da9b71b27ad08a (diff)
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 <ephraim.martin@est.tech>
-rw-r--r--kubernetes/dmaap/components/message-router/resources/topics/PM_MAPPER.json14
1 files changed, 14 insertions, 0 deletions
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"
+ ]
+ }]
+}