Fix SDNC service registration 81/10881/3
authorRyan Goulding <ryandgoulding@gmail.com>
Thu, 7 Sep 2017 16:10:08 +0000 (12:10 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 7 Sep 2017 18:26:03 +0000 (14:26 -0400)
commit8881ebb497e9f35e5ea9d19923fd926db56e8f12
treefbf0998d26cd0d6b159e60c699476428387259e3
parent6ece0d9a4466984c4f03852336bae09a7cd1dc8d
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>
13 files changed:
asdcApi/features/pom.xml
asdcApi/features/src/main/resources/features.xml
asdcApi/installer/src/assembly/assemble_mvnrepo_zip.xml
asdcApi/pom.xml
asdcApi/provider/pom.xml
asdcApi/provider/src/main/java/org/onap/ccsdk/sli/northbound/asdcapi/AsdcApiProvider.java
asdcApi/provider/src/main/java/org/onap/ccsdk/sli/northbound/asdcapi/AsdcApiSliClient.java
asdcApi/provider/src/main/java/org/opendaylight/yang/gen/v1/org/onap/ccsdk/sli/northbound/asdcapi/provider/impl/rev140523/AsdcApiProviderModule.java [deleted file]
asdcApi/provider/src/main/java/org/opendaylight/yang/gen/v1/org/onap/ccsdk/sli/northbound/asdcapi/provider/impl/rev140523/AsdcApiProviderModuleFactory.java [deleted file]
asdcApi/provider/src/main/resources/initial/asdcApi-provider.xml [deleted file]
asdcApi/provider/src/main/resources/org/opendaylight/blueprint/asdc-blueprint.xml [new file with mode: 0644]
asdcApi/provider/src/main/yang/asdcApi-provider-impl.yang [deleted file]
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncUebCallback.java