GENERIC-RESOURCE-API.yang update for SOTN

yang changes for SOTN Reoptimization

Change-Id: I3a1f4c575922287b1330352b8a8e21e914dd1eee
Issue-ID: SDNC-357
Signed-off-by: Prakash.E <prakash.e@huawei.com>
1 file changed
tree: fe45077f9a4af815ab19fb106c5f6c0cd01d49e8
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. ueb-listener/
  7. vnfapi/
  8. vnftools/
  9. .gitignore
  10. .gitreview
  11. .scanignore
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".