diff options
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/topics')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/resources/topics/README | 3 | ||||
-rw-r--r-- | kubernetes/dmaap/components/dmaap-bc/resources/topics/test_topic.json | 13 |
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" - ]} - ] -} |