From 03575373024593fd1cac6812f0992152edde4d37 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 13 Oct 2017 12:07:01 -0400 Subject: Fix installation issues with generic-resource-api Updated generic-resource-api to use Aries blueprint to install and resolved issues preventing it from installing properly in karaf. Change-Id: Iaef8bdb7a9e6aaf149a8e8a0d847197cf3f704a9 Issue-ID: SDNC-109 Signed-off-by: Dan Timoney --- .../initial/generic-resource-api-provider.xml | 51 ---------------------- .../blueprint/generic-resource-api-blueprint.xml | 34 +++++++++++++++ 2 files changed, 34 insertions(+), 51 deletions(-) delete mode 100644 generic-resource-api/provider/src/main/resources/initial/generic-resource-api-provider.xml create mode 100644 generic-resource-api/provider/src/main/resources/org/opendaylight/blueprint/generic-resource-api-blueprint.xml (limited to 'generic-resource-api/provider/src/main/resources') diff --git a/generic-resource-api/provider/src/main/resources/initial/generic-resource-api-provider.xml b/generic-resource-api/provider/src/main/resources/initial/generic-resource-api-provider.xml deleted file mode 100644 index a9d3e639..00000000 --- a/generic-resource-api/provider/src/main/resources/initial/generic-resource-api-provider.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - prefix:GENERIC-RESOURCE-API-provider-impl - - GENERIC-RESOURCE-API-provider-impl - - - - binding:binding-rpc-registry - binding-rpc-broker - - - - binding:binding-async-data-broker - binding-data-broker - - - - - binding:binding-new-notification-publish-service - - binding-notification-broker - - - - - - - - - - - org:onap:sdnc:northbound:GENERIC-RESOURCE-API:provider:impl?module=GENERIC-RESOURCE-API-provider-impl&revision=2017-08-24 - - - diff --git a/generic-resource-api/provider/src/main/resources/org/opendaylight/blueprint/generic-resource-api-blueprint.xml b/generic-resource-api/provider/src/main/resources/org/opendaylight/blueprint/generic-resource-api-blueprint.xml new file mode 100644 index 00000000..80d35574 --- /dev/null +++ b/generic-resource-api/provider/src/main/resources/org/opendaylight/blueprint/generic-resource-api-blueprint.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg