aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-10-01 12:12:01 +0200
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-10-01 12:12:01 +0200
commit949752308541038daf7b01427ec040de4460fe74 (patch)
tree96117d68396b14bb7c036ee1d48918155dae2b95
parent50ba37fed28f5dc5b32332b918211be4a9ccf864 (diff)
Update datafile component spec
Issue-ID: DCAEGEN2-2461 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I03a75203ab6870d8799fb498c67abbc226a54fb0
-rw-r--r--datafile-app-server/dpo/spec/datafile-component-spec.json21
1 files 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": [
{
@@ -41,17 +47,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",
"description": "",
@@ -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
}