aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-01-20Remediation for Log4Shell vulnerabilityistanbulvv770d3-17/+20
Upgrade log4j to 2.17.1 Change-Id: I2055d1cc77f0b2008e4c22624a5e4cefeefccc13 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3022 (cherry picked from commit 7a280a2cce33aeca65174d63edd40a44167ab8bc) Signed-off-by: vv770d <vv770d@att.com>
2021-12-16[DCAE/ves] Remediation for Log4Shell vulnerabilityvv770d3-61/+96
Change-Id: I74221f5e661c1065d94542df403dd2134f7d93e1 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3022 (cherry picked from commit 1b152bb4b1a70f30790d8ed66b0294d911d7ccee)
2021-09-15[DCAE] INFO.yaml updatevv770d1-0/+8
DCAE committer updates (Sept2021) Change-Id: Ie585065162dbd34eefca6dedacbe226b4580e696 Issue-ID: DCAEGEN2-2900 Issue-ID: DCAEGEN2-2914 Signed-off-by: vv770d <vv770d@att.com>
2021-09-01Release VES 1.10.1Piotr Marcinkiewicz1-0/+8
Update Cbs-Client to version 1.8.7 - read configuration from file by default Fix ambiguities in pom.xml for spring-boot-maven-plugin and docker base image Issue-ID: DCAEGEN2-2719 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: If1b7405addc7fa0a2b3a73e1d04c5e280038c9f2
2021-08-31Fix ambiguities in pom.xml1.10.1Remigiusz Janeczek2-2/+5
set specific spring-boot-maven-plugin - 2.4.3 (spring.version) set specific docker base image - openjdk:11.0.11-jre-slim Issue-ID: DCAEGEN2-2719 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I9d63a28f1e9fd30e8fbb49d6a7b6e521ad988a3e
2021-08-24Update DCAE SDK libraryPiotr Marcinkiewicz9-520/+524
Issue-ID: DCAEGEN2-2719 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: If4086ddf60747b4d87c5067a68df748a7dc2c689
2021-06-30Release 1.10.0 DCAEGEN2 VESCollector containerPawel1-0/+8
Issue-ID: DCAEGEN2-1483 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I03b70111b474d24a960c38370506214b98a18cb6
2021-06-24Turn off the Ryuk container1.10.0Pawel1-0/+5
Issue-ID: DCAEGEN2-1483 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ibc7134e9be7bf1f3b8d82e759537db8a5ffc7714
2021-06-17Replace cambria with DmaaP clientMaciej Malewski55-1252/+2407
- remove cambria, add DmaaP client - sending event for many topics at once is no longer supported - add backward compatibility status codes - add additional validation for batchEvent Issue-ID: DCAEGEN2-1483 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I945c38b4ab04b697ecfabd5ce38502f83fa70d1a
2021-05-17Release 1.9.2 DCAEGEN2 VESCollector containerPawel1-0/+8
Issue-ID: DCAEGEN2-2683 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I1e8c0b6aa007ce1ac347b54db4074078fdd7544e
2021-05-14Temporary add mvn profile for enabling/disabling Prometheus metrics1.9.2Pawel3-18/+29
Issue-ID: DCAEGEN2-2683 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I482098f0d9bfc71ada771c3dc74a43ee29423a73
2021-03-31Release 1.9.1 DCAEGEN2 VESCollector containerMaciej Malewski1-0/+8
Issue-ID: DCAEGEN2-2682 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I40fea788fe6523baae40c047332bb6acf65ef813
2021-03-25Merge "Enable prometheus metrics by default"1.9.1Vijay Venkatesh Kumar3-29/+23
2021-03-24 [DCAEGEN2] vescollector remove unnecessary dependencies:Maciej Malewski1-74/+3
json-simple unirest-java commons-collections junit-jupiter mockito-junit-jupiter jimfs wiremock-standalone spring-security-test functionaljava Issue-ID: DCAEGEN2-2682 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I5ba75f44993d4319ff3062271fec20445765811d
2021-03-23Enable prometheus metrics by defaultEdyta Krukowska3-29/+23
Issue-ID: DCAEGEN2-2683 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ie8259fb5ac42fe012e19950fed3973a4f6b716cf
2021-03-21[DCAEGEN2] vescollector upgrade versions:Maciej Malewski5-25/+27
crypt-password from 1.3.5 to 1.8.0 micrometer-registry-prometheus from 1.4.2 to 1.6.5 spring-boot-dependencies from 2.2.2.RELEASE to 2.4.3 json-schema-validator from 1.0.29 to 1.0.49 gson from 3.8.5 to 3.8.6 json from 20160810 to 20210307 vavr from 0.9.2 to 0.10.3 spring-boot-starter-log4j2 from 2.1.5.RELEASE to 2.4.3 mockito-junit-jupiter from 2.23.0 to 3.8.0 assertj-core from 3.8.0 to 3.19.0 jimfs from 1.1 to 1.2 wiremock-standalone 2.17.0 to 2.27.2 spring-security-test from 5.1.1.RELEASE to 5.4.5 api-custom-header from 1.1.4 to 1.8.0 functionaljava from 4.8.1 to 4.9 dcaegen2-services-sdk-services-external-schema-manager from 1.4.3 to 1.8.0 cbs-client from 1.4.2 to 1.8.0 Issue-ID: DCAEGEN2-2682 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I043ef1a8eb2a068d63c0248afe3bdf140d2570f5
2021-03-11[DCAE] INFO.yaml updatevv770d1-0/+16
New committer additions (March2021) Change-Id: Icacc436eb1f3a489ce98b0827dfbfb5e18068423 Issue-ID: DCAEGEN2-2657 Issue-ID: DCAEGEN2-2658 Signed-off-by: vv770d <vv770d@att.com>
2021-02-26Merge "Add config-volume to VES for providing external repo"Vijay Venkatesh Kumar1-0/+15
2021-02-26Add config-volume to VES for providing external repoTomasz Pietruszkiewicz1-0/+15
Change-Id: Ibffc6599e4df235ddcf50733c9c12d8091761be4 Issue-ID: DCAEGEN2-2550 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
2021-02-25Update ves version in component_specEdyta Krukowska1-1/+1
Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I9cc568811564bd67c19b069d56416b37dace3763
2021-02-25Release 1.8.0 DCAEGEN2 VESCollector containerEdyta Krukowska1-0/+8
New image version will include following changes: - Updated schema to validate IP Issue-ID: Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ib69e91956240ee56c5cba346abaec6b541b29280
2021-02-24 Use updated CommonEventSchema in VES Collector1.8.0Edyta Krukowska26-43/+3652
Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484
2021-02-18Fix sonar reporting problemtkogut3-18/+9
Issue-ID: DCAEGEN2-2593 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Iea88edb42ce87b9074d60520f4c7223f9cc9167e
2021-02-12Release 1.7.10 DCAEGEN2 VESCollector containertkogut1-0/+8
New image version will include following changes: - Vulnerability removal Issue-ID: DCAEGEN2-2593 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I7d0f23eed49597f49301b4082ebda990f1ae1254
2021-02-10Vulnerability removal for ves collector1.7.10tkogut3-5/+19
- remove junit from runtime dependencies - update junit to 5.7.1 - update springfox libraries to 3.0.0 Issue-ID: DCAEGEN2-2593 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I9ed39668474349013f8d8768abd4784afe24da52
2021-01-13dcae INFO.yaml updatevv770d1-10/+6
Committer changes Change-Id: Iebb3c491b75954f6d966a0743d82ff05b38d6a6f Issue-ID: DCAEGEN2-2583 Signed-off-by: vv770d <vv770d@att.com>
2020-11-13Release 1.7.9 DCAEGEN2 VESCollector containerBogumil Zebek1-0/+8
New image version will include following changes: - Fix the memory leak which occurs during the CBS configuration fetching Change-Id: If839f68f639d2098be5fa8500e8664490db3cf80 Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-11-06CBS configuration fetchingBogumil Zebek5-29/+83
- Fix deadlock problem which occurs during starting application Change-Id: I9103f0efd7caa105727f4814532934881335190f Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-11-02Fetch configuration from CBSBogumil Zebek21-343/+582
- Fix memory leak. - Add reactive configuration fetching from Consul. Now configuration is updated when any change in VES configuration has been done in Consul. Change-Id: I9cd42e04844c9e99d4d03951185523b569dc9483 Issue-ID: DCAEGEN2-2495 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-10-19Release 1.7.8 DCAEGEN2 VESCollector containerEdyta Krukowska1-0/+8
New image version will include following changes: - Add logs from external-repo-manager lib Issue-ID: DCAEGEN2-2478 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I6352ecbdac34bb1682e381e7bc8e8646c42005dd
2020-10-16Add logs from external-repo-manager libEdyta Krukowska7-9/+25
Issue-ID: DCAEGEN2-2478 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: If6f4ab2c8fd9a4bf14e2391acc54eb7b25689e21
2020-10-01Adapt schema-map.json and test files to updated 3GPP reposEdyta Krukowska18-21/+23
Issue-ID: DCAEGEN2-2462 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I0bb8738e3782b8f3656cd487a02ddfc4240d93d5
2020-09-28Release 1.7.6 DCAEGEN2 VESCollector containerEdyta Krukowska2-0/+9
New image version will include following changes: - Fix an error reported by DMaapEventPublisher test when pk is not available. - Fix VES problem with subsequent fetching from CBS. Issue-ID: DCAEGEN2-1771 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ia1926ace3f6137e64dee136c0667f36f014e3b49
2020-09-24Fix VES problem with subsequent fetching from CBS1.7.6Adam Wudzinski4-18/+28
Issue-ID: DCAEGEN2-2453 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: If6aa6bc79b460d06908022fb4eb6cfbf096a8eb8
2020-09-18Fix an unexpected error in testsBogumil Zebek8-138/+197
- Fix an error reported by DMaapEventPublisher test when pk is not available. Issue-ID: DCAEGEN2-2374 Change-Id: I69c0f89b292c8454f3eebaffe4884928d241f235 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-09-17Merge "Release Ves Collector 1.7.5"Pawel Kasperkiewicz1-0/+8
2020-09-17Release Ves Collector 1.7.5Edyta Krukowska1-0/+8
Issue-ID: DCAEGEN2-2264 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I871c12dd82fba193d0b7423bc7adcfc4e0bcc70c
2020-09-16Merge "Update "schemaReference" in events for tests"1.7.5Pawel Kasperkiewicz9-9/+9
2020-09-16Merge "Adjust VES collector to use certificate from CMPv2"Vijay Venkatesh Kumar1-27/+2
2020-09-16Update "schemaReference" in events for testsEdyta Krukowska9-9/+9
Issue-ID: DCAEGEN2-2264 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Iafeed35cf4febe433c150111a6946dc2d99ffd38
2020-09-15Fix bug throwing exception when first event is collectedMichal Banka11-39/+50
- Problem: When running app from jar (e.g. in docker env) ClassLoader badly interprete classpath as root of app jar, while resources are located in jar under BOOT-INF/classes/ in Spring Boot apps. - Solution: Moved file from resources to etc directory so ClassLoader isn't needed. Filepath of api_version_description.json which previously was badly resolved now is configured in collector.properties. Change-Id: I690394cc59e16c95f5902045efc3fdaf13bf9112 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2426
2020-09-15Adjust VES collector to use certificate from CMPv2Joanna Jeremicz1-28/+3
Changes in component spec: - Update VES collector version - Remove redundant volumes array - Add use_external_tls flag and set it to false Issue-ID: DCAEGEN2-1794 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I1d70fd8f5be26d27e2bb8994db108d0b057c5f32
2020-09-14Update schema-map.json, test resources and VES versionMichal Banka7-46/+75
- Updated schema-map.json to match current mapping from 3gpp - Updated test resources - Set VES version to 1.7.5 Change-Id: Ic792a60efd1349670cdfec77ad99e1f593e2f595 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2264
2020-09-11dcae INFO.yaml updatevv770d1-8/+31
Project maturity Committer changes Change-Id: I4058a5aaad0605ae4a79100701aa13f84c0c95c2 Issue-ID: DCAEGEN2-2425 Signed-off-by: vv770d <vv770d@att.com>
2020-09-09Release 1.7.4 DCAEGEN2 VESCollector containerMichal Banka1-0/+8
New image version will include the following changes: - Config fetch for VESCollector through DCAE-SDK (CBS Client) - Post stndDefined implementation fixes including updated ConsulConfig, componentspec and SDK library update. Change-Id: I55f0b24d53045d6462ec659ab517ee93cef56719 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2264
2020-09-08Fix INFO.yaml files1.7.4Jessica Wagantall1-0/+1
Proper syntax for INFO.yaml requires the first line to be "---" which was previously removed. Re-adding this missing line. Issue-ID: CIMAN-387 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I84460a41cc365448ecbb1e4f2421bf6917575326
2020-09-07Post stndDefined implementation fixesMichal Banka6-10/+50
Update componentspec with stndDefined properties and latest VES version. Update ConsulConfig to match actual VES properties. Fix 7.30.2 dataformat version name to match MOD requirments. Update external-schema-manager version to 1.4.3 and update properties format to JSON path notation. Change-Id: Ib01dc20de0a864beb275aec8b0dae793e588251c Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2264
2020-08-26Config fetch for VESCollector through DCAE-SDK (CBS Client)Pawel35-973/+857
Issue-ID: DCAEGEN2-2212 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I25072b340b5c9f2f538d39e5befb1331804b7bba Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
2020-08-20Release 1.7.3 DCAEGEN2 VESCollector containerEdyta Krukowska1-0/+8
New image version will include following changes: -Add StndDefined event routing to dmaap streams defined in namespace event field - no second stage event validation. -Fix error response model -Update DPO model -Add implementation of stndDefined fields validation Issue-ID: DCAEGEN2-2264 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I8bc8887c3f86b5f9142d2899f916d94ea9e4991b
2020-08-19Add implementation of stndDefined fields validation1.7.3Michal Banka40-291/+4333
Added implementation of stndDefined fields from incoming events. Validation is performed using external-schema-manager tool from DCAE SDK. StndDefined fields schemas are stored in etc/externalRepo directory. Additional stndDefined related properties has been added to collector.properties. VES version has been set to 1.7.3. Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: Iedaa3622b1d527f6794822c8867b9dfd1860bb8f