Updating aai adapter to v14 model

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

Change-Id: I9b282bd23e754e0b8ef39a3013f7240a869fae5f
Issue-ID: CCSDK-324
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
28 files changed
tree: c1ad5f9fc9a2e69979ec011a25099cfb90ae5089
  1. aai-service/
  2. ansible-adapter/
  3. features/
  4. mdsal-resource/
  5. netbox-client/
  6. resource-assignment/
  7. saltstack-adapter/
  8. sql-resource/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. 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".