aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/resources/topics
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2023-08-22 17:02:37 -0400
committerJack Lucas <jflos@sonoris.net>2023-08-22 21:06:17 +0000
commit91a27955112121ac1b3c2a11a0dea9ab2b744be8 (patch)
treec8f701e2fc062526112a6975221123f20c34373f /kubernetes/dmaap/components/dmaap-bc/resources/topics
parentffd944b874af386000d157e58be0475561021340 (diff)
[DMAAP] Remove dmaap-bc charts
The dmaap bus controller is no longer used, so the corresponding helm charts are being removed. Issue-ID: OOM-3238 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ieb83b9a09b5ec804fb18f0c5e85f18f8c1317272
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/topics')
-rw-r--r--kubernetes/dmaap/components/dmaap-bc/resources/topics/README3
-rw-r--r--kubernetes/dmaap/components/dmaap-bc/resources/topics/test_topic.json13
2 files changed, 0 insertions, 16 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/topics/README b/kubernetes/dmaap/components/dmaap-bc/resources/topics/README
deleted file mode 100644
index fbb88b97e6..0000000000
--- a/kubernetes/dmaap/components/dmaap-bc/resources/topics/README
+++ /dev/null
@@ -1,3 +0,0 @@
-#
-# Intent of this directory is for it to contain a file for each topic that needs to be provisioned in MR.
-# So, app teams can add files to this directory as needed without impacting each other's code.
diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/topics/test_topic.json b/kubernetes/dmaap/components/dmaap-bc/resources/topics/test_topic.json
deleted file mode 100644
index 6570ea53d7..0000000000
--- a/kubernetes/dmaap/components/dmaap-bc/resources/topics/test_topic.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "topicName": "dmaapbc-test-topic",
- "topicDescription": "test provisioning topic",
- "owner": "dmaapbc",
- "clients": [{
- "dcaeLocationName": "san-francisco",
- "clientRole": "org.onap.dmaap.mr.test.pub",
- "action": [
- "pub",
- "view"
- ]}
- ]
-}