maximesson [Tue, 18 Jun 2019 15:00:23 +0000 (15:00 +0000)]
Do not publish Dublin DFC images with 'latest' tag
Change-Id: Ia975d464c27a0e4df560f013e52732cb9a2bf33a
Issue-ID: DCAEGEN2-1603
Signed-off-by: maximesson <maxime.bonneau@est.tech>
PatrikBuhr [Mon, 20 May 2019 09:19:31 +0000 (09:19 +0000)]
Fix, skip FTP retry in certain cases
In certain conditions there is no reason to retry fetching files.
For instance when the file is removed in the PNF or when
the password/certificate is wrong.
When the DFC is started there are sometimes
queued VES events that referes to removed files which in turn results
in that the DFC will retry fetching these files in vain.
The DFC house keeps its number of concurrents tasks to not exeed quotas
for memory,open file descriptors etc.
As more threads are occupied with retrying, the fewer threads can do
their intended work, which decreases the throughput.
Testing has showed that already when the number of PNFs are 10, the throughput
is radically decreased (and the problem is then escalating).
Change-Id: I9fd57b6b5209bae1ffb4191f5274b591c346b79a
Issue-ID: DCAEGEN2-1508
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
TamasBakai [Thu, 2 May 2019 10:41:20 +0000 (12:41 +0200)]
Ownership fix in config directory
Change-Id: Iec3ca75c42642da27c52bccd6d60811c434f778a
Issue-ID: DCAEGEN2-1466
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
TamasBakai [Thu, 25 Apr 2019 08:47:13 +0000 (08:47 +0000)]
Extend Swagger for actuator end-points also
Change-Id: Ia036f7d79d25ceb2f1e465d79f17db1acbabbfbf
Issue-ID: DCAEGEN2-1443
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
PatrikBuhr [Tue, 16 Apr 2019 14:15:12 +0000 (14:15 +0000)]
Bugfix, serializing in DataRouterPublisher
This fixes a bug introduced in
c7b0c7014688c447d411f791a094440403e65228.
The new property must be removed before publishing to data router.
The consequense of the bug is that the DR rejects the publishing.
Change-Id: Ib42cbed4decdba4c13678cea47dff35ca77679a5
Issue-ID: DCAEGEN2-1305
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Fri, 12 Apr 2019 11:57:47 +0000 (11:57 +0000)]
Improved logging
File name is used in Requext_ID to make it
more easy to trouble shoot.
Change-Id: Ied98766f1a177a9bda35ec5892a60d06619ff3a7
Issue-ID: DCAEGEN2-1305
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Fri, 12 Apr 2019 08:24:36 +0000 (08:24 +0000)]
Fixed build problems
Fixed a build problem cause by a merge
error from previous commits.
Fixes warnings from maven compile
Change-Id: I1ce88b2686b3be5ecd17113cbfde3e65297c27c6
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Vijay Venkatesh Kumar [Thu, 11 Apr 2019 20:53:30 +0000 (20:53 +0000)]
Merge "Robustness issue"
Vijay Venkatesh Kumar [Thu, 11 Apr 2019 15:47:00 +0000 (15:47 +0000)]
Merge "Enabling Spring boot actuator"
PatrikBuhr [Thu, 11 Apr 2019 15:36:48 +0000 (15:36 +0000)]
Robustness issue
Limiting the number of paralell threads when
retying of ftp or publish.
Previously there was no upper limit on how many paralel
threads that could be started by retry attempts.
For instance, a worker thread with 100 new files
would start 100 new threads when the ftt server
was unavailable.
Change-Id: Ia8792f03ea55c0c467ef248ddc9d59187c06a946
Issue-ID: DCAEGEN2-1118
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
PatrikBuhr [Thu, 11 Apr 2019 15:27:07 +0000 (15:27 +0000)]
Enabling Spring boot actuator
This makes it possible by a REST API:
- change logging levels
- get the application log
- get build info for the DFC
- get various metrixes for the execution
such as heap consumption, number of threads etc.
Change-Id: I570bc0db6a9b9977ecfd83389b463fe652e4ba16
Issue-ID: DCAEGEN2-1428
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
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>
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>
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>
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>
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>
Vijay Venkatesh Kumar [Thu, 28 Mar 2019 02:58:11 +0000 (02:58 +0000)]
Merge "Fix DataFile - Align Dmaap Topic configuration"
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>
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>
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>
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>
Tony Hansen [Mon, 18 Mar 2019 13:45:01 +0000 (13:45 +0000)]
Merge "Thread safety issues"
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>
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>
Vijay Venkatesh Kumar [Tue, 12 Mar 2019 14:57:26 +0000 (14:57 +0000)]
Merge "DFC logging according to ONAP specification"
Vijay Venkatesh Kumar [Mon, 11 Mar 2019 14:29:12 +0000 (14:29 +0000)]
Merge "Update Readme.md"
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>
Tony Hansen [Fri, 8 Mar 2019 19:23:43 +0000 (19:23 +0000)]
Merge "Improvement of the parallelism"
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>
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>
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>
Tony Hansen [Wed, 6 Mar 2019 03:26:18 +0000 (03:26 +0000)]
Merge "DFC DCAE design artifact support"
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>
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>
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>
Tony Hansen [Wed, 27 Feb 2019 13:57:18 +0000 (13:57 +0000)]
Merge "Fixed some sonar issues"
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>
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>
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>
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
Vijay Venkatesh Kumar [Fri, 15 Feb 2019 23:02:53 +0000 (23:02 +0000)]
Merge "Fix security vulnerabilities"
Tony Hansen [Fri, 15 Feb 2019 22:23:37 +0000 (22:23 +0000)]
Merge "Add Readme.md"
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>
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>
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
Vijay Venkatesh Kumar [Tue, 12 Feb 2019 03:33:01 +0000 (03:33 +0000)]
Merge "Change ATT Meta Header for generic alternative"
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>
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>
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>
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>
Vijay Venkatesh Kumar [Mon, 10 Dec 2018 01:39:27 +0000 (01:39 +0000)]
Merge "Add missing INFO.yaml"
Vijay Venkatesh Kumar [Mon, 10 Dec 2018 01:39:03 +0000 (01:39 +0000)]
Merge "Version update 1.1.1"
Vijay Venkatesh Kumar [Mon, 10 Dec 2018 01:38:41 +0000 (01:38 +0000)]
Merge "Make DFC handle multiple messages from MR"
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>
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>
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
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>
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>
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
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>
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 04:04:47 +0000 (04:04 +0000)]
Merge "Add test for redirect"
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 04:04:39 +0000 (04:04 +0000)]
Merge "add test"
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 03:56:50 +0000 (03:56 +0000)]
Merge "Add test for FtpsClient, Improve code coverage."
Vijay Venkatesh Kumar [Thu, 15 Nov 2018 03:51:54 +0000 (03:51 +0000)]
Merge "Add code to validate changeType & changeIdentifier"
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
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>
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>
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
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>
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>
Vijay Venkatesh Kumar [Fri, 19 Oct 2018 02:08:41 +0000 (02:08 +0000)]
Merge "Fixing Sonar issues & Test classes added"
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>
Vijay Venkatesh Kumar [Tue, 16 Oct 2018 21:11:53 +0000 (21:11 +0000)]
Merge "Address critical vulnerability for DFC"
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>
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
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>
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>
Vijay Venkatesh Kumar [Wed, 3 Oct 2018 14:09:33 +0000 (14:09 +0000)]
Merge "Fixing the build for master"
Vijay Venkatesh Kumar [Wed, 3 Oct 2018 14:09:07 +0000 (14:09 +0000)]
Merge "Fix bug in DataRouter file body"
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
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>
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
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>
Vijay Venkatesh Kumar [Mon, 1 Oct 2018 13:34:53 +0000 (13:34 +0000)]
Merge "Docker-compose for DFC"
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>
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>
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>
Vijay Venkatesh Kumar [Mon, 24 Sep 2018 14:49:24 +0000 (14:49 +0000)]
Merge "Add Http configuration"
Vijay Venkatesh Kumar [Mon, 24 Sep 2018 14:48:30 +0000 (14:48 +0000)]
Merge "Use correct Content Type from DMaaP"
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>
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>
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>
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>
Vijay Venkatesh Kumar [Wed, 19 Sep 2018 14:19:05 +0000 (14:19 +0000)]
Merge "Fix Sonar build problems"
Vijay Venkatesh Kumar [Wed, 19 Sep 2018 13:48:47 +0000 (13:48 +0000)]
Merge "Adapt to new VES specification for notifications"
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>
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>
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>
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>
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>