diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-15 15:41:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-15 15:41:07 +0000 |
commit | 36c87e4b516b45a109db5b61a91902c2c57308e2 (patch) | |
tree | 06bad1d928ac0089f5266977b9d9b1ecf0ea0b76 /kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json | |
parent | cdf77a62bcf617cdcf9baca715798621d09bb46b (diff) | |
parent | c75eacbe1c686e635673fc2280003518303e43ac (diff) |
Merge "[DMAAP] Moving DMaaP post-install jobs to 1 BC job"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json b/kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json new file mode 100644 index 0000000000..8f4cf8bd64 --- /dev/null +++ b/kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json @@ -0,0 +1,17 @@ +{ + "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, + "clients": [ + { + "dcaeLocationName": "san-francisco", + "clientRole": "org.onap.dmaap.mr.PNF_READY.pub", + "action": [ + "pub", + "view" + ] + + } + ] +} |