ASDC lib version updates and 2 bug fixes

Changes made:
Added remove dots to normalized VF name in SdncVFModel.insertVFModuleData.
Fixed path to use_ipv4 and use_ipv6 in SdncNodeModel.

Issue-ID: CCSDK-1424
Change-Id: Ib60fb652ee695025a6b505b750667c9c8ff1ab2d
Signed-off-by: lalena.aria <lalena.aria@att.com>
2 files changed
tree: ec95f4d092c32a35f28209b631216941e36a9b2b
  1. artifacts/
  2. asdcApi/
  3. daexim-offsite-backup/
  4. dataChange/
  5. dmaap-listener/
  6. features/
  7. lcm/
  8. releases/
  9. ueb-listener/
  10. .gitignore
  11. INFO.yaml
  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".