[DCAE] release SNMPTrap collector container

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>
1 file changed
tree: 624157a65d9a05ad39936b2f67b7332e2de08005
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. releases/
  6. snmptrap/
  7. spec/
  8. tests/
  9. tmp/
  10. .gitignore
  11. .gitreview
  12. Changelog.md
  13. Dockerfile
  14. INFO.yaml
  15. LICENSE.txt
  16. makefile
  17. mvn-phase-script.sh
  18. pom.xml
  19. README.md
  20. requirements.txt
  21. setup.py
  22. tox.ini
  23. version.properties
README.md

DCAE SNMPTrapReceiver

This is the repository for SNMP Trap Receiver for Open DCAE.

Build Instructions

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

to be completed

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 >