From 80b0c61808d0958ef7d38a772a206f2c17dfd2a5 Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Fri, 5 Apr 2019 18:13:32 +0530 Subject: Implement Enhancements to the Microservice Change-Id: Ie3b11fe14f1794fdd6880c40bc382eccbef34aa2 Issue-ID: DCAEGEN2-1109 Signed-off-by: krishna moorthy --- dpo/data-formats/dmaap_son.json | 89 +++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 44 deletions(-) (limited to 'dpo/data-formats/dmaap_son.json') diff --git a/dpo/data-formats/dmaap_son.json b/dpo/data-formats/dmaap_son.json index 43f7b8e..7e4a950 100644 --- a/dpo/data-formats/dmaap_son.json +++ b/dpo/data-formats/dmaap_son.json @@ -1,45 +1,46 @@ -{"nbr_list_change_topic":{ - "type": "message_router", - "aaf_username": "", - "aaf_password": "", - "dmaap_info": { - "client_role": "son-subscriber", - "client_id": "sdnr-son-1", - "location": "onap", - "topic_url": "https://HOSTNAME:3905/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO" - } -}, -"fault_management_topic":{ - "type": "message_router", - "aaf_username": "", - "aaf_password": "", - "dmaap_info": { - "client_role": "son-subscriber", - "client_id": "sdnr-son-1", - "location": "onap", - "topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_FAULT_OUTPUT" - } -}, -"performance_management_topic":{ - "type": "message_router", - "aaf_username": "", - "aaf_password": "", - "dmaap_info": { - "client_role": "son-subscriber", - "client_id": "sdnr-son-1", - "location": "onap", - "topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_MEASUREMENT_OUTPUT" - } -}, -"CL_topic":{ - "type": "message_router", - "aaf_username": "", - "aaf_password": "", - "dmaap_info": { - "client_role": "policy-publisher", - "client_id": "policy-son-1", - "location": "onap", - "topic_url": "https://HOSTNAME:3905/events/DCAE_CL_OUTPUT" - } -} +{ + "nbr_list_change_topic": { + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "sdnr-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO" + } + }, + "fault_management_topic": { + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "sdnr-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_FAULT_OUTPUT" + } + }, + "performance_management_topic": { + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "sdnr-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/unauthenticated.SEC_MEASUREMENT_OUTPUT" + } + }, + "CL_topic": { + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "policy-publisher", + "client_id": "policy-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/DCAE_CL_OUTPUT" + } + } } -- cgit 1.2.3-korg