diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-23 12:20:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-23 12:20:35 +0000 |
commit | 404431e64e2936ae3f06b1e02d5c5cf67db3790a (patch) | |
tree | 0b6abe41f356ab17bb70d732c4e70983c93c8f1d /kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_READY.json | |
parent | 57a322c8445b56eb67a2295c40895270bcca9b0b (diff) | |
parent | d9d3f42ea3490692a133b6e2025c38ffdc519447 (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.json | 13 |
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" + ] + + } + ] } |