commit | 8881ebb497e9f35e5ea9d19923fd926db56e8f12 | [log] [tgz] |
---|---|---|
author | Ryan Goulding <ryandgoulding@gmail.com> | Thu Sep 07 12:10:08 2017 -0400 |
committer | Ryan Goulding <ryandgoulding@gmail.com> | Thu Sep 07 14:26:03 2017 -0400 |
tree | fbf0998d26cd0d6b159e60c699476428387259e3 | |
parent | 6ece0d9a4466984c4f03852336bae09a7cd1dc8d [diff] |
Fix SDNC service registration This change converts AsdcApiProvider and AsdcApiSliClient to utilize Aries Blueprint for service instantiation instead of the ODL Config Subsystem. Change-Id: I5eaebe4c6e5b33fc8beb20b2cfe9acb6e8b6d808 Issue-Id: SDNC-54 Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. 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".