aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-21Disable an image tagfrankfurt_oldtkogut1-1/+0
- turn off 'latest' image tag in the Frankrut branch Issue-ID: DCAEGEN2-2439 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I9cf6abb877a9119f674b07d9bc4fb891bedce500
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>
2020-05-13Activate prometheus metrics for perf tests - pom.xml fixedyta4-4/+42
Issue-ID: DCAEGEN2-608 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Iaa0f32e99ab46e8e4646109d15c63513b8a269f4
2020-03-24release 1.5.4 ves container6.0.0-ONAPfrankfurtPawel1-0/+8
Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I66155bd9fac253cbc62a792a1f657e65bbc7de76
2020-03-23Corrected version in pom.xml and swagger files1.5.4Pawel3-3/+3
Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I30dc29343ccda009bd175c2e62a829104349b1a2
2020-03-23Merge "Update swagger documentation to version 1.5.4"Vijay Venkatesh Kumar2-0/+1409
2020-03-23Update swagger documentation to version 1.5.4Bartosz Gardziejewski2-0/+1409
Issue-ID: DCAEGEN2-2114 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ic0683a1de8de9549bc5ef808e40b5ae83f60ae43
2020-03-19ves spec fixVijay Venkatesh Kumar1-3/+3
Change-Id: I896efd1d083de93c249da77601f9fb8e1b599160 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891
2020-03-11Fix VES Collector loggingPawel3-10/+20
Issue-ID: DCAEGEN2-2107 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ib13784a5e2d80dd468955c3a0cd69d8debe67218
2020-02-24release 1.5.3 ves containerVijay Venkatesh Kumar1-0/+8
VES7.1.1 updates Change-Id: Icfe8a0a25444e79939762a2c171e1126df896a9b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Issue-ID: DCAEGEN2-2048