RA: New criteria for querying allocated resources

Change-Id: Ia3a4b162ea4eca51ba7c500ad5daaa3865e26314
Issue-ID: CCSDK-620
Signed-off-by: Stan Bonev <sb5356@att.com>
12 files changed
tree: 4be77c4c3dc78af670a637c523908a988093e77c
  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".