summaryrefslogtreecommitdiffstats
path: root/dpo/spec/dmaap.json
diff options
context:
space:
mode:
authorJoeOLeary <joseph.o.leary@est.tech>2019-07-19 10:02:12 +0000
committerJoeOLeary <joseph.o.leary@est.tech>2019-07-19 10:02:12 +0000
commit2c8ddf3501cfc5106d20b51ef077cc6d07ab65dc (patch)
tree700976f3c0621acfd7d96e43e71bc1eadda19abd /dpo/spec/dmaap.json
parent0e85c3644ea0141f7761da89926e358ef68acb41 (diff)
Add DMaaP plugin support
- Update blueprint with DMaaP plugin support. - Update configuration with new DMaaP plugin format. - Move Configuration tests to correct package. - Add latest-staging Docker image tag to pom. - Change file endings in some files to LF. - Remove publishing to non authenticated topic. - Fix some tests which were not executing correctly. - Fix some Sonar smells. Issue-ID: DCAEGEN2-1581 Change-Id: I37fbb662419179e3fe9fb8bdf710d6a6e8f0308a Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'dpo/spec/dmaap.json')
-rw-r--r--dpo/spec/dmaap.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/dpo/spec/dmaap.json b/dpo/spec/dmaap.json
index 1830723..2c998eb 100644
--- a/dpo/spec/dmaap.json
+++ b/dpo/spec/dmaap.json
@@ -1,16 +1,16 @@
{
- "pm_mapper_publish_mr": {
+ "dmaap_publisher": {
"aaf_username": "username",
"aaf_password": "password",
"type": "message_router",
"dmaap_info": {
- "client_role": "org.onap.dmaap.mr.PM_MAPPER.pub",
+ "client_role": "org.dcae.onap.pmPublisher",
"client_id": "dcae@dcae.onap.org",
"location": "san-francisco",
- "topic_url": "https://message-router:3905//events/org.onap.dmaap.mr.PM_MAPPER"
+ "topic_url": "https://message-router:3905//events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS"
}
},
- "pm_mapper_subscribe_dr": {
+ "dmaap_subscriber": {
"type": "data_router",
"dmaap_info": {
"username": "username",