Updating aai adapter to v16 model

Updated AAI XSD model to v14 to make new schema's available to SDNC.

Change-Id: I87030523747c21fcdb2f58ab9cab60124b7f9e25
Issue-ID: SDNC-764
Signed-off-by: Prakash.E <prakash.e@huawei.com>
26 files changed
tree: 1ae4ab071ec27f9cbea676348efb33e935b116eb
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. grpc-resource/
  6. mdsal-resource/
  7. message-router/
  8. netbox-client/
  9. resource-assignment/
  10. saltstack-adapter/
  11. sql-resource/
  12. .gitignore
  13. INFO.yaml
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. 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".