Remove netbox.propeties as provided by OOM

Change-Id: I1e1a36a955c5b5ba4ba28d086141c6d3e7b0c7c0
Issue-ID: CCSDK-655
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
1 file changed
tree: 9aa7b32573fe5b2d28d10fa9e13f10427419ab36
  1. aai-service/
  2. ansible-adapter/
  3. features/
  4. mdsal-resource/
  5. netbox-client/
  6. resource-assignment/
  7. saltstack-adapter/
  8. sql-resource/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".