R8 tag/path update

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