aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-10-23 12:20:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-23 12:20:35 +0000
commit404431e64e2936ae3f06b1e02d5c5cf67db3790a (patch)
tree0b6abe41f356ab17bb70d732c4e70983c93c8f1d /kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json
parent57a322c8445b56eb67a2295c40895270bcca9b0b (diff)
parentd9d3f42ea3490692a133b6e2025c38ffdc519447 (diff)
Merge "Provision clients for PNF topics"
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json')
-rw-r--r--kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json b/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json
index 0010f22cb4..8f4cf8bd64 100644
--- a/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json
+++ b/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json
@@ -2,5 +2,16 @@
"topicName": "PNF_READY",
"topicDescription": "This topic will be used to publish the PNF_READY events generated by the PNF REgistration Handler service in the DCAE platform.",
"owner": "PNFRegistrationHandler",
- "txenabled": false
+ "txenabled": false,
+ "clients": [
+ {
+ "dcaeLocationName": "san-francisco",
+ "clientRole": "org.onap.dmaap.mr.PNF_READY.pub",
+ "action": [
+ "pub",
+ "view"
+ ]
+
+ }
+ ]
}