summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/resources/topics/MMagent.json
diff options
context:
space:
mode:
authorsunil.unnava <sunil.unnava@att.com>2019-03-28 20:50:29 -0400
committersunil unnava <su622b@att.com>2019-04-01 21:54:52 +0000
commit02f077ed38336c7ba98175449719139d17a3290e (patch)
treec9c788e409d68ccd4795818e794081a26da4ff10 /kubernetes/dmaap/components/message-router/resources/topics/MMagent.json
parentb07990ae77b96bc0d7662abf25e34c07055cad96 (diff)
DMAAP changes
add Mirror Maker MR AAF integration Fix BC images and minor BC bugs Kafka upgrade to 1.1.1 Issue-ID: DMAAP-823 Change-Id: Ia7a1321a6fbfa9bfc65f90bca40ef236c2dbadef Signed-off-by: sunil.unnava <sunil.unnava@att.com>
Diffstat (limited to 'kubernetes/dmaap/components/message-router/resources/topics/MMagent.json')
-rw-r--r--kubernetes/dmaap/components/message-router/resources/topics/MMagent.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/kubernetes/dmaap/components/message-router/resources/topics/MMagent.json b/kubernetes/dmaap/components/message-router/resources/topics/MMagent.json
deleted file mode 100644
index 2612e0d64c..0000000000
--- a/kubernetes/dmaap/components/message-router/resources/topics/MMagent.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "topicName": "MirrorMakerProvisioning",
- "topicDescription": "the topic used to provision the MM agent whitelist",
- "replicationCase": "REPLICATION_NONE",
- "owner": "dmaap",
- "txenabled": false,
- "partitionCount": "1",
- "clients": [
- {
- "dcaeLocationName": "san-francisco",
- "clientIdentity": "dmaap-bc-mm-prov@dmaap-bc-mm-prov.onap.org",
- "action": [
- "pub",
- "view"
- ]
-
- }
- ]
-}