summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-02-22ves7.1.1 updates1.5.3Vijay Venkatesh Kumar5-85/+3094
Change-Id: I5d6f58111a0fd1b7ebd20b4a279f3701d36e4223 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2048 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-02-11fix sonarcloud issuesHansen, Tony (th1395)1-0/+3
Change-Id: Ie8799d0407ac0e1bceddee97e7d5e870bfd301de Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2065
2020-02-10Update ves collector image(blueprint_ves)Pawel1-254/+0
Issue-ID: DCAEGEN2-2045 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I60092a0a4ed1b03caf21fe4378e65da059ffc0b8
2020-01-17Changed EventTransformation schema to be loaded only onceawudzins12-71/+653
Issue-ID: DCAEGEN2-1774 Signed-off-by: adamwudzinski <adam.wudzinski@nokia.com> Change-Id: I50f3da2c11201a40be948ab199aaca89bbbb38db
2020-01-15updated jackson-databind and changed json schema validator libraryPawel8-98/+178
Issue-ID: DCAEGEN2-1825 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ia4c9c6286adcf84631a58f9d5bfef124fed1cee6
2019-12-18Release ves 1.5.2. (Upgrade Java SDK from 8 to 11 in VES Collector)pawel1-0/+8
Issue-ID: DCAEGEN2-2002 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I82a283f5f215c109be48edc881c896e894947272
2019-12-03Update DCAE Committer in INFO.yaml1.5.2JoeOLeary1-0/+8
Issue-ID: DCAEGEN2-1891 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: I291b6988d0acd267638931ab8206ac6718b71717
2019-11-28Upgrade Java SDK from 8 to 11 in VES Collectorpawel1-2/+4
Issue-ID: DCAEGEN2-1966 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I1586f04ab58448cde013137f514bb2bb96b3520c
2019-11-11Merge "Add tests for EventValidator"Vijay Venkatesh Kumar1-0/+124
2019-11-08Remove certOnly and basicAuth from authentication methodspawel13-284/+42
Issue-ID: DCAEGEN2-1776 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I475dcce9de8c7c05d2a05cf51dc862b5bf920164
2019-11-04Merge "Fix security issue in api interceptor"Vijay Venkatesh Kumar2-26/+61
2019-11-04Add tests for EventValidatorRemigiusz Janeczek1-0/+124
Issue-ID: DCAEGEN2-1819 Change-Id: Ic9f3ea73f8e7e42f5d6e7a821d550823de3f13e7 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>