Rework property file load logic for grpc & netbox

We first try to load from the filesystem properties folder,
if not found, then we load from the bundle itself.

Change-Id: Ib4b422b1fe18f80b2f2258f96f3739d25bd756c9
Issue-ID: CCSDK-1038
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
7 files changed
tree: 3edf0984b5478a491c57b5d3583d0717db89a629
  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".