dcae INFO.yaml update

Committer changes

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