commit | bca2314b1351eccaf25d573fa973351a35b43e24 | [log] [tgz] |
---|---|---|
author | Jack Lucas <jflos@sonoris.net> | Wed Nov 15 12:10:36 2023 -0500 |
committer | Jack Lucas <jflos@sonoris.net> | Thu Dec 07 13:50:55 2023 -0500 |
tree | ca59049d2868e5a26a8d7840c3b4d7a0516737db | |
parent | 5d4f1f1e8248116325164fb7aa3d8058fcd9b037 [diff] |
[SNMPTRAP] Use latest cbs library 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>
This is the repository for SNMP Trap Receiver for Open DCAE.
This project is organized as a mvn project for a python application.
git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git mvn clean install
The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image:
<FIXME: add detailed instructions >