From c75eacbe1c686e635673fc2280003518303e43ac Mon Sep 17 00:00:00 2001 From: efiacor Date: Fri, 24 Apr 2020 14:29:17 +0100 Subject: [DMAAP] Moving DMaaP post-install jobs to 1 BC job Change-Id: I11fe412600d1061e5667a5531d36cecbecdd34e3 Signed-off-by: efiacor Issue-ID: OOM-2369 --- .../components/dmaap-bc/resources/topics/PNF_READY.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_READY.json') 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" + ] + + } + ] +} -- cgit 1.2.3-korg