commit | 04f147a8d14008b3031797faeb9b4abeb9b7d766 | [log] [tgz] |
---|---|---|
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Sep 08 10:47:25 2020 -0700 |
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | Tue Sep 08 10:47:25 2020 -0700 |
tree | a7483a1c1e7c8b938336de1757e8c08b47acfd81 | |
parent | df3c6b22d13274b9b8e144bf91a6b556698c2354 [diff] |
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
This is the repository for SNMP Trap Receiver for Open DCAE.
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
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 >