aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/data-formats
AgeCommit message (Collapse)AuthorFilesLines
2021-06-17Replace cambria with DmaaP clientMaciej Malewski1-198/+0
- 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-02-24 Use updated CommonEventSchema in VES Collector1.8.0Edyta Krukowska2-1/+15
Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484
2020-09-15Fix bug throwing exception when first event is collectedMichal Banka1-0/+1
- 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-07Post stndDefined implementation fixesMichal Banka2-5/+4
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-19Add implementation of stndDefined fields validation1.7.3Michal Banka1-0/+5
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 Zebek2-1/+81
- 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-0/+15
Change-Id: I13c45c7a6c6cd223ca0f7ede411ccf0fdc59dee6 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: DCAEGEN2-2254
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-02-22ves7.1.1 updates1.5.3Vijay Venkatesh Kumar2-2/+17
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-1/+0
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-18Authentication enhancement doc consulZlatko Murgoski1-0/+53
Add dynami config description in README Change-Id: I1b5c56bd07ce64993bc23ecb4bf26ccd03ca3405 Issue-ID: DCAEGEN2-1101 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2019-03-04Reformat all json filesZlatko Murgoski7-8507/+8498
Reformat all json files Change-Id: I6567e4e32bc82f4c53b326c374300597a97ab4e7 Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
2018-08-08VES 7.0.1 updatesVijay VK1-0/+2754
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-04-12fix license header issuesVijay VK3-1191/+1522
Change-Id: I5ae7b2a6d404cc22e90f74d958f7b307da92b9e9 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-358
2017-12-07move data format spec to dpoVENKATESH KUMAR6-0/+5441
Issue-ID: DCAEGEN2-212 Change-Id: Ie6c946a96de276574d9e2d6b20af38661f84130a Signed-off-by: VENKATESH KUMAR <vv770d@att.com>