summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json
diff options
context:
space:
mode:
authoreconwar <conor.ward@est.tech>2019-03-05 16:39:00 +0000
committereconwar <conor.ward@est.tech>2019-03-05 16:39:00 +0000
commit28266fa4b4644061b51b8b1066c385b5db641839 (patch)
tree68963dd7ccdbee4f647aa40e5f65043a4fed571e /kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json
parentc96b971a70744f6eeb2eb360345fe0478ed9a3e6 (diff)
Extract dmaap components into components dir
This will help enable edge deployment Issue-ID: DMAAP-1068 Change-Id: I61df2887069a0302341c0004914158398ecd58d9 Signed-off-by: econwar <conor.ward@est.tech>
Diffstat (limited to 'kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json')
-rw-r--r--kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json b/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json
deleted file mode 100644
index f0dd2c7829..0000000000
--- a/kubernetes/dmaap/charts/dmaap-bus-controller/resources/topics/PNF_REGISTRATION.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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"
- ]
-
- }
- ]
-}