Updates to the Data File Collector config json 57/69757/2
authorLiamBurke <Liam.Burke@ericsson.com>
Wed, 3 Oct 2018 15:02:12 +0000 (15:02 +0000)
committerLiam Burke <liam.burke@ericsson.com>
Wed, 3 Oct 2018 19:00:08 +0000 (19:00 +0000)
Change-Id: I975c8c83c6c1e539e739287c3e9dd91f812b4a6f
Issue-ID: INT-649
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
plans/usecases/5G-bulkpm/assets/datafile_endpoints.json

index 17c7078..41c4b4f 100644 (file)
@@ -6,8 +6,8 @@
                 "dmaapPortNumber": 3904,
                 "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT",
                 "dmaapProtocol": "http",
-                "dmaapUserName": "admin",
-                "dmaapUserPassword": "admin",
+                "dmaapUserName": "",
+                "dmaapUserPassword": "",
                 "dmaapContentType": "application/json",
                 "consumerId": "C12",
                 "consumerGroup": "OpenDcae-c12",
                 "dmaapUserPassword": "dradmin",
                 "dmaapContentType": "application/octet-stream"
             }
+        },
+        "ftp": {
+            "ftpesConfiguration": {
+                "keyCert": "/config/ftpKey.jks",
+                "keyPassword": "secret",
+                "trustedCA": "/config/ftpKey.jks",
+                "trustedCAPassword": "secret"
+            }
         }
     }
-}
\ No newline at end of file
+}