Add blueprint for restapicallnode 89/47689/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Tue, 15 May 2018 19:40:54 +0000 (15:40 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Tue, 15 May 2018 19:40:54 +0000 (15:40 -0400)
Restapicallnode was using spring-dm to advertise itself in
Amsterdam.  This no longer is supported in Karaf 4 (Nitrogen) so
need to use Aries Blueprint.

Change-Id: Id78811a5c8c443bcdc8c906e33e57660560ef586
Issue-ID: CCSDK-277
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
restapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/restapi-call-node-blueprint.xml [new file with mode: 0755]

diff --git a/restapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/restapi-call-node-blueprint.xml b/restapi-call-node/provider/src/main/resources/org/opendaylight/blueprint/restapi-call-node-blueprint.xml
new file mode 100755 (executable)
index 0000000..390bb0a
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
+           xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
+           odl:use-default-for-reference-types="true">
+
+    <bean id="restapiCallNodeProvider" class="org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode" />
+
+
+
+    <service ref="restapiCallNodeProvider">
+        <interfaces>
+            <value>org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode</value>
+        </interfaces>
+    </service>
+
+</blueprint>
\ No newline at end of file