summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-05-15 15:41:07 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-15 15:41:07 +0000
commit36c87e4b516b45a109db5b61a91902c2c57308e2 (patch)
tree06bad1d928ac0089f5266977b9d9b1ecf0ea0b76 /kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json
parentcdf77a62bcf617cdcf9baca715798621d09bb46b (diff)
parentc75eacbe1c686e635673fc2280003518303e43ac (diff)
Merge "[DMAAP] Moving DMaaP post-install jobs to 1 BC job"
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json')
-rw-r--r--kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json b/kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json
new file mode 100644
index 0000000000..ff1a5732e2
--- /dev/null
+++ b/kubernetes/dmaap/components/dmaap-bc/resources/topics/mirrormakeragent.json
@@ -0,0 +1,37 @@
+{
+ "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"
+ ]
+ }
+ ]
+} \ No newline at end of file