[SNMPTRAP] Release snmptrap collector 2.0.8

snmptrap collector 2.0.8 uses CBS library 2.2.1

Issue-ID: DCAEGEN2-3409
Change-Id: I739f5db0f234c91fd4b33a27163fbdcd2058f511
Signed-off-by: Jack Lucas <jflos@sonoris.net>
1 file changed
tree: 9659a0294961cba4eb346026d06d8d50070fb66e
  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-lib.sh
  18. mvn-phase-script.sh
  19. pom.xml
  20. README.md
  21. requirements.txt
  22. setup.py
  23. tox.ini
  24. 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 >