diff options
author | LiamBurke <Liam.Burke@ericsson.com> | 2018-10-03 15:02:12 +0000 |
---|---|---|
committer | Liam Burke <liam.burke@ericsson.com> | 2018-10-03 19:00:08 +0000 |
commit | abf1f1c931a21689e5a097a6de9290678f6a61e5 (patch) | |
tree | 21e8f71501391adb854c02208d06ebed7928983a | |
parent | 4140bb0ed38567e535b967d47daad4a64ba8c139 (diff) |
Updates to the Data File Collector config json
Change-Id: I975c8c83c6c1e539e739287c3e9dd91f812b4a6f
Issue-ID: INT-649
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
-rw-r--r-- | plans/usecases/5G-bulkpm/assets/datafile_endpoints.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json b/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json index 17c7078e..41c4b4fe 100644 --- a/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json +++ b/plans/usecases/5G-bulkpm/assets/datafile_endpoints.json @@ -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", @@ -23,6 +23,14 @@ "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 +} |