Fix INFO.yaml files

Proper syntax for INFO.yaml requires the first
line to be "---" which was previously removed.
Re-adding this missing line.

Issue-ID: CIMAN-387
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ie4d2079e557313cef3672bdce8af794d38c06a1a
1 file changed
tree: a7483a1c1e7c8b938336de1757e8c08b47acfd81
  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 >