dcaegen2/collectors/datafile.git
6 years agoExtend heartbeat to also include som health status 08/84508/7
elinuxhenrik [Thu, 11 Apr 2019 07:04:31 +0000 (07:04 +0000)]
Extend heartbeat to also include som health status

Add info about the internal status of DFC to the healtCheck message.

Change-Id: Ic2ad3e5b97c42d6affe1ac4e1d7cf2274027f881
Issue-ID: DCAEGEN2-1403
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoHousekeeping 95/84095/7
elinuxhenrik [Tue, 26 Mar 2019 09:22:23 +0000 (10:22 +0100)]
Housekeeping

No functional changes made in this commit.

Removed CheckStyle and Sonar warnings.
Formatted code.
Renamed methods and classes for better understanding.
Removed unnecessary classes.
Moved all code to single project.

Change-Id: Ie3feb6c6a985e94a382812aa083dcf57bc46c7b3
Issue-ID: DCAEGEN2-1367
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoUpdating certificates 02/79902/5
TamasBakai [Wed, 10 Apr 2019 10:02:21 +0000 (10:02 +0000)]
Updating certificates

Issue-ID: DCAEGEN2-1300
Change-Id: I9ce457b69e5866e77a465fb040d196b8905ca274
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
6 years agoImproved logging 46/83946/4
PatrikBuhr [Thu, 4 Apr 2019 14:41:34 +0000 (14:41 +0000)]
Improved logging

Fixed problem with startup which lead
to that the REST API was not working running
locally.

Fixed problem with DmaapProducerHttpClient which would use
no timeout, which can lead to infinitly haninging threads.
A long timeout is used instead.

Change-Id: I28469b1b3aaad0dab4cf247bb8af968e71a60133
Issue-ID: DCAEGEN2-1305
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoChange file name sent to DataRouter 22/83622/2
elinuxhenrik [Fri, 29 Mar 2019 09:05:28 +0000 (09:05 +0000)]
Change file name sent to DataRouter

In the previous commit for this issue, the file name sent to DataRouter
was changed. This turned out to be wrong, so in this commit it is
changed back again.

Change-Id: I9b0d726f406758846fd256626e73edf59d710c8b
Issue-ID: DCAEGEN2-1256
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoMerge "Fix DataFile - Align Dmaap Topic configuration"
Vijay Venkatesh Kumar [Thu, 28 Mar 2019 02:58:11 +0000 (02:58 +0000)]
Merge "Fix DataFile - Align Dmaap Topic configuration"

6 years agoupdate INFO.yaml 96/83396/2
Vijay Venkatesh Kumar [Tue, 26 Mar 2019 13:14:54 +0000 (13:14 +0000)]
update INFO.yaml

Change-Id: I147b698c40bb80a09c885c16d08137dcb4a0cf69
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1270
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
6 years agoLocal filename updated, stability issues 97/82597/6
PatrikBuhr [Fri, 22 Mar 2019 14:29:29 +0000 (14:29 +0000)]
Local filename updated, stability issues

The local filename is changed so it contains PNF name
instead of the PNF IP address.

The paralellism is restricted to 100 worker threads in order to
solve problems with too many open file descriptors and out of memory.

Logging is improved.

Change-Id: I24ce2e23020cc253a3c7bebac1ab5cf703b5b144
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoAdd check to DataRouter if file has been published 29/78929/14
maximesson [Thu, 21 Mar 2019 15:58:55 +0000 (15:58 +0000)]
Add check to DataRouter if file has been published

For each file in the FileReady message that DFC does not know if it has been
published yet, it should ask DataRouter if it has been published already to
avoid downloading and publishing a file more than once.

Change-Id: I18117a6e968ec929aa255052a4c44f890a8ed39d
Issue-ID: DCAEGEN2-1256
Signed-off-by: maximesson <maxime.bonneau@est.tech>
6 years agoFix DataFile - Align Dmaap Topic configuration 33/82433/2
YongchaoWu [Mon, 18 Mar 2019 14:17:02 +0000 (14:17 +0000)]
Fix DataFile - Align Dmaap Topic configuration

Remove additional configuration in Blueprints
Remove additional configruation in component
specs

Change-Id: I0d546227af0be485f2ffed27a93c701a7654ff8e
Issue-ID: DCAEGEN2-1145
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
6 years agoMerge "Thread safety issues"
Tony Hansen [Mon, 18 Mar 2019 13:45:01 +0000 (13:45 +0000)]
Merge "Thread safety issues"

