Merge "Notification Sub-DG with Restconf discovery node"

Former-commit-id: 5e86f460701a5ec2099ceaa2be3760b84b706f0c
tree: 50800f1f38b30e59d2c94933198b3aa7ed617d46
  1. admportal/
  2. configbackuprestore/
  3. docs/
  4. installation/
  5. platform-logic/
  6. SdncReports/
  7. .gitignore
  8. .gitreview
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

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".