diff options
author | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-04 17:12:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-04 17:12:24 +0000 |
commit | f56dd7e6cea919805a39d4b32b8cba3d472ab0be (patch) | |
tree | c9e3904d972219739ccc8b660942039a18e5aa1a /kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json | |
parent | b017727aa919b06a40a476ff84e391103f049b4f (diff) | |
parent | 02f077ed38336c7ba98175449719139d17a3290e (diff) |
Merge "DMAAP changes"
Diffstat (limited to 'kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json')
-rw-r--r-- | kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json b/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json new file mode 100644 index 0000000000..7ae77cd8a8 --- /dev/null +++ b/kubernetes/dmaap/components/message-router/resources/topics/mirrormakeragent.json @@ -0,0 +1,42 @@ +{ + "topicName": "mirrormakeragent", + "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", + "sub", + "view" + ] + + }, + { + "dcaeLocationName": "san-francisco", + "clientIdentity": "dmaap-bc-topic-mgr@dmaap-bc-topic-mgr.onap.org", + "action": [ + "pub", + "sub", + "view" + ] + + }, + { + "dcaeLocationName": "san-francisco", + "clientIdentity": "demo@people.osaaf.org", + "action": [ + "pub", + "sub", + "view" + ] + + } + + ] +} + |