commit | 19c5fcb7461d0e35896829daef13bfb9290bc4af | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Oct 25 09:04:40 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Oct 25 09:04:40 2017 -0400 |
tree | d072653cd455e5cc528e1a62a1ea1e2654c2e5fa | |
parent | 6f62f6514dd546a1a922b3a89abbd48920d0a2b2 [diff] |
Use dblib.properties for dblib service If dblib service cannot be resolved via OSGi, the fallback logic that creates a new instance of DBResourceManager should pass the contents of /opt/sdnc/data/properties/dblib.properties as properties to the DBResourceManager constructor instead of just passing System.getProperties(). Change-Id: Ia6ac8a4bb229026cabdf07463ca25619f923e3f3 Issue-ID: CCSDK-126 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
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.
To compile, run "mvn clean install".