aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-11-09CBS configuration fetching7.0.0-ONAP1.7.9guilinBogumil 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> (cherry picked from commit 266777f52144bc1e6110c18d34de612538b78b26)
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> (cherry picked from commit 1599617246f0ffec1b1c7840f9c7c42318183dcd)
2020-10-16Fix version in Changelog.md1.7.8Edyta Krukowska1-2/+2
Issue-ID: DCAEGEN2-2478 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ic193e223ef4f9dacbc1af122f3644e8f52d8ba65
2020-10-15Add 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-05Release 1.7.7 DCAEGEN2 VESCollector containerEdyta Krukowska1-0/+8
New image version will include following changes: - Adapt schema-map.json and test files to updated 3GPP repos - Turn off 'latest' image tag in the 'guilin' branch Issue-ID: DCAEGEN2-2462 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I4fa1ed6465999bb7672209676e1a23113d0072bc
2020-10-02Disable an image tag1.7.7tkogut1-1/+0
- turn off 'latest' image tag in the 'guilin' branch Issue-ID: DCAEGEN2-2439 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I076eb0f30a9144730112a26f03a3e4716e07e7cf
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
2020-08-13StndDefined event routingBogumil Zebek6-10/+131
- Update WS error response - Update DPO configuration Change-Id: Id4eb5ea50af6d55c839047c4f39b9f99487e95de Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-08-06StndDefined event routingBogumil Zebek31-215/+1223
Route stndDefined events to streams defined in namespace event field. Change-Id: I3963e220095665f8ca3fd1b21c5c20b44057cf76 Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-07-23dcae committer updates in INFO.yamlvv770d1-22/+15
Change-Id: Ib2e79a20fa7bf8f6a2625a5df5be5af042d3ab84 Issue-ID: DCAEGEN2-2365 Signed-off-by: vv770d <vv770d@att.com>
2020-07-21Release 1.7.1 DCAEGEN2 VESCollector containerMichal Banka2-0/+10
New image version will include following changes: - New data-format file for 30.2_ONAP schema version - Adjustments of componentspec to new data-format - VESCollector DMaap publish optimization Change-Id: I8db2714dd99b6705fdad91c12cd035c5e28912d4 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
2020-07-14Merge "Dynamic partition-key support"1.7.1Tony Hansen5-9/+19
2020-07-14Dynamic partition-key supportVijay Venkatesh Kumar5-9/+19
Change-Id: I6c5faf4a610813e1382da55f62b5a0f9da6db506 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1484
2020-07-14Add new data-format for 30.2_ONAP schema versionMichal Banka2-5/+20
Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
2020-07-10Release 1.7.0 DCAEGEN2 VESCollector containerMichal Banka1-0/+8
Change-Id: I576f1013d1f9b88caa1cbdabfa866f322d98313a Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
2020-07-09Merge "Change Consul config to use schema 30.2"1.7.0Vijay Venkatesh Kumar1-2/+2
2020-07-09Merge "Update VES version"Vijay Venkatesh Kumar3-3/+5
2020-07-09Update VES versionedyta3-3/+5
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Idd1dd9b0d05396f660bed07e3fce297365941a8b
2020-07-08Merge "Update VES Collector schema and properties"Vijay Venkatesh Kumar10-8/+3244
2020-07-08Update VES Collector schema and propertiesedyta10-8/+3244
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I6b89f4bc8ff0c2a9e51e94dc7d464608a7c153f2
2020-07-07Change Consul config to use schema 30.2edyta1-2/+2
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I5dd675d0d86e84ecf281b0c7c2ce5bb899233ca3
2020-06-19Add DmaaP simulator, test scenarios and refactor dashboardsPawel17-4006/+2754
Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I294183c7f80be53f1ca44724deb78abef41e08ed
2020-06-11Merge "Refactor ves performance test"Vijay Venkatesh Kumar24-399/+356
2020-06-11Merge "Add CPU/RAM measurements collection"Vijay Venkatesh Kumar15-3613/+6175
2020-06-10Refactor ves performance testPawel24-399/+356
Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I17154b59390af7340b7e86ae0ac3336583dd9318
2020-06-09Merge "Add JMeter to performance tests environment"Vijay Venkatesh Kumar11-3203/+6044
2020-06-04Add CPU/RAM measurements collectionPawel Kasperkiewicz15-3613/+6175
Add mechanism for CPU/RAM measurements collection from k8s nodes and from JMeter VM Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I78af2906254a19da383c7bae9ec919eadd326873
2020-06-01Add JMeter to performance tests environmentpawel11-3203/+6044
Add influxdb as datasource, add JMeter with example test scenario Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I55656588d8c1f6f373fd3d04a52f39834a396c81
2020-06-01Add unit test to few classesBogumil Zebek7-12/+247
Increase code coverage: - HeaderUtil - EnvProps - WebMvcConfig Change-Id: I880a4ff02d436cf153d41c795d8e95dfc67fd61b Issue-ID: DCAEGEN2-2245 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-05-26Merge "Deployment Prometheus and Grafana on RKE for perf tests"Vijay Venkatesh Kumar13-2/+3649
2020-05-26Deployment Prometheus and Grafana on RKE for perf testsPawel13-2/+3649
Issue-ID: DCAEGEN2-608 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ib02808fa9ccd7c2d241a1598def19d55b1b54797
2020-05-14Reorganize pom.xmlBogumil Zebek1-74/+55
Remove commented section. Extract library versions to properties. Change-Id: Ia3fd5b38ae456acde375a2ac7aff581c6f3e04d1 Issue-ID: DCAEGEN2-2243 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>