aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-10-17[DCAE] INFO.yaml updatelondonVijay Venkatesh Kumar1-0/+8
Committer updates (OCT2022) Change-Id: Ic706dd40588cbd61658c5784d1eec09b54a76da3 Issue-ID: DCAEGEN2-3236 Issue-ID: DCAEGEN2-3294 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-21Merge "Release 2.0.7 SNMPTrap"kohnTony Hansen1-0/+11
2022-09-13[DCAE] INFO.yaml updateVijay Venkatesh Kumar1-5/+3
Committer updates (SEP2022) Change-Id: I336c549494d2cbd13495f0c7053bfa82e147bef8 Issue-ID: DCAEGEN2-3236 Issue-ID: DCAEGEN2-3250 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-13Release 2.0.7 SNMPTrapVijay Venkatesh Kumar1-0/+11
Change-Id: Ibfb0c328d5a8e616334d73f9e37a4d7a4dd7e0e4 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3236 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-06Merge "enable py37,py38 in addition to py39 in the tox.ini file"2.0.7Vijay Venkatesh Kumar1-5/+3
2022-09-06enable py37,py38 in addition to py39 in the tox.ini fileHansen, Tony (th1395)1-5/+3
onap-gerrit-review: -changelog-or-release-file-missing Change-Id: Icf45dca1a38060a951b4a27135690d5ed1b3cfae Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2634 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2022-08-22Merge "CodeCoverage improvement (60% to 90%)"Vijay Venkatesh Kumar29-650/+2010
2022-08-22CodeCoverage improvement (60% to 90%)Hansen, Tony (th1395)29-650/+2010
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>
2022-08-10Chore: Fix wrong userid in INFOBengt Thuree1-1/+1
Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I4f91670210f5fad8d1d451baf5bbdca4c379a50e
2022-04-27R11 tag/path updatevv770d2-20/+557
Switch to local mvn-phase-lib.sh and remove nexus raw dependency Change-Id: I284b69eb4083abf86c7ea14c779c36434a4ed12d Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3144 Issue-ID: DCAEGEN2-2973 Issue-ID: DCAEGEN2-3134 Signed-off-by: vv770d <vv770d@att.com>
2022-03-29Merge "[DCAE] INFO.yaml update"jakartaTony Hansen1-5/+3
2022-03-28fix for tox failures in most recent buildHansen, Tony (th1395)1-2/+0
Change-Id: I1dae55850d5d2e2a5bcfa5d73a5ae51a2af90ed7 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-3126
2022-03-23[DCAE] INFO.yaml updatevv770d1-5/+3
Committer updates (March2022) Change-Id: Ib2cc8c5b02b57a0e5c9766529a457f7e1414ecd0 Issue-ID: DCAEGEN2-2973 Issue-ID: DCAEGEN2-3112 Signed-off-by: vv770d <vv770d@att.com>
2022-01-19Release SNMPtrap 2.0.6vv770d1-0/+9
STDOUT complaince & formatting through black tool Change-Id: I879f12c20adbb157af65714ff70059493f90a0b3 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2995 Issue-ID: DCAEGEN2-2957
2021-12-02run the black formatting tool on python code2.0.6Hansen, Tony (th1395)28-639/+775
Change-Id: I41badbf7ea2b2cd243e9f2acd5c9f2d3ec907964 Issue-ID: DCAEGEN2-2995 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-11-02send stdout logging to stdout in addition to log filesHansen, Tony (th1395)7-24/+41
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-09-28R10 tag/path updatevv770d1-2/+2
Change-Id: I32ef9cfb4c3e7e39f68e04f4b628cffaa33f2585 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2919
2021-09-15[DCAE] INFO.yaml updateistanbulvv770d1-0/+8
DCAE committer updates (Sept2021) Change-Id: I3e4368661ff5132eb9d65d3deec12e2280fdab34 Issue-ID: DCAEGEN2-2900 Issue-ID: DCAEGEN2-2914 Signed-off-by: vv770d <vv770d@att.com>
2021-08-03Release 2.0.5 SNMPtrap collectorvv770d1-0/+9
Includes latest (2.2.1) onap_dcae_cbs_docker_client from pypi which add support for config retrieval from config-map Change-Id: I28a0814cf8b2a9e46371e3417a4e476dd1d43b43 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2853
2021-07-23use version 2.2.1 of pypi onap_dcae_cbs_docker_client2.0.5Hansen, Tony (th1395)6-9/+17
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>
2021-03-11[DCAE] INFO.yaml updatevv770d1-0/+16
New committer additions (March2021) Change-Id: I5da02c3a54011b8590f6ada23bc83f73c3916337 Issue-ID: DCAEGEN2-2657 Issue-ID: DCAEGEN2-2658 Signed-off-by: vv770d <vv770d@att.com>
2021-03-09R9 tag/path updatevv770d1-1/+1
Change-Id: I5027f00b46920f96301044931ee65aaf24972978 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2663
2021-02-27[DCAE] release SNMPTrap collector containerhonoluluvv770d1-0/+9
Bump pysnmp version Change-Id: Id19761d7e01cd53fd2a8970af440a3b191ef330d Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2494 Issue-ID: DCAEGEN2-2653 Signed-off-by: vv770d <vv770d@att.com>
2021-02-19temporarily remove py37,py38 from unittests2.0.4Hansen, Tony (th1395)2-1/+3
Change-Id: I99451b39a21463411f15e6e5b4a7a1db841ba15a Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2494
2021-02-19fix for py38/py39 testsHansen, Tony (th1395)5-0/+16
Change-Id: I881926030fe496d5c1976b2ec2534d9b58b71643 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2494 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2021-02-17Revert mvn-lib sourcing from nexus/rawvv770d2-547/+6
Change-Id: Ic1e5fc521c737eedc612bd800f3325faadf9144d Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2494 Signed-off-by: vv770d <vv770d@att.com>
2021-02-12Bump pysnmp requirement versionMichal Jagiello7-1168/+556
Currently used pysnmp version can't be used with Python >= 3.7 version due to new keyword usage. Add py37, py38 and py39 envs into tox config. Added mvn-phase-lib locally to test python3 tox Issue-ID: DCAEGEN2-2494 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I526ceb8d66b40b0a87f0ba688e1ed7f2e3e5b34f Signed-off-by: vv770d <vv770d@att.com>
2021-01-13dcae INFO.yaml updatevv770d1-10/+6
Committer changes Change-Id: I528d0b1cc3ab1f0b2570002eeee7c778539c8523 Issue-ID: DCAEGEN2-2583 Signed-off-by: vv770d <vv770d@att.com>
2020-12-15Add initial changelogPawel1-0/+7
Issue-ID: DCAEGEN2-2557 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ie3fc82c67ba096efcd0c584cf3f7f35128962efe
2020-10-02R8 tag/path updatevv770d1-1/+1
Change-Id: Idee8565bfe995284d630a0f5f1d636cd9520f9be Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2468 Signed-off-by: vv770d <vv770d@att.com>
2020-09-11dcae INFO.yaml update7.0.0-ONAPguilinvv770d1-11/+25
Project maturity Committer changes Change-Id: I8e2686983b2a241475c1c43602f9943a77fc8037 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: Ie4d2079e557313cef3672bdce8af794d38c06a1a
2020-07-23dcae committer updates in INFO.yamlvv770d1-17/+10
Change-Id: I2746e16c4969b0ec6f9bce4ed3d081e03f198abd Issue-ID: DCAEGEN2-2365 Signed-off-by: vv770d <vv770d@att.com>
2020-04-20R7 tag/path updateVijay Venkatesh Kumar1-1/+1
Change-Id: Ied508d894decad8e54017573c977c6b20d91af36 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2201
2020-03-18improve the code coverage6.0.0-ONAPfrankfurtHansen, Tony (th1395)3-504/+1091
Change-Id: I143f7f1e29817e9d4c0914e5349221fa63f5ce5d Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-1903
2020-03-03Merge "release 2.0.3 snmptrap container"Joseph O'Leary1-0/+9
2020-03-02Fix committer username.Jack Lucas1-1/+1
Issue-ID: DCAEGEN2-2012 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ib5b2c31efeea294073e41067820001c7988e408f
2020-03-02release 2.0.3 snmptrap containerVijay Venkatesh Kumar1-0/+9
Functional enhancement + updated CBS lib + coverage Change-Id: Ibe7396e5cdffe58c6eaec328917d297e5172b276 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891
2020-03-02copyright banner changes2.0.3Ladue, David (dl3158)39-638/+2269
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
2019-12-03Update DCAE Committer in INFO.yamlJoeOLeary1-26/+10
Issue-ID: DCAEGEN2-1891 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: I69cc770fa72626216c8b2f0f1a02a7a360587df1
2019-09-30R6 tag updateVijay Venkatesh Kumar1-1/+1
Change-Id: Ie8f9baecbec6c61d6b5c3f4600210312c7ee36f5 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1785 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-09-04update config binding library version to incorporate K8s support5.0.2-ONAP5.0.1-ONAPelaltoLadue, David (dl3158)2-2/+2
Change-Id: Ieabab6478a3428839534faa9f9bb1e5be4d8726f Issue-ID: DCAEGEN2-1748 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2019-05-06R5 tag updateVijay Venkatesh Kumar1-1/+1
Change-Id: I89504fa214cfb4bb210caba6574a03df30fccc87 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1481
2019-03-21increase pytest coverage4.0.0-ONAPdublinLadue, David (dl3158)4-121/+177
Change-Id: I871f5fc3182e0a21b3b4c6d6e033abf8730c8d10 Issue-ID: DCAEGEN2-1264 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-11-09R4 tag updateVijay Venkatesh Kumar1-1/+1
Change-Id: Ic1673ff6312b23d9d557f1a337ceef0de66bb82e Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-937 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2018-10-01fix daily log roll bug3.0.1-ONAP3.0.0-ONAP1.4.0casablancaLadue, David (dl3158)1-6/+6
Change-Id: I5c472ceafed99bb1b619c36d31371e51ad17bb4b Issue-ID: DCAEGEN2-842 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-09-28requirements to pysnmp 4.4.5Ladue, David (dl3158)2-2/+2
Change-Id: Ica435adf6f97ef063920aaadfc3b929d1a903460 Issue-ID: DCAEGEN2-842 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-09-28fix for V1 varbinds, V3 examplesLadue, David (dl3158)4-93/+300
Change-Id: Ic32dabbb356125384cc5eaa89f90e3c7c5c24128 Issue-ID: DCAEGEN2-842 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-09-14v3 changes and netsnmp compat updateLadue, David (dl3158)3-1/+136
Change-Id: Ia69f70c5e128e800623feb7c1473b6729e52ba29 Issue-ID: DCAEGEN2-630 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>