6 years agoDataFile - Align Dmaap Topic configuration 83/82083/6
YongchaoWu [Thu, 14 Mar 2019 15:14:55 +0000 (15:14 +0000)]
DataFile - Align Dmaap Topic configuration

Blueprints alignment
Configbinding service support
Modify the policy model complaint to R4 model expected by Policy

Change-Id: Ic53f4ab2a5867e5cdf0fc735be180715077154ee
Issue-ID: DCAEGEN2-1145
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
6 years agoThread safety issues 33/81833/4
PatrikBuhr [Thu, 14 Mar 2019 14:27:30 +0000 (14:27 +0000)]
Thread safety issues

The TrustManager is now loaded and initialized once
in a thread safe way (instead of each time it is used).

Removed some unneeded wrappers.

Using AutoCloseable for FTP clients to make
sure they are closed in case of exceptions.

Made AppConfig thread safe.

Change-Id: Ia6a2c8a76bf960013180fdd7c53ae0ff17b26505
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoMerge "DFC logging according to ONAP specification"
Vijay Venkatesh Kumar [Tue, 12 Mar 2019 14:57:26 +0000 (14:57 +0000)]
Merge "DFC logging according to ONAP specification"

6 years agoMerge "Update Readme.md"
Vijay Venkatesh Kumar [Mon, 11 Mar 2019 14:29:12 +0000 (14:29 +0000)]
Merge "Update Readme.md"

6 years agoDFC logging according to ONAP specification 38/79438/10
RehanRaza [Fri, 8 Mar 2019 20:16:04 +0000 (20:16 +0000)]
DFC logging according to ONAP specification

Change-Id: I6fe18ce3bdbc6d0b1cf5c5e65534cab694cfb898
Issue-ID: DCAEGEN2-1305
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
6 years agoMerge "Improvement of the parallelism"
Tony Hansen [Fri, 8 Mar 2019 19:23:43 +0000 (19:23 +0000)]
Merge "Improvement of the parallelism"

6 years agoChange to docker-maven-plugin 17/79917/1
RehanRaza [Thu, 7 Mar 2019 15:42:51 +0000 (15:42 +0000)]
Change to docker-maven-plugin

Change-Id: I5dc3c5b69b2ef764992e2db76eb9cc154ff5adf7
Issue-ID: DCAEGEN2-1269
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
6 years agoImprovement of the parallelism 32/78932/3
PatrikBuhr [Wed, 20 Feb 2019 07:35:16 +0000 (08:35 +0100)]
Improvement of the parallelism

The reactive framework Scedulers uses to few threads.
(the same number as the number of processors).
That is too few for an io-intense application like this
where CPU is not the limiting factor.

Change-Id: Ia5f41e75716d309f47dce5f5273b739f7e6d136a
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoFix dockerfile-maven-plugin in pom.xml 57/79757/1
RehanRaza [Wed, 6 Mar 2019 07:42:15 +0000 (07:42 +0000)]
Fix dockerfile-maven-plugin in pom.xml

Change-Id: Id0389e1011fdce9dee4fc0d330973ef34bc2ed6a
Issue-ID: DCAEGEN2-1269
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
6 years agoMerge "DFC DCAE design artifact support"
Tony Hansen [Wed, 6 Mar 2019 03:26:18 +0000 (03:26 +0000)]
Merge "DFC DCAE design artifact support"

6 years agoFix Docker image 84/79684/1
RehanRaza [Tue, 5 Mar 2019 09:05:32 +0000 (09:05 +0000)]
Fix Docker image

Change-Id: Icf8a37ea63e78d70256571d1bce424e629a04b55
Issue-ID: DCAEGEN2-1269
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
6 years agoDFC DCAE design artifact support 74/79274/2
YongchaoWu [Mon, 4 Mar 2019 11:10:53 +0000 (11:10 +0000)]
DFC DCAE design artifact support

Add blueprints, dataformat, component specs,
policy and tosca models.

Issue-ID: DCAEGEN2-1156

Change-Id: Id1b6573c3cd72a90ab2feca2180ce1d04ecf98c4
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
6 years agoPurging of cached information 41/78741/4
PatrikBuhr [Wed, 27 Feb 2019 14:22:51 +0000 (14:22 +0000)]
Purging of cached information

