summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10Merge "Make DFC handle multiple messages from MR DMaaP" into casablanca3.0.1-ONAP1.0.5casablancaVijay Venkatesh Kumar7-112/+257
2018-12-03fix bugs in jira DCAEGEN2-940 and DCAEGEN2-941Chengkai Yan16-337/+400
Change-Id: Id0b3e295cab0e085746b034caccbf82aca2e0d7b Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-940 Issue-ID: DCAEGEN2-941
2018-12-03Make DFC handle multiple messages from MR DMaaPelinuxhenrik7-112/+257
MessageRouter might send multiple messages in the same respons when DFC polls. This was not handled by DFC. Change-Id: I3bd1f62d68351d7149b94c9d6331777d485a7d53 Issue-ID: DCAEGEN2-1001 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-11-06Add cloud config of mutual authentication3.0.0-ONAP1.0.4elinuxhenrik7-23/+32
Change-Id: I8e51c07f750192e1aa03f13c98d3a3a8f0db0f3c Issue-ID: DCAEGEN2-946 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-19Merge "Fixing Sonar issues & Test classes added"1.0.3Vijay Venkatesh Kumar7-0/+135
2018-10-18Fixing Sonar issues & Test classes addedpwielebs7-0/+135
Change-Id: I88ace2333d9f52fcd81eb4d1b883a04dd329c4cc Issue-ID: DCAEGEN2-835 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2018-10-16Merge "Address critical vulnerability for DFC"Vijay Venkatesh Kumar1-2/+2
2018-10-16Address critical vulnerability for DFCelinuxhenrik5-7/+7
Change-Id: I243567c62e25b5e5e99b570fc798c8477a16ee09 Issue-ID: DCAEGEN2-869 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-15Improve setKeyManager & setTrustManagerChengkai Yan13-23/+60
Change-Id: I14b1bd6872e40496ce233ec4974ad9e5fd92d949 Signed-off-by: Chengkai Yan <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-867
2018-10-09Fix retry when file download fails1.0.2elinuxhenrik16-91/+368
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>
2018-10-03Fix mutual authenticationVijay Venkatesh Kumar55-373/+1776
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>
2018-10-03Merge "Fixing the build for master"Vijay Venkatesh Kumar3-16/+0
2018-10-03Merge "Fix bug in DataRouter file body"Vijay Venkatesh Kumar2-10/+38
2018-10-03Fixing the build for masterPaul Dennehy3-16/+0
Change-Id: I056d935f9185d2509f80d0746ab56847d641c710 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-846
2018-10-03Fix bug in DataRouter file bodyelinuxhenrik2-10/+38
Change-Id: Ia3f868c272ebc426b6a694074dbd2a4a2cb7ae32 Issue-ID: DCAEGEN2-850 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-02Fixing the yaml for docker-composePaul Dennehy1-2/+2
Change-Id: I626284db05af061935da8238306d412911ebd7c2 Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com> Issue-ID: DCAEGEN2-846
2018-10-02Handle redirect from DataRouter properlyelinuxhenrik17-140/+442
Change-Id: I1eae8b45a2437b97bccedcb0f5cc02ac29f5044f Issue-ID: DCAEGEN2-850 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-10-01Merge "Docker-compose for DFC"Vijay Venkatesh Kumar3-0/+49
2018-10-01Docker-compose for DFCMarcin Migdal3-0/+49
Change-Id: I2d680ebc6b9841fc929ce9d7e19f38d6cb856bda Issue-ID: DCAEGEN2-833 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2018-09-28Fixing Sonar issuespwielebs5-19/+13
Change-Id: I67360cd501630adad8166c9278e9955c6be7758f Issue-ID: DCAEGEN2-835 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2018-09-27Fix delivery to DataRouterelinuxhenrik21-491/+448
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>
2018-09-24Merge "Add Http configuration"Vijay Venkatesh Kumar1-0/+46
2018-09-24Merge "Use correct Content Type from DMaaP"Vijay Venkatesh Kumar3-55/+41
2018-09-21Add Http configurationelinuxhenrik1-0/+46
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>
2018-09-21Use correct Content Type from DMaaPelinuxhenrik3-55/+41
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>
2018-09-21Correct URL for DataRouter publicationelinuxhenrik5-64/+55
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>
2018-09-20Loading configuration from consul/cbswasala20-65/+858
*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>
2018-09-19Merge "Fix Sonar build problems"Vijay Venkatesh Kumar2-15/+39
2018-09-19Merge "Adapt to new VES specification for notifications"Vijay Venkatesh Kumar5-83/+145
2018-09-18Fix Sonar build problemselinuxhenrik2-15/+39
Change-Id: I92896b289e3a3cd0387b4b864dceacdf5c8c0403 Issue-ID: DCAEGEN2-792 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-09-18Adapt to new VES specification for notificationselinuxhenrik5-83/+145
Change-Id: I0ba8e67714679dc02fb08ce94787b1f98034a6c4 Issue-ID: DCAEGEN2-782 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-09-18Security vulnerabilities correctionswasala8-129/+56
*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>
2018-09-17Deliver first version of Datafileelinuxhenrik95-4037/+2451
Change-Id: Iadd1455d7fe45b4c022dd7fde2f8a506d1b7cd57 Issue-ID: DCAEGEN2-640 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-08-27Use managed guava versionGary Wu1-5/+2
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>
2018-08-20Add seed code.elinuxhenrik87-0/+7022
First version based on PRH micro service. Change-Id: Iea1673a8a1961006b1ea98ef245e213e3652eb82 Issue-ID: DCAEGEN2-638 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
2018-07-11Initial empty repositoryJessica Wagantall0-0/+0