fix build issue

Change-Id: I50ee1ce094907b280e94bebb4788d91162aa5bb8
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-650
1 file changed
tree: 2126eecc4feb14bb3cbd6e17cb93b9506ce1c183
  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 >