The datafile collector has a cache will all previously published files.
The cache is on regular intevals purged so that non used entries
are removed so that it does not grow infinitely.

Added a unit test.

Change-Id: I8897fee4522c97031f735b1d6774803dcb73926b
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoMerge "Fixed some sonar issues"
Tony Hansen [Wed, 27 Feb 2019 13:57:18 +0000 (13:57 +0000)]
Merge "Fixed some sonar issues"

6 years agoFixed some sonar issues 43/78743/5
PatrikBuhr [Fri, 22 Feb 2019 13:51:34 +0000 (13:51 +0000)]
Fixed some sonar issues

Changed some Flux to Mono.

Removed some obfuscating wrappers.

Issue-ID: DCAEGEN2-1118
Change-Id: I76dcaea7c69608cf404389fad93f7539f735aad2
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoRun DFC docker container as a non-root user 03/79003/1
RehanRaza [Fri, 22 Feb 2019 10:04:34 +0000 (10:04 +0000)]
Run DFC docker container as a non-root user

Change-Id: I82504ebebc8ddf48f6ee6b1c1dfbe433c60ab1aa
Issue-ID: DCAEGEN2-1269
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
6 years agoRefactor: fix over engineering in Configuration 65/78465/4
YongchaoWu [Tue, 19 Feb 2019 08:17:24 +0000 (08:17 +0000)]
Refactor: fix over engineering in Configuration

Remove the duplicated function, move the over
engineering code. Make the code simple and
understandable.

Issue-ID: DCAEGEN2-1222
Change-Id: Iab1737c084421d038b724d2fb41c9d17ebe4dbeb
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
6 years agoUpdate Readme.md 41/78641/1
yanhuanwang [Mon, 18 Feb 2019 10:51:38 +0000 (11:51 +0100)]
Update Readme.md

Update DFC description

Change-Id: I778014f3e0ec215c5ce761d087e28bcf06b7296c
Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com>
Issue-ID: DCAEGEN2-1039

6 years agoMerge "Fix security vulnerabilities"
Vijay Venkatesh Kumar [Fri, 15 Feb 2019 23:02:53 +0000 (23:02 +0000)]
Merge "Fix security vulnerabilities"

6 years agoMerge "Add Readme.md"
Tony Hansen [Fri, 15 Feb 2019 22:23:37 +0000 (22:23 +0000)]
Merge "Add Readme.md"

6 years agoRunning of file collection in paralell 71/78371/6
PatrikBuhr [Fri, 15 Feb 2019 16:19:27 +0000 (16:19 +0000)]
Running of file collection in paralell

Each FileReady message is run in a separate thread to increase the
thoughput.
Fetching of files from PNFs is retryed by using the reactive
framework.
Robustness to temporary failures is increased by retrying to publish
fetched files.

Fixed so that well known ports (FTPS/SFTP) are used if omitted in the
FileReady message URL.

Change-Id: I5dfc75a08da0e870fafa3ee1bc83574aca16aabd
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
6 years agoFix security vulnerabilities 73/78373/2
elinuxhenrik [Wed, 13 Feb 2019 09:47:44 +0000 (09:47 +0000)]
Fix security vulnerabilities

Change-Id: I1ffb840a18b0c75cffe21229db743f6570073148
Issue-ID: DCAEGEN2-1210
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoAdd Readme.md 66/77866/5
yanhuanwang [Fri, 1 Feb 2019 14:23:35 +0000 (15:23 +0100)]
Add Readme.md

Format code

Change-Id: Iba56718868043d3b19c71892f363fbb838f4988a
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-1039

6 years agoMerge "Change ATT Meta Header for generic alternative"
Vijay Venkatesh Kumar [Tue, 12 Feb 2019 03:33:01 +0000 (03:33 +0000)]
Merge "Change ATT Meta Header for generic alternative"

6 years agoChange ATT Meta Header for generic alternative 77/77577/2
egernug [Thu, 31 Jan 2019 10:08:35 +0000 (10:08 +0000)]
Change ATT Meta Header for generic alternative

Change-Id: Ie4ba3d8afebf7cda3dc0a841c5c5fa5d4cd95046
Issue-ID: DMAAP-999
Signed-off-by: egernug <gerard.nugent@est.tech>
6 years agoFix for integration with SDK 70/77570/3
pwielebs [Wed, 30 Jan 2019 10:00:19 +0000 (11:00 +0100)]
Fix for integration with SDK

