Align DFC component spec 99/112799/6
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 17 Sep 2020 07:50:06 +0000 (09:50 +0200)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Wed, 7 Oct 2020 12:55:13 +0000 (14:55 +0200)
Issue-ID: DCAEGEN2-2461
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ib09be9a2f21643b8e6de95ecc295d16f7ba7e8cb

datafile-app-server/dpo/spec/datafile-component-spec.json

index de601ae..8fa004d 100644 (file)
@@ -1,7 +1,7 @@
 {
   "self": {
     "name": "datafile-collector",
-    "version": "1.0.0",
+    "version": "1.4.3",
     "description": "Docker application to collect log file from PNF",
     "component_type": "docker"
   },
     "ports": [
       "8100:0",
       "8433:0"
-    ]
+    ],
+    "log_info": {
+      "log_directory": "/var/log/ONAP"
+    },
+    "tls_info": {
+      "cert_directory": "/opt/app/datafile/etc/cert/",
+      "use_tls": true
+    }
   },
   "artifacts": [
     {
@@ -48,7 +55,7 @@
   "parameters": [
     {
       "name": "dmaap.ftpesConfig.keyCert",
-      "value": "/opt/app/datafile/config/dfc.jks",
+      "value": "/opt/app/datafile/etc/cert/cert.jks",
       "description": "",
       "designer_editable": true,
       "sourced_at_deployment": false,
@@ -68,7 +75,7 @@
     },
     {
       "name": "dmaap.ftpesConfig.trustedCa",
-      "value": "/opt/app/datafile/config/cert.jks",
+      "value": "/opt/app/datafile/etc/cert/trust.jks",
       "description": "",
       "designer_editable": true,
       "sourced_at_deployment": false,
       "policy_editable": false,
       "type": "boolean",
       "required": true
+    },
+    {
+      "name": "dmaap.dmaapConsumerConfiguration.consumerGroup",
+      "value": "OpenDcae-c12",
+      "description": "",
+      "designer_editable": true,
+      "sourced_at_deployment": true,
+      "policy_editable": false,
+      "type": "boolean",
+      "required": true
+    },
+    {
+      "name": "dmaap.dmaapConsumerConfiguration.consumerId",
+      "value": "C12",
+      "description": "",
+      "designer_editable": true,
+      "sourced_at_deployment": true,
+      "policy_editable": false,
+      "type": "string",
+      "required": true
+    },
+    {
+      "name": "dmaap.dmaapConsumerConfiguration.timeoutMs",
+      "value": -1,
+      "description": "",
+      "designer_editable": true,
+      "sourced_at_deployment": false,
+      "policy_editable": false,
+      "required": true
     }
-
   ]
 }