summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-18Merge "PM Mapper output - granularityPeriod issue"1.7.1Tony Hansen7-5/+17
2021-08-17PM Mapper output - granularityPeriod issueStanislav Marszalek7-5/+17
Issue-ID: DCAEGEN2-2873 Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com> Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I02d3684c98d563d7f386de2fdf032e930ac12b3f
2021-08-05Add pm-mapper local development toolsTomasz Wrobel30-0/+992
Issue-ID: DCAEGEN2-2879 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1fc872230d1c15c1b70439b8cb69d9053f716dfb
2021-07-29Release container 1.7.0Joanna Jeremicz2-1/+10
- Update io.undertow:undertow-core to version 2.2.9.Final - Update org.freemarker:freemarker to version 2.3.31 - Update oparent to version 3.2.0 Issue-ID: DCAEGEN2-2807 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ibb8a33078f297b801a5ade6a482a23b90367ea71
2021-07-23Update oparent version to 3.2.01.7.0Piotr Marcinkiewicz2-2/+2
Update oparent in order to update httpclient dependency version Issue-ID: DCAEGEN2-2807 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ieb080dbde8f2ba0becf3dbc7defd6fe1d1e18073
2021-07-23Update undertow-core and freemarker versionsRemigiusz Janeczek3-4/+9
Issue-ID: DCAEGEN2-2807 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I4f7455fbf60f902e4b4acadcc85a789022e05d75
2021-06-02Fix merge build fail on docker buildRemigiusz Janeczek1-1/+1
Docker build was failing on git.commit.message.short label when commit message included double quote mark, which happens when auto-merging commits. Quotes around ${git.commit.message.short} were changed to single quote marks as those are used less frequently. Issue-ID: DCAEGEN2-2824 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I1f3622df233ff22a4c312ce1055cf8029880fa09
2021-06-02Merge "PM-Mapper CSIT image pulls enhancements"Vijay Venkatesh Kumar8-3/+28
2021-06-01PM-Mapper CSIT image pulls enhancementsRemigiusz Janeczek8-3/+28
- Add nexus3.onap.org repository to external images to avoid dockerhub pull limits. - Remove repository from PM-Mapper image to force use of image built earlier with maven. .gitignore update. - Add DMaaP healthcheck to setup.sh scripts Issue-ID: DCAEGEN2-2796 Issue-ID: DCAEGEN2-2799 Change-Id: Ie98336b91b37d61767049d4857b016fb618e4e8e Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
2021-05-26Fix exit code, support individual suite executionLasse Kaihlavirta3-1/+9
Issue-ID: DCAEGEN2-2796 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I1d4afacc6a125300495404e6734fc105ca1720c3
2021-05-26Move PM-Mapper CSIT to project repoLasse Kaihlavirta70-0/+2821
Issue-ID: DCAEGEN2-2746 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib96f8453fd7fecbaddaada1b11d3b8551bb7f8fa
2021-04-16[DCAE/PM-Mapper] Release 1.6.0tkogut2-1/+10
- Utilize DMaaP-Client in PM-Mapper - Change openjdk baseOS img to integration-java11 Issue-ID: DCAEGEN2-2732 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I4f14056f54621cc2864012726d887e3595b693de
2021-04-15[DCAE/PM-Mapper] Utilize DMaaP-Client in PM-Mapper1.6.0tkogut1-2/+2
- Fix typo Issue-ID: DCAEGEN2-2732 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Iec829425a754c28a95c7a07c6255984d3c7b6b7d
2021-04-14[DCAE/PM-Mapper] Utilize DMaaP-Client in PM-Mappertkogut14-114/+508
- Bump mockserver libraries - Use dmaap-client for sending events to dmapp-mr - Extract Retry/Timeout configs to separate class - Extract logging utils to separate class Issue-ID: DCAEGEN2-2732 Change-Id: I5d406e99fe1def078f102ff704df5312f5ae996b Signed-off-by: tkogut <tomasz.kogut@nokia.com>
2021-03-26Change openjdk baseOS img to integration-java11Alexander Mazuruk4-20/+26
Since 7.2.0 integration images switched over to alpine, adjusted Dockerfile to accomodate the switch. Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (:latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: Iecf2654c6732d796c10838284f0882e8c34dac34
2021-03-18Release 1.5.2Joanna Jeremicz2-1/+10
- Implement singleton cache for events being processed - Add JUnit tests Issue-ID: DCAEGEN2-2659 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Icb14eb12ffc808d8a41684dbec59f4e8a7e2b724
2021-03-17Incoming events cache - do not load files, which are in progress1.5.2Joanna Jeremicz7-4/+161
- Implement singleton cache for events being processed - Add JUnit tests - Bump snapshot version 1.5.1 -> 1.5.2 Issue-ID: DCAEGEN2-2659 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I79f32554a8c67d91d0d7b601bc8b060ff4984eab
2021-03-11[DCAE] INFO.yaml updatevv770d1-0/+16
New committer additions (March2021) Change-Id: I646f2f978e6a9eb2b227546044ff11300ae20c5a Issue-ID: DCAEGEN2-2657 Issue-ID: DCAEGEN2-2658 Signed-off-by: vv770d <vv770d@att.com>
2021-02-25Release 1.5.1Piotr Marcinkiewicz2-1/+13
- added files processing config - removed vulnerability - update libs Issue-ID: DCAEGEN2-2600 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I2750b16fff0c1ce6900a32fae49793d044e5b917
2021-02-22Add docker latest tag configuration to pom1.5.1Tomasz Wrobel1-1/+3
Issue-ID: DCAEGEN2-2600 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1349ff59ab1cc25fbbed70a0b1c4f606c8697a6d
2021-02-09Add configuration number of threads in files processing.Tomasz Wrobel4-14/+184
Issue-ID: DCAEGEN2-2600 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I04feb27698ef21196ab218de4bdd97be1fc85284
2021-02-09Merge "Add files processing config provider"Remigiusz Janeczek5-2/+180
2021-02-09Add files processing config providerJoanna Jeremicz5-2/+180
- Add system variables provider - Add junit tests Issue-ID: DCAEGEN2-2600 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: Ib045270033f8f5ccbd99fc5ae30d0efa9a911a95
2021-02-03Add initial changelogPawel2-4/+12
Issue-ID: DCAEGEN2-2557 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I799dd7c747299dac74714946ec8ca4c50e1677ba
2021-01-29[DCAE/PM-Mapper] Bump snapshot version to 1.5.1deen19852-2/+2
Change-Id: I10ab1d731a7ec7a0841677ebc320be884ec1de29 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2597
2021-01-27[DCAE/PM-Mapper] Vulnerability removaldeen19851-3/+3
Change-Id: I78fa9aeac93af1f236dcd16ff079eb614aaacd58 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: DCAEGEN2-2597
2021-01-13dcae INFO.yaml updatevv770d1-10/+6
Committer changes Change-Id: If2435c2fd5cbb69ad133b21d983fe6ba11a1ab2f Issue-ID: DCAEGEN2-2583 Signed-off-by: vv770d <vv770d@att.com>
2020-12-04Release PM Mapper 1.5.0tkogut1-0/+9
Upgrade Reactor Issue-ID: DCAEGEN2-2537 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Idd3393ef5bbdcad89a2b7714c69f51d63985be8e
2020-12-02Upgrade Reactor/Reactor Test.1.5.0tkogut3-5/+10
Add missing .gitreview file. Issue-ID: DCAEGEN2-2537 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Id972a4477ffee2e9d1a9bb002303293866271b80
2020-11-04Release PM Mapper 1.4.2Remigiusz Janeczek1-0/+9
Issue-ID: DCAEGEN2-2500 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I6976fddd69ac9732ed46c96b5e27383b077dac16
2020-10-27Fix bug where PM-Mapper waits 1s after sending every request1.4.2Remigiusz Janeczek3-4/+6
Issue-ID: DCAEGEN2-2500 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I441172ed0d2957ef58c2ba40718ec79328c48da2
2020-09-17Merge "Release PM Mapper 1.4.1"Vijay Venkatesh Kumar1-0/+9
2020-09-17Release PM Mapper 1.4.1JoeOLeary1-0/+9
Issue-ID: DCAEGEN2-2438 Change-Id: Ia1579a26407bc1878cff8012ea871fc7dc0c5cbd Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2020-09-17Fix Docker build issueJoeOLeary1-1/+0
Issue-ID: DCAEGEN2-2437 Change-Id: I163903c8628c4eb0e35db2198d698051f57c3011 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2020-09-17Fix Docker build issue1.4.1JoeOLeary1-1/+0
Issue-ID: DCAEGEN2-2437 Change-Id: I163903c8628c4eb0e35db2198d698051f57c3011 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2020-09-11dcae INFO.yaml updatevv770d1-13/+25
Project maturity Committer changes Change-Id: I51a6150b146a3930d4efd6b66dc403e659e78469 Issue-ID: DCAEGEN2-2425 Signed-off-by: vv770d <vv770d@att.com>
2020-09-08Fix INFO.yaml filesJessica 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: I37684b4614326eb5bfac668c4520880012de46e0
2020-08-20Update Config AcquisationJoeOLeary6-27/+46
Issue-ID: DCAEGEN2-2341 Change-Id: I3fc431d563e668cbc2bd4a1dd03e30ca908fed0b Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2020-07-31Add message in info level (Received pm-mapper configuration from ↵marcinrzepeckiwroc1-2/+1
ConfigBinding Service) - log needed to validate CSIT tests Issue-ID: DCAEGEN2-2343 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I71bb9f3208d9f1a36c88cb917e5ec7fa861791ce
2020-07-30Support 28.532 file naming conventionmarcinrzepeckiwroc2-28/+64
Issue-ID: DCAEGEN2-2351 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I5a281b352832ed05f656b5da39ec4df25fdb67c5
2020-07-23dcae committer updates in INFO.yamlvv770d1-22/+15
Change-Id: I5fe8b8ad3529a36338d1cf16679fcda7b453c3c4 Issue-ID: DCAEGEN2-2365 Signed-off-by: vv770d <vv770d@att.com>
2020-07-20Merge "Adjust pm-mapper to accept new schema."Joseph O'Leary46-219/+301
2020-07-20Adjust pm-mapper to accept new schema.Mateusz Gołuchowski46-219/+301
- Replaced 28.550 schema and template with 28.532 standard - Adjusted class for new schema - Adjusted xml files for tests - validate method will now throw exception when given fileFormatType is not supported Issue-ID: DCAEGEN2-2308 Change-Id: I375db2004887f1f634adac31d4d1af3675f5911c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-07-17implement regex support in PM Mapper filtering mechanismmarcinrzepeckiwroc8-42/+278
Issue-ID: DCAEGEN2-2347 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I3fdbae33ae318800ccc2758a191604fe79c2aaf4
2020-07-17Merge "Change log level for telemetry file from INFO to Debug"Joseph O'Leary1-5/+4
2020-07-15Change log level for telemetry file from INFO to Debugmarcinrzepeckiwroc1-5/+4
Issue-ID: DCAEGEN2-1958 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I57a20b2efd12074dd15c22917e39a9154a0d9316
2020-07-13PM Mapper hide passwords in logsmarcinrzepeckiwroc5-7/+29
Issue-ID: DCAEGEN2-2343 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: I5bf7d187404e262594228bb0e03db0749cbf84b2
2020-07-06Merge "Update Undertow Version"Vijay Venkatesh Kumar1-2/+2
2020-07-06Fix docker buildRemigiusz Janeczek1-1/+1
Issue-ID: DCAEGEN2-2334 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I9315edabe03e7958ff9fb6ef30787f7604117800
2020-06-24Update Undertow VersionJoeOLeary1-2/+2
Issue-ID: DCAEGEN2-2275 Change-Id: I6b1bcd15b7d6536fbeb89abe9347d303ff3f3917 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>