Change-Id: I9947531e2cad813ac8936769147bee710db5a335
Issue-ID: DCAEGEN2-1096
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
6 years agoIntegration with SDK 31/75931/11
pwielebs [Mon, 7 Jan 2019 12:48:18 +0000 (13:48 +0100)]
Integration with SDK

 * New fields added to DmaapPublisherConfiguraion
 * New fields added to DmaapConsumerConfiguration
 * Dmaap Consumer web client replaced by SDK's consumer web client
 * UTs aligned
 * Disable enforcer plugin in DFC
 * Update oparent to 1.2.1
Change-Id: I3569180c15227bc2c8df74fd070571b0aa56fa04
Issue-ID: DCAEGEN2-1096
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
6 years agouse sdk-cbs 35/75435/1
micdzied [Tue, 8 Jan 2019 08:38:12 +0000 (09:38 +0100)]
use sdk-cbs

Change-Id: I615d57927c163d022683ad3cae2703adda48cf88
Issue-ID: DCAEGEN2-1064
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
6 years agoMerge "Add missing INFO.yaml"
Vijay Venkatesh Kumar [Mon, 10 Dec 2018 01:39:27 +0000 (01:39 +0000)]
Merge "Add missing INFO.yaml"

6 years agoMerge "Version update 1.1.1"
Vijay Venkatesh Kumar [Mon, 10 Dec 2018 01:39:03 +0000 (01:39 +0000)]
Merge "Version update 1.1.1"

6 years agoMerge "Make DFC handle multiple messages from MR"
Vijay Venkatesh Kumar [Mon, 10 Dec 2018 01:38:41 +0000 (01:38 +0000)]
Merge "Make DFC handle multiple messages from MR"

6 years agoAdd missing INFO.yaml 69/74369/1
Jessica Wagantall [Thu, 6 Dec 2018 23:23:13 +0000 (15:23 -0800)]
Add missing INFO.yaml

Change-Id: I75e1e5cb4f84f86f2aada99268e68573b382b259
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoVersion update 1.1.1 41/74141/1
maximesson [Mon, 3 Dec 2018 15:03:45 +0000 (16:03 +0100)]
Version update 1.1.1

Change-Id: I6bef1a99747ab2127808bd2ac65372f7537a1441
Issue-ID: DCAEGEN2-1001
Signed-off-by: maximesson <maxime.bonneau@est.tech>
6 years agofix bugs in jira DCAEGEN2-940 and DCAEGEN2-941 29/73429/6
Chengkai Yan [Fri, 23 Nov 2018 15:23:56 +0000 (16:23 +0100)]
fix bugs in jira DCAEGEN2-940 and DCAEGEN2-941

Change-Id: Id0b3e295cab0e085746b034caccbf82aca2e0d7b
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-940
Issue-ID: DCAEGEN2-941

6 years agoMake DFC handle multiple messages from MR 36/74136/1
elinuxhenrik [Fri, 30 Nov 2018 09:06:54 +0000 (10:06 +0100)]
Make DFC handle multiple messages from MR

DMaaP MessageRouter might send multiple messages in the same respons when
DFC polls. This was not handled by DFC.

Change-Id: I78c2fc7f4512a07fadf61c2cf1f6399d466fc873
Issue-ID: DCAEGEN2-1001
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoFix sonar issues 92/73792/1
elinuxhenrik [Tue, 27 Nov 2018 08:01:19 +0000 (09:01 +0100)]
Fix sonar issues

Change-Id: I4aff14b6afc5faaf95f28286dc6f2f741191e403
Issue-ID: DCAEGEN2-991
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoUpdate meta-data 66/71866/10
Chengkai Yan [Mon, 5 Nov 2018 16:02:36 +0000 (17:02 +0100)]
Update meta-data

Add commonEventHeader to X-ATT-DR-META
Format code with formatter:off/on

Change-Id: I490620af127a03face48bf7b2ad3abf0bb80d4fa
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-935

6 years agoClean up for Sonar 07/70807/6
elinuxhenrik [Fri, 19 Oct 2018 11:04:36 +0000 (13:04 +0200)]
Clean up for Sonar

