Fix setup for pip 10.0.0

Issue-ID: DCAEGEN2-452
Change-Id: Id3f478bdbe260804d6b3c1ef530358122f66a78b
Signed-off-by: Lusheng Ji <lji@research.att.com>
2 files changed
tree: 3bf625c67f4a590427d588344d5711e722b55fa7
  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 >