diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2019-04-12 19:56:25 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2019-04-15 15:49:27 +0530 |
commit | 282711996763df7e081f3e41f42f8d475f14625c (patch) | |
tree | ba753b1bdd26999b973cb4c28ad300032c133fa6 /dpo/spec | |
parent | 2896a24832902865313cd16081bba8b2d079748f (diff) |
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 <krishna.moorthy6@wipro.com>
Diffstat (limited to 'dpo/spec')
-rw-r--r-- | dpo/spec/sonhandler-componentspec.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dpo/spec/sonhandler-componentspec.json b/dpo/spec/sonhandler-componentspec.json index 6fc51be..2d23fb8 100644 --- a/dpo/spec/sonhandler-componentspec.json +++ b/dpo/spec/sonhandler-componentspec.json @@ -30,7 +30,13 @@ "version": "1.0.0", "route": "/callbackUrl", "type": "http" - } + }, + { + "format": "POLICY_TO_SON_DMAAP", + "version": "1.0.0", + "config_key": "CL_RSP_topic", + "type": "message router" + } ], "publishes": [ { @@ -267,9 +273,9 @@ "designer_editable": false }, { - "name": "sonhandler.callbackUrl", - "value": "http://sonhms.onap:8080/callbackUrl", - "description": "sonhms callback url", + "name": "sonhandler.namespace", + "value": "onap", + "description": "namespace where MS will be deployed", "sourced_at_deployment": false, "policy_editable": false, "designer_editable": false |