Change-Id: I5daa606cd974e43c899b7e35b14d268a255c7102
Issue-ID: DCAEGEN2-835
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoMerge "Add test for redirect"
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 04:04:47 +0000 (04:04 +0000)]
Merge "Add test for redirect"

6 years agoMerge "add test"
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 04:04:39 +0000 (04:04 +0000)]
Merge "add test"

6 years agoMerge "Add test for FtpsClient, Improve code coverage."
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 03:56:50 +0000 (03:56 +0000)]
Merge "Add test for FtpsClient, Improve code coverage."

6 years agoMerge "Add code to validate changeType & changeIdentifier"
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 03:51:54 +0000 (03:51 +0000)]
Merge "Add code to validate changeType & changeIdentifier"

6 years agoUpdate version for DFC 1.1.0 28/72128/2
Chengkai Yan [Wed, 7 Nov 2018 22:22:59 +0000 (23:22 +0100)]
Update version for DFC  1.1.0

Change-Id: I48c0e16c38fef06c0c6455238ba891d84d7efa4c
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-964

6 years agoAdd cloud config of mutual authentication 16/71916/3 1.0.4 3.0.0-ONAP
elinuxhenrik [Tue, 6 Nov 2018 08:14:45 +0000 (09:14 +0100)]
Add cloud config of mutual authentication

Change-Id: I8e51c07f750192e1aa03f13c98d3a3a8f0db0f3c
Issue-ID: DCAEGEN2-946
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoAdd test for FtpsClient, Improve code coverage. 90/71390/4
Chengkai Yan [Mon, 29 Oct 2018 11:57:47 +0000 (12:57 +0100)]
Add test for FtpsClient, Improve code coverage.

Fix a security vulnerability risk

Change-Id: I71560dfd9977a7e96ac4441e468602b616c7e7a6
Issue-ID: DCAEGEN2-889
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
6 years agoAdd code to validate changeType & changeIdentifier 85/71385/5
Chengkai Yan [Mon, 29 Oct 2018 10:04:12 +0000 (11:04 +0100)]
Add code to validate changeType & changeIdentifier

Change-Id: Ib6731a7529ebb06588e17f91a986764f042b26b7
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-923

6 years agoAdd test for redirect 41/71141/1
elinuxhenrik [Wed, 24 Oct 2018 12:02:10 +0000 (14:02 +0200)]
Add test for redirect

Change-Id: Ic8cc9c6ba63267498c24ba05267301a6b499c9dc
Issue-ID: DCAEGEN2-835
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoadd test 53/71053/3
micdzied [Tue, 23 Oct 2018 12:58:43 +0000 (14:58 +0200)]
add test

Change-Id: I696421423fe0b6d9634bb2ef90829b53ac64a7b0
Issue-ID: DCAEGEN2-889
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
6 years agoMerge "Fixing Sonar issues & Test classes added" 1.0.3
Vijay Venkatesh Kumar [Fri, 19 Oct 2018 02:08:41 +0000 (02:08 +0000)]
Merge "Fixing Sonar issues & Test classes added"

6 years agoFixing Sonar issues & Test classes added 67/70567/2
pwielebs [Tue, 16 Oct 2018 13:17:51 +0000 (15:17 +0200)]
Fixing Sonar issues & Test classes added

Change-Id: I88ace2333d9f52fcd81eb4d1b883a04dd329c4cc
Issue-ID: DCAEGEN2-835
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
6 years agoMerge "Address critical vulnerability for DFC"
Vijay Venkatesh Kumar [Tue, 16 Oct 2018 21:11:53 +0000 (21:11 +0000)]
Merge "Address critical vulnerability for DFC"

6 years agoAddress critical vulnerability for DFC 34/70534/3
elinuxhenrik [Tue, 16 Oct 2018 07:20:31 +0000 (09:20 +0200)]
Address critical vulnerability for DFC

Change-Id: I243567c62e25b5e5e99b570fc798c8477a16ee09
Issue-ID: DCAEGEN2-869
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoImprove setKeyManager & setTrustManager 71/70471/5
Chengkai Yan [Mon, 15 Oct 2018 11:55:55 +0000 (13:55 +0200)]
Improve setKeyManager & setTrustManager

Change-Id: I14b1bd6872e40496ce233ec4974ad9e5fd92d949
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-867

6 years agoFix retry when file download fails 72/70072/2 1.0.2
elinuxhenrik [Tue, 9 Oct 2018 14:28:29 +0000 (16:28 +0200)]
Fix retry when file download fails

