From ef6560bbb9bfa6248bf2afead5a9d02338aaf02f Mon Sep 17 00:00:00 2001 From: ChuanyuChen Date: Mon, 10 Apr 2023 16:57:20 +0800 Subject: Add DCAE and Policy Dmaap Listener Service Add DCAE and Policy Dmaap Listener Service Issue-ID: USECASEUI-794 Signed-off-by: ChuanyuChen Change-Id: I1af8093c198fbbc06942441f2ef8f06fe66eec03 --- .../resources/dmaapConfig/dcae_dmaap_config.json | 34 ++++++++++------------ .../resources/dmaapConfig/policy_dmaap_config.json | 34 ++++++++++------------ 2 files changed, 32 insertions(+), 36 deletions(-) (limited to 'intentanalysis/src/main/resources') diff --git a/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json b/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json index d22e843..892d77e 100644 --- a/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json +++ b/intentanalysis/src/main/resources/dmaapConfig/dcae_dmaap_config.json @@ -1,20 +1,18 @@ { - "dcae_subscriber":{ - "type":"message_router", - "aaf_username": null, - "aaf_password": null, - "api_key" : null, - "api_secret" : null, - "servers" : ["message-router:3904"], - "consumer_group" : "intent_analysis_dcaeevent", - "consumer_instance" : "intent_analysis_dcaeevent_1", - "fetch_timeout" : 15000, - "fetch_limit" : 100, - "dmaap_info":{ - "topic_url":"http://message-router:3904/events/INTENT-EVENT", - "client_role":"org.onap.uui.intentanalysisSub", - "location":"onap", - "client_id":"intent-analysis-1" - } - } + "type":"message_router", + "aaf_username": null, + "aaf_password": null, + "api_key" : null, + "api_secret" : null, + "servers" : ["message-router:3904"], + "consumer_group" : "intent_DCAE_event", + "consumer_instance" : "intent_DCAE_event_1", + "fetch_timeout" : 15000, + "fetch_limit" : 100, + "dmaap_info":{ + "topic_url":"http://message-router:3904/events/CCVPN-CL-DCAE-EVENT", + "client_role":"org.onap.uui.intentanalysisSub", + "location":"onap", + "client_id":"intent-analysis-1" + } } diff --git a/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json b/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json index 0ec440f..e4d06b1 100644 --- a/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json +++ b/intentanalysis/src/main/resources/dmaapConfig/policy_dmaap_config.json @@ -1,20 +1,18 @@ { - "policy_subscriber":{ - "type":"message_router", - "aaf_username": null, - "aaf_password": null, - "api_key" : null, - "api_secret" : null, - "servers" : ["message-router:3904"], - "consumer_group" : "intent_analysis_policyevent", - "consumer_instance" : "intent_analysis_policyevent_1", - "fetch_timeout" : 15000, - "fetch_limit" : 100, - "dmaap_info":{ - "topic_url":"http://message-router:3904/events/INTENT-EVENT", - "client_role":"org.onap.uui.intentanalysisSub", - "location":"onap", - "client_id":"intent-analysis-1" - } - } + "type":"message_router", + "aaf_username": null, + "aaf_password": null, + "api_key" : null, + "api_secret" : null, + "servers" : ["message-router:3904"], + "consumer_group" : "intent_analysis_policyevent", + "consumer_instance" : "intent_analysis_policyevent_1", + "fetch_timeout" : 15000, + "fetch_limit" : 100, + "dmaap_info": { + "topic_url":"http://message-router:3904/events/CCVPN-CL-POLICY-EVENT", + "client_role":"org.onap.uui.intentanalysisSub", + "location":"onap", + "client_id":"intent-analysis-1" + } } -- cgit