aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07[SNMPTRAP] Use latest cbs library2.0.8Jack Lucas1-2/+3
Update to use latest cbs library (2.2.1) in requirements.txt. Pin pyasn1 library to 0.4.8. Later versions are incompatible with the (no longer maintained) pysnmp library. Pin python version to 3.8.x in Dockerfile. Fix EXPOSE syntax in Dockerfile. Issue-ID: DCAEGEN2-3409 Change-Id: I34248376d7c4c2fefa97cee51fc4ff341000375b Signed-off-by: Jack Lucas <jflos@sonoris.net>
2022-08-22CodeCoverage improvement (60% to 90%)Hansen, Tony (th1395)1-3/+3
Change-Id: I579e9d3fedbd6cc2589d189b121fa7dadfb6f7f1 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3158 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-11-02send stdout logging to stdout in addition to log filesHansen, Tony (th1395)1-1/+1
Change-Id: Icad02afe29e28eef72cc36dd82f0a64810ce9500 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2957 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-07-23use version 2.2.1 of pypi onap_dcae_cbs_docker_client2.0.5Hansen, Tony (th1395)1-2/+2
Change-Id: I09106b2595deb4b8c74e4adad54ae3b78f896071 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2853 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2020-03-02copyright banner changes2.0.3Ladue, David (dl3158)1-1/+1
Change-Id: I64f089e36fb8b21ed1719696ceeded1590ba8f8c Signed-off-by: Ladue, David (dl3158) <dl3158@att.com> Issue-ID: DCAEGEN2-2068 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2020-02-07sonarcloud supportVijay Venkatesh Kumar1-2/+2
Change-Id: I289196c0dc934ec6f01a9cf632495fedac0b5da3 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2065
2018-08-27Use managed guava versionGary Wu1-3/+1
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: Idcd5f08421807ccea03a7163bf61e1519f45146b Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-16adding snmpV3 supportLadue, David (dl3158)1-1/+1
Change-Id: I6250e30fa1aa2516a16c4906628be8cc904fbc71 Issue-ID: DCAEGEN2-630 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-04-02Fix docker tagLusheng Ji1-0/+1
Issue-ID: DCAEGEN2-206 Change-Id: Id7d9753ee9fd7a1e8b2dc9c841dda39940fae8cc Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-28Fix SONAR reportingLusheng Ji1-10/+2
Issue-ID: DCAEGEN2-206 Change-Id: If391162de76fae09fca8d464991c8889c51c2590 Signed-off-by: Lusheng Ji <lji@research.att.com> Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-03-28fix tox setup for snmptrapVijay VK1-1/+2
Change-Id: I39adcd37cab64937af182c4716cba0cfaba6c7a2 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-271 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-03-18fix pom for build issueVijay VK1-156/+155
Change-Id: I720cce8d95732b56f38b531acd4d09bb2f56c03a Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-271
2018-03-18copyright and controller ENV changesLadue, David (dl3158)1-155/+158
Change-Id: Ic12aa439a03f19c7a06a536368a8d2a1f26855aa Issue-ID: DCAEGEN2-271 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-02-12Update license textLusheng Ji1-1/+1
Change-Id: Ia720d87a661c297d3613e12db19e91ae3b7c0a5f Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-325
2018-01-20snmptrap collector dockerizationvagrant1-3/+2
Issue-ID: DCAEGEN2-228 Change-Id: I118a4c62452a53f647fc868c5cac9bd2b19730ae Signed-off-by: Vijay VK <vv770d@att.com>
2017-11-25update versioningvagrant1-2/+2
Change-Id: I90bd1ab432b1fb13e11e12e9ad5e9a01277b1395 Issue-ID: DCAEGEN2-211 Signed-off-by: vagrant <vv770d@att.com>
2017-09-11Disable sonar for python codeLusheng Ji1-144/+105
Issue-Id: DCAEGEN2-60 Change-Id: I3d4d15efb5a657b65857212e4264dbd7f40bc70a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I34a9c329ec5366c962e53654a3ccae1ebbcd78e9 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-29Update LICENSE.txt, pom.xml, mvn script, etcLusheng Ji1-38/+69
Issue-Id: DCAEGEN2-86 Change-Id: I9dcafe831bec6ad3bb2eaee85c550f8426b6a1c6 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-23dcaegen2 snmptrap seedcodeLadue, David (dl3158)1-0/+286
Initial seed code delivery for snmptrap receiver for support on the gen2dcae platform Issue-ID: DCAEGEN2-55 Change-Id: I87365c2f07ffd55a3c2778d7c05a152818f625f8 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>