sonarcloud support

Change-Id: I289196c0dc934ec6f01a9cf632495fedac0b5da3
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065
1 file changed
tree: 7469f28d1a40b175a0e672aee910667a26c27332
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. snmptrap/
  6. spec/
  7. tests/
  8. tmp/
  9. .gitreview
  10. coverage.xml
  11. Dockerfile
  12. INFO.yaml
  13. LICENSE.txt
  14. mvn-phase-script.sh
  15. pom.xml
  16. README.md
  17. requirements.txt
  18. setup.py
  19. tox.ini
  20. 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 >