Release initial Oslo version

Release initial Oslo version based on OpenDaylight
Potassium

Issue-ID: SDNC-1846
Change-Id: I4024603c6c0cdb9100839c939faac59893f2c7b3
Signed-off-by: Dan Timoney <dtimoney@att.com>
30 files changed
tree: 524e9b9a48f3624c0fcf6c935ce1d61440ccdf5f
  1. features/
  2. generic-resource-api/
  3. optical-service/
  4. releases/
  5. vnftools/
  6. .gitignore
  7. .scanignore
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

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

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

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