From 949752308541038daf7b01427ec040de4460fe74 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 1 Oct 2020 12:12:01 +0200 Subject: Update datafile component spec Issue-ID: DCAEGEN2-2461 Signed-off-by: Remigiusz Janeczek Change-Id: I03a75203ab6870d8799fb498c67abbc226a54fb0 --- .../dpo/spec/datafile-component-spec.json | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/datafile-app-server/dpo/spec/datafile-component-spec.json b/datafile-app-server/dpo/spec/datafile-component-spec.json index e7843283..de601aee 100644 --- a/datafile-app-server/dpo/spec/datafile-component-spec.json +++ b/datafile-app-server/dpo/spec/datafile-component-spec.json @@ -7,6 +7,12 @@ }, "streams": { "subscribes": [ + { + "type": "message_router", + "config_key": "VES_NOTIFICATION_OUTPUT", + "format": "VES_specification", + "version": "7.30.1" + } ], "publishes": [ { @@ -40,17 +46,6 @@ } ], "parameters": [ - { - "name": "streams_subscribes", - "value": {"dmaap_subscriber": {"dmaap_info": {"topic_url": - "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"}}}, - "description": "datafile collector consume VES event to message router topic ", - "designer_editable": true, - "sourced_at_deployment": false, - "policy_editable": false, - "type": "string", - "required": true - }, { "name": "dmaap.ftpesConfig.keyCert", "value": "/opt/app/datafile/config/dfc.jks", @@ -138,7 +133,7 @@ "designer_editable": true, "sourced_at_deployment": false, "policy_editable": false, - "type": "string", + "type": "boolean", "required": true }, { @@ -148,7 +143,7 @@ "designer_editable": true, "sourced_at_deployment": false, "policy_editable": false, - "type": "string", + "type": "boolean", "required": true } -- cgit 1.2.3-korg