From 4318ad160fa6ee1d75c395f4409e209f5da36f53 Mon Sep 17 00:00:00 2001 From: "Arun S. Yerra" Date: Mon, 11 Sep 2017 18:57:40 -0700 Subject: Implement framework to process REST notifications Global SDNC controller needs information about network Devices (mostly PNFs) so as to instantiate/configure service. Domain Controllers control/manage the network devices within the fabric. This task is to implement RESTCONF notification processing framework, so that Global SDNC controller can process notifications from Domain controllers. Change-Id: Ia5edb5006ac3fd4ec71e55f92a05e79e40ce76d2 Issue-Id: CCSDK-88 Signed-off-by: Arun S. Yerra --- .../opendaylight/blueprint/fabricdiscoveryplugin-blueprint.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 fabric-discovery-plugin/provider/src/main/resources/org/opendaylight/blueprint/fabricdiscoveryplugin-blueprint.xml (limited to 'fabric-discovery-plugin/provider/src/main/resources/org/opendaylight') diff --git a/fabric-discovery-plugin/provider/src/main/resources/org/opendaylight/blueprint/fabricdiscoveryplugin-blueprint.xml b/fabric-discovery-plugin/provider/src/main/resources/org/opendaylight/blueprint/fabricdiscoveryplugin-blueprint.xml new file mode 100644 index 00000000..43137bb8 --- /dev/null +++ b/fabric-discovery-plugin/provider/src/main/resources/org/opendaylight/blueprint/fabricdiscoveryplugin-blueprint.xml @@ -0,0 +1,10 @@ + + + + + + + + -- cgit 1.2.3-korg