commit | 61c1a1a01ea2ff6a272d3a73c2b3a06d7b31bedf | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Wed Sep 20 11:40:05 2017 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Sep 20 11:40:05 2017 -0400 |
tree | a669f9f02748d5650b1004696ccedeaff769dd90 | |
parent | 21f270ed6b604b35d7dcbff8de11c547e1afefaf [diff] |
Fix dblib properties Added missing property in dblib.properties to specify mariadb JDBC connector. Also, fixed bug in install that was preventing DGs from being added. Change-Id: Ife7df2b7565bbcaf98c9d816158224b4b4a77189 Issue-ID: SDNC-88 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 43405c2830e03529e9ce17c28a9e302e6fdf69ea
This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:
To compile this code:
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.
To compile, run "mvn clean install".