dcae INFO.yaml update

Project maturity
Committer changes

Change-Id: I8e2686983b2a241475c1c43602f9943a77fc8037
Issue-ID: DCAEGEN2-2425
Signed-off-by: vv770d <vv770d@att.com>
1 file changed
tree: 3b2e66cbb84b463113e597345538651a08d0e5f7
  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 >