Fix SONAR reporting

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>
8 files changed
tree: 59932099581564428343acf23ed5e732ece7c339
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. snmptrap/
  6. spec/
  7. tests/
  8. .gitreview
  9. coverage.xml
  10. Dockerfile
  11. LICENSE.txt
  12. mvn-phase-script.sh
  13. pom.xml
  14. README.md
  15. requirements.txt
  16. setup.py
  17. tox.ini
  18. 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 >