- Adding the path for the newly introduced (i.e. in v21) network-route resource in aai-schema, to the properties file.
- Adding tunnel-termination-points and te-link-attributes back into aai schema.

Issue-ID: CCSDK-2393
Change-Id: I80d21463c509c8caf802cf5681abc3434d6cf34a
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
2 files changed
tree: c888d818ac9c9e1b7ed4b238d30fc0b11377ef2a
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. base/
  5. features/
  6. mdsal-resource/
  7. message-router/
  8. netbox-client/
  9. releases/
  10. resource-assignment/
  11. saltstack-adapter/
  12. sql-resource/
  13. .gitignore
  14. INFO.yaml
  15. LICENSE.txt
  16. pom.xml
  17. README.md
  18. 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".