From 282711996763df7e081f3e41f42f8d475f14625c Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Fri, 12 Apr 2019 19:56:25 +0530 Subject: Implement DMaaP message handling from policy Handling of dmaap response from policy implemented Blueprint updated for config policy fetch Fix sonar issues Change-Id: I7a8a54b5d62e5db94ea2bc2d28805d8f5680d579 Issue-ID: DCAEGEN2-1427 Signed-off-by: krishnaa96 --- dpo/data-formats/dmaap_son.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (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 7e4a950..af5fc83 100644 --- a/dpo/data-formats/dmaap_son.json +++ b/dpo/data-formats/dmaap_son.json @@ -42,5 +42,16 @@ "location": "onap", "topic_url": "https://HOSTNAME:3905/events/DCAE_CL_OUTPUT" } - } + }, + "CL_RSP_topic": { + "type": "message_router", + "aaf_username": "", + "aaf_password": "", + "dmaap_info": { + "client_role": "son-subscriber", + "client_id": "policy-son-1", + "location": "onap", + "topic_url": "https://HOSTNAME:3905/events/DCAE_CL_RSP" + } + } } -- cgit 1.2.3-korg