changed docker port fwd to udp

Change-Id: I5614f95e52712e544b29746756bc25b95661f94b
Issue-ID: DCAEGEN2-271
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2 files changed
tree: d8deb7079ba9c3466f1a20bd6088a62f4ecc0f50
  1. bin/
  2. data/
  3. data-formats/
  4. etc/
  5. logs/
  6. spec/
  7. tests/
  8. .gitreview
  9. Dockerfile
  10. LICENSE.txt
  11. mvn-phase-lib.sh
  12. mvn-phase-script.sh
  13. pom.xml
  14. README.md
  15. requirements.txt
  16. setup.py
  17. 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 >