improved handling of indexed data

Changes made:
* improve handling of indexed data in sli-adaptors:aai-service update request
* added code to convert index based data to daat array based to better fit AAI UPDATE processing

Change-Id: Ic5b457f546a70c82278c4f2c6b126b77e8d27eae
Issue-ID: CCSDK-1013
Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
23 files changed
tree: 81aea3dde701ee10cdebda5e228ad5942a03354f
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. grpc-resource/
  6. mdsal-resource/
  7. netbox-client/
  8. resource-assignment/
  9. saltstack-adapter/
  10. sql-resource/
  11. .gitignore
  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 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".