When the Datafile collector is unable to download the file from an xNF it now retries to collect the file.

Change-Id: I61f68f9cf7af1a7fab160b0e936daafd1a23aaf8
Issue-ID: DCAEGEN2-864
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoFix mutual authentication 10/69910/11
Vijay Venkatesh Kumar [Fri, 5 Oct 2018 12:14:00 +0000 (14:14 +0200)]
Fix mutual authentication

Last version from demo.

Change-Id: Ib41581bf6f9eb92a03edf8434261d3674b6e3e39
Issue-ID: DCAEGEN2-860
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
6 years agoMerge "Fixing the build for master"
Vijay Venkatesh Kumar [Wed, 3 Oct 2018 14:09:33 +0000 (14:09 +0000)]
Merge "Fixing the build for master"

6 years agoMerge "Fix bug in DataRouter file body"
Vijay Venkatesh Kumar [Wed, 3 Oct 2018 14:09:07 +0000 (14:09 +0000)]
Merge "Fix bug in DataRouter file body"

6 years agoFixing the build for master 32/69732/1
Paul Dennehy [Wed, 3 Oct 2018 10:37:27 +0000 (11:37 +0100)]
Fixing the build for master

Change-Id: I056d935f9185d2509f80d0746ab56847d641c710
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-846

6 years agoFix bug in DataRouter file body 76/69676/2
elinuxhenrik [Tue, 2 Oct 2018 15:31:50 +0000 (17:31 +0200)]
Fix bug in DataRouter file body

Change-Id: Ia3f868c272ebc426b6a694074dbd2a4a2cb7ae32
Issue-ID: DCAEGEN2-850
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoFixing the yaml for docker-compose 93/69693/2
Paul Dennehy [Tue, 2 Oct 2018 21:44:55 +0000 (22:44 +0100)]
Fixing the yaml for docker-compose

Change-Id: I626284db05af061935da8238306d412911ebd7c2
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-846

6 years agoHandle redirect from DataRouter properly 89/69589/5
elinuxhenrik [Mon, 1 Oct 2018 14:51:05 +0000 (16:51 +0200)]
Handle redirect from DataRouter properly

Change-Id: I1eae8b45a2437b97bccedcb0f5cc02ac29f5044f
Issue-ID: DCAEGEN2-850
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoMerge "Docker-compose for DFC"
Vijay Venkatesh Kumar [Mon, 1 Oct 2018 13:34:53 +0000 (13:34 +0000)]
Merge "Docker-compose for DFC"

6 years agoDocker-compose for DFC 67/68667/9
Marcin Migdal [Mon, 24 Sep 2018 13:30:27 +0000 (15:30 +0200)]
Docker-compose for DFC

Change-Id: I2d680ebc6b9841fc929ce9d7e19f38d6cb856bda
Issue-ID: DCAEGEN2-833
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
6 years agoFixing Sonar issues 63/68863/2
pwielebs [Tue, 25 Sep 2018 13:16:23 +0000 (15:16 +0200)]
Fixing Sonar issues

Change-Id: I67360cd501630adad8166c9278e9955c6be7758f
Issue-ID: DCAEGEN2-835
Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
6 years agoFix delivery to DataRouter 23/69123/5
elinuxhenrik [Wed, 26 Sep 2018 14:03:45 +0000 (16:03 +0200)]
Fix delivery to DataRouter

The messages to the DataRouter was not actually sent.

Change-Id: I5748ee0cc19a5049ca4d965caefb5cdf2204419f
Issue-ID: DCAEGEN2-841
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoMerge "Add Http configuration"
Vijay Venkatesh Kumar [Mon, 24 Sep 2018 14:49:24 +0000 (14:49 +0000)]
Merge "Add Http configuration"

6 years agoMerge "Use correct Content Type from DMaaP"
Vijay Venkatesh Kumar [Mon, 24 Sep 2018 14:48:30 +0000 (14:48 +0000)]
Merge "Use correct Content Type from DMaaP"

6 years agoAdd Http configuration 47/68447/1
elinuxhenrik [Thu, 20 Sep 2018 12:33:14 +0000 (14:33 +0200)]
Add Http configuration

Add Http configuration needed for setting up the Rest server.

