GR-API Yang change and add async support

Add aggregate-route-policy to Yang and add support for VNF and VF Module async

Change-Id: I140986894a8ba24f547980bad34c79d9621f03c3
Issue-ID: SDNC-822
Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
3 files changed
tree: 6ebc2f63727e06aabb9355ea8ee41db8e833e9b9
  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. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. 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".