aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/spec/vescollector-componentspec.json
AgeCommit message (Collapse)AuthorFilesLines
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-24 Use updated CommonEventSchema in VES Collector1.8.0Edyta Krukowska1-1/+1
Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484
2020-09-16Merge "Adjust VES collector to use certificate from CMPv2"Vijay Venkatesh Kumar1-27/+2
2020-09-15Fix bug throwing exception when first event is collectedMichal Banka1-1/+9
- 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-07Post stndDefined implementation fixesMichal Banka1-1/+41
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-13StndDefined event routingBogumil Zebek1-0/+24
- Update WS error response - Update DPO configuration Change-Id: Id4eb5ea50af6d55c839047c4f39b9f99487e95de Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2020-07-14Add new data-format for 30.2_ONAP schema versionMichal Banka1-5/+5
Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
2020-07-08Update VES Collector schema and propertiesedyta1-2/+2
Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I6b89f4bc8ff0c2a9e51e94dc7d464608a7c153f2
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-02-22ves7.1.1 updates1.5.3Vijay Venkatesh Kumar1-81/+23
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>
2019-06-14VES Collector - Event OrderingZlatko Murgoski1-11/+4
https://jira.onap.org/browse/DCAEGEN2-1483 Change-Id: I28b0e871ce570a3cf4c0d2e08d040b66eb6db3aa Issue-ID: DCAEGEN2-1483 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-03-15Collector authentication enhancementZlatko Murgoski1-12/+4
Collector authentication enhancement Change-Id: I03a05cb83dd8c498fb218e82e9b3958348fbb4ac Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-03-04Reformat all json filesZlatko Murgoski1-396/+396
Reformat all json files Change-Id: I6567e4e32bc82f4c53b326c374300597a97ab4e7 Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-03-04Remove alias propertyZlatko Murgoski1-19/+11
Remove unused alias property Issue-ID: DCAEGEN2-1104 Change-Id: Ib843a624e36b99057bf66f5b1ec72d4b498e4481 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-02-25Update all hashed passwordZlatko Murgoski1-1/+1
Update all password with new hash method Change-Id: I7d6705b8a9c247888b451093799c2af42fc31c30 Issue-ID: DCAEGEN2-978 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2018-11-27TLS mutual authentication has been added.andrzejszukuc1-0/+24
Change-Id: I60ebe8e1b06d72413940935396cb7a56af437c0d Issue-ID: DCAEGEN2-959 Signed-off-by: ANDRZEJ SZUKUC <andrzej.szukuc@nokia.com>
2018-08-08VES 7.0.1 updatesVijay VK1-18/+160
Initial commit to include the support for below - VES 7.1 API - updated spec and data-format - Response code update per new spec - springfox for swagger doc - New topic defaults Todo - Swagger instrumention to include necessary annotation - Event Transformation 7.x to 5.x - VES7.x response header - AAF cert integration Change-Id: I9bc2223fa362b35ae8a7105acd651fe524a403c5 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-600
2018-02-14Fix keystore alais config and TCVENKATESH KUMAR1-66/+3
Change-Id: I8e0349f411dc05625b14536afc0acb1fac9a55c2 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-227
2018-01-20Optimize collector publish mechanismvagrant1-25/+46
Change-Id: I6d5fb2ad45257831e8e0ff62812df1fd1401464d Issue-ID: DCAEGEN2-281 Signed-off-by: Vijay VK <vv770d@att.com>
2017-12-07code sync-up updatesVENKATESH KUMAR1-281/+278
Issue-ID: DCAEGEN2-212 Change-Id: Id72d2b1851ff4457295088609c355e19d19e3d73 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2017-11-28code syncup with ECOMP updatesvagrant1-9/+72
Issue-ID: DCAEGEN2-212 Change-Id: Id388f26be57d2a12250a6845ed5678d0cebceed6 Signed-off-by: Vijay Venkatesh Kumar<vv770d@att.com>
2017-09-19ves5.28 supportVijay1-220/+221
Issue-ID:DCAEGEN2-82 Change-Id: I7773bec5233f32adfd0fef38fd45399959a2a88d Signed-off-by: Vijay <vv770d@att.com>
2017-08-23dcaegen2 vescollector seedcodeVENKATESH KUMAR1-0/+222
Initial seed code delivery for vescollector for support on the gen2dcae platform Issue-ID: DCAEGEN2-52 Change-Id: Id2477eb266f05caf64c67dd809b1ad146ff4fb92 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>