Change-Id: Id66cd9700e5f0a849a70cb9a91f36385194e8144
Issue-ID: DCAEGEN2-826
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoUse correct Content Type from DMaaP 41/68441/2
elinuxhenrik [Wed, 19 Sep 2018 06:49:28 +0000 (08:49 +0200)]
Use correct Content Type from DMaaP

Add the Content Type to the header the DMaaP consumer uses to get the fileReady event from DMAaaP to prevent formatting problems.

Change-Id: Iedf38b7542e5709a78f383d31c75e7b95aa56cfe
Issue-ID: DCAEGEN2-825
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoCorrect URL for DataRouter publication 35/68435/1
elinuxhenrik [Thu, 20 Sep 2018 11:27:02 +0000 (13:27 +0200)]
Correct URL for DataRouter publication

Make the URL for the DataRouter publication follow the format:

https://dmaap-dr-prov:8443/publish/1/<unique identifier>

As unique identifier the file name will be used to start with.

Change-Id: I8060b8d25484201441654d88a1788d538ad3e002
Issue-ID: DCAEGEN2-824
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoLoading configuration from consul/cbs 81/67681/6
wasala [Wed, 19 Sep 2018 10:55:18 +0000 (12:55 +0200)]
Loading configuration from consul/cbs

*Registered task which calling cbs/consul
for configuration - fixedRate 5 minutes
*Added workflow for loading config from cloud

Change-Id: Iba36d18b4ee0dca082612fa4c92c877f71c9b1fe
Issue-ID: DCAEGEN2-784
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
6 years agoMerge "Fix Sonar build problems"
Vijay Venkatesh Kumar [Wed, 19 Sep 2018 14:19:05 +0000 (14:19 +0000)]
Merge "Fix Sonar build problems"

6 years agoMerge "Adapt to new VES specification for notifications"
Vijay Venkatesh Kumar [Wed, 19 Sep 2018 13:48:47 +0000 (13:48 +0000)]
Merge "Adapt to new VES specification for notifications"

6 years agoFix Sonar build problems 45/67345/2
elinuxhenrik [Tue, 18 Sep 2018 12:39:34 +0000 (14:39 +0200)]
Fix Sonar build problems

Change-Id: I92896b289e3a3cd0387b4b864dceacdf5c8c0403
Issue-ID: DCAEGEN2-792
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoAdapt to new VES specification for notifications 69/67269/2
elinuxhenrik [Tue, 18 Sep 2018 11:18:03 +0000 (13:18 +0200)]
Adapt to new VES specification for notifications

Change-Id: I0ba8e67714679dc02fb08ce94787b1f98034a6c4
Issue-ID: DCAEGEN2-782
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoSecurity vulnerabilities corrections 83/67283/1
wasala [Tue, 18 Sep 2018 12:17:19 +0000 (14:17 +0200)]
Security vulnerabilities corrections

*Improved imported libraries
*Fixed imported libraries in connection
of risk security

Change-Id: I28e6b22f8088f70cae431e6e99936cdb67e4cc0d
Issue-ID: DCAEGEN2-764
Signed-off-by: wasala <przemyslaw.wasala@nokia.com>
6 years agoDeliver first version of Datafile 09/62009/8
elinuxhenrik [Fri, 14 Sep 2018 13:49:10 +0000 (15:49 +0200)]
Deliver first version of Datafile

Change-Id: Iadd1455d7fe45b4c022dd7fde2f8a506d1b7cd57
Issue-ID: DCAEGEN2-640
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
6 years agoUse managed guava version 71/62571/2
Gary Wu [Fri, 24 Aug 2018 22:20:31 +0000 (15:20 -0700)]
Use managed guava version

Use centrally managed guava version specified in
oparent.  Includes upgrade to oparent 1.2.0.

This change was submitted by script and may include
additional whitespace or formatting changes.

Change-Id: I7f31e35cf9c332d5fe02919e9cb9ad14ffc94294
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoAdd seed code. 79/61079/5
elinuxhenrik [Fri, 17 Aug 2018 10:34:58 +0000 (12:34 +0200)]
Add seed code.

First version based on PRH micro service.

Change-Id: Iea1673a8a1961006b1ea98ef245e213e3652eb82
Issue-ID: DCAEGEN2-638
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
7 years agoInitial empty repository
Jessica Wagantall [Wed, 11 Jul 2018 18:39:41 +0000 (18:39 +0000)]
Initial empty repository