diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-04-24 14:29:17 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-05-14 22:02:37 +0100 |
commit | c75eacbe1c686e635673fc2280003518303e43ac (patch) | |
tree | 4e04e0be29ecb019baabb9ec766eeb5c31dd6cb4 /kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_REGISTRATION.json | |
parent | c32ee22a8436a184d710db9d06da85c4ca385efc (diff) |
[DMAAP] Moving DMaaP post-install jobs to 1 BC job
Change-Id: I11fe412600d1061e5667a5531d36cecbecdd34e3
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: OOM-2369
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_REGISTRATION.json')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_REGISTRATION.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_REGISTRATION.json b/kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_REGISTRATION.json new file mode 100644 index 0000000000..f0dd2c7829 --- /dev/null +++ b/kubernetes/dmaap/components/dmaap-bc/resources/topics/PNF_REGISTRATION.json @@ -0,0 +1,17 @@ +{ + "topicName": "PNF_REGISTRATION", + "topicDescription": "the VES collector will be publishing pnfRegistration events in this topic", + "owner": "VEScollector", + "txenabled": false, + "clients": [ + { + "dcaeLocationName": "san-francisco", + "clientRole": "org.onap.dmaap.mr.PNF_REGISTRATION.sub", + "action": [ + "sub", + "view" + ] + + } + ] +} |