summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02Handle non-xml PM filesemartin3-2/+27
*Non-xml files will not be mapped to VES Change-Id: Ice1b901576be4da0593f38eb2c0b4e4676b6019e Issue-ID: DCAEGEN2-1327 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-27Enable MapperConfig to be reconfigurableemartin3-1/+30
Change-Id: Ifa4a186e85cb85758d70a9eb5437d9893f236427 Issue-ID: DCAEGEN2-1357 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-26update INFO.yamlVijay Venkatesh Kumar1-25/+9
Change-Id: Ia7e1548791adc08daa791d6f27699314ef1d146c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270
2019-03-22Publish VES event to MessageRouter via httpemartin8-22/+252
Change-Id: Ic5ed1fad1182e7343f213488c4015d2683ab8ddc Issue-ID: DCAEGEN2-1273 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-14Integrate split and filter in main Appemartin11-54/+382
Change-Id: I9da0852072409854118e46aba63c491bdd53fd28 Issue-ID: DCAEGEN2-1038 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-13Merge "Split typeC XML to multiple Type A"Tony Hansen5-0/+248
2019-03-13Merge "Update mapping"Tony Hansen4-6/+99
2019-03-13Split typeC XML to multiple Type Aemartin5-0/+248
*Split TypeC MeasFile to multiple TypeA by MeasData *Create new Event for each TypeA Change-Id: I22eb22c663c8491f3cae5e39e583ee2660647743 Issue-ID: DCAEGEN2-1281 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-13Add Dynamic ConfigurationJoeOLeary11-40/+586
*Implement Configurable in DataRouter subscriber *Add reconfigure.sh *Update Dockerfile to use reconfigure.sh Issue-ID: DCAEGEN2-1038 Change-Id: I9ce387819afff644c3dc76a94786fa1f95afd985 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-03-13Update mappingJoeOLeary4-6/+99
*Add support for multiple measvalue *Fix failure when optional attribute swVersion missing Issue-ID: DCAEGEN2-1038 Change-Id: I2408c0134a5d5bb2d90ad85ae2eac600fa89d52b Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-03-13Add metadata filteringdfarrelly11-5/+346
Issue-ID: DCAEGEN2-1286 Change-Id: Icfee7f24cb97b429e8b0db2d67da2f21e413cea0 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-03-05Added Filtering of Measurement fileemartin21-5/+2674
Change-Id: I32cd7147c20cbee7273d7c7180a06d9f2fdf620b Issue-ID: DCAEGEN2-1288 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-03-04Merge "Update image tags in pom"Vijay Venkatesh Kumar1-2/+33
2019-03-01Update image tags in pomdfarrelly1-2/+33
*Update timestamp format *Add second tag for latest Issue-ID: DCAEGEN2-1250 Change-Id: I944a846415757383b7b7524c2841b3d5eac15717 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-03-01Update DataRouter SubscriberJoeOLeary11-20/+257
*Update metadata header key to match new datarouter specification *Update subscriber to be a privileged subscriber *Update subscriber to improve logging & remove sonar smells *Update delivery end point to match datarouter specification *Update event to include the publish id provided by datarouter *Add datarouter event processed utility Issue-ID: DCAEGEN2-1038 Change-Id: Iafce544f31f888de53547de8b280faebd8075d4c Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-27Merge "Update configuration"Tony Hansen4-15/+49
2019-02-27Merge "Update docker image"Tony Hansen2-6/+18
2019-02-25Update configurationdfarrelly4-15/+49
- Change feed input name - Add DR Delete endpoint - Add streams subscribes object - Update environment config to use variables Issue-ID: DCAEGEN2-1248 Change-Id: I7b463b77cf319993a1d0bed60574d5e6904c1c7c Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-22Update docker imagedfarrelly2-6/+18
Add timestamp to Docker image tag Change container to run as non root user Issue-ID: DCAEGEN2-1250 Change-Id: Idb23167d5f5146cbcacf2e2d72e5502014b5fe78 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-22Add support for parallel event handlingJoeOLeary2-13/+114
*Add support for parallel event handling *Add support for handling backpressure *Update delivery end point Issue-ID: DCAEGEN2-1268 Change-Id: Id467080fa135b58f2d3e366f00fd8ad5e1c6ec06 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-20Add pm-mapper deployment artifactsdfarrelly9-0/+3941
Issue-ID: DCAEGEN2-1080 Change-Id: Ic7157ec4888f9ddfa399fe20ebb76f09d3c3cf1c Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-19Merge "Fix DataRouter Subscriber NPE on No Metadata"Tony Hansen2-8/+17
2019-02-19Add XML validationJoeOLeary8-6/+352
Issue-ID: DCAEGEN2-1217 Change-Id: Ic76885ab1c8e020a2bded05a264092684a747461 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-18Fix DataRouter Subscriber NPE on No MetadataJoeOLeary2-8/+17
Issue-ID: DCAEGEN2-1232 Change-Id: I692d65c460f2974535d5b9addc4d889c530cf951 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-15Merge "Add Mapping"Tony Hansen18-16/+3304
2019-02-15Add MappingJoeOLeary18-16/+3304
Change-Id: I417b7fe9d0e588c6c38dc23eb55e43a85e277e81 Issue-ID: DCAEGEN2-1216 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-12Merge "Fix artifact name for sonar reporting"Vijay Venkatesh Kumar1-0/+4
2019-02-12Fix mapper configuration to use CBSemartin15-332/+243
Change-Id: I17bb9577ac2dd9267eeade948e5bf05cdadbac57 Issue-ID: DCAEGEN2-1186 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-02-12Fix artifact name for sonar reportingJoeOLeary1-0/+4
Change-Id: Iedd70539d0b4dcd58cb5c4c3df724d29df9acd22 Issue-ID: DCAEGEN2-1185 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-02-08Improve ONAP logging complianceemartin12-83/+344
Change-Id: I677977f592407d17c7cbd35b034785803c35d327 Issue-ID: DCAEGEN2-1166 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-02-04Add healthcheck functionalitydfarrelly2-1/+43
Change-Id: Ic4bf69047cc4c7737cd93e217e407c684bbc4027 Issue-ID: DCAEGEN2-1149 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-02-01Merge "Change Docker image path & building"Vijay Venkatesh Kumar2-1/+8
2019-01-31Change Docker image path & buildingJoeOLeary2-1/+8
*Update path to docker image location in nexus *Add versions.properties file Change-Id: I00563ac583f59414920e09ce3c12740c116d6ca4 Issue-ID: DCAEGEN2-1123 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-01-29Fetch mapper config from configbinding serviceemartin21-12/+894
Change-Id: I69e654719969f2d0ef6e7c8adb4806aac9c1e898 Issue-ID: DCAEGEN2-1081 Signed-off-by: emartin <ephraim.martin@est.tech>
2019-01-28POM UpdatesJoeOLeary3-50/+101
*Added the ONAP parent POM to the project POM *Introduced support for building and pushing Docker images in the POM *Added basic Dockerfile *Updated source to comply with checkstyles in parent POM Change-Id: Ieabd0a911359b107ea0a5b2e65ca3260f990e3cd Issue-ID: DCAEGEN2-1123 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-01-25Merge "Add DataRouter Subscriber"Vijay Venkatesh Kumar16-0/+988
2019-01-22Add DataRouter SubscriberJoeOLeary16-0/+988
Change-Id: I7f81c3d7249dcfcf00e2c7f3272f478d2346397d Issue-ID: DCAEGEN2-1079 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2018-12-06Add missing INFO.yamlJessica Wagantall1-0/+90
Change-Id: I0b51d94500ce46169dc8c01e5f5f2363703f2aa8 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-11Initial empty repositoryJessica Wagantall0-0/+0