From f7cc6a1daa39f583494dc0a71b89e1a1317a0a2b Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Wed, 3 Feb 2021 14:43:58 +0100 Subject: Migrate websocketmanager and netconfnode-state-service Migrate websocketmanager and netconfnode-state-service to Aluminium Issue-ID: CCSDK-3131 Signed-off-by: Ravi Pendurty Change-Id: If82aa071b8187f6cbd02f187d93b61a15463d718 Signed-off-by: Ravi Pendurty --- .../provider/src/main/resources/example.json | 16 +++++++++++++ .../org/opendaylight/blueprint/impl-blueprint.xml | 26 ++++++++++++++-------- .../provider/src/main/resources/sample.json | 20 +++++++++++++++++ 3 files changed, 53 insertions(+), 9 deletions(-) create mode 100644 sdnr/wt/netconfnode-state-service/provider/src/main/resources/example.json create mode 100644 sdnr/wt/netconfnode-state-service/provider/src/main/resources/sample.json (limited to 'sdnr/wt/netconfnode-state-service/provider/src/main/resources') diff --git a/sdnr/wt/netconfnode-state-service/provider/src/main/resources/example.json b/sdnr/wt/netconfnode-state-service/provider/src/main/resources/example.json new file mode 100644 index 000000000..e37eb8d6f --- /dev/null +++ b/sdnr/wt/netconfnode-state-service/provider/src/main/resources/example.json @@ -0,0 +1,16 @@ +{ + "config:configuration": { + "config1": "test", + "config2": true, + "entry": [ + { + "setting": "set1", + "value": 1 + }, + { + "setting": "set1", + "value": 2 + } + ] + } +} \ No newline at end of file diff --git a/sdnr/wt/netconfnode-state-service/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/wt/netconfnode-state-service/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 72147364f..fbf36e5a0 100644 --- a/sdnr/wt/netconfnode-state-service/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/sdnr/wt/netconfnode-state-service/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -26,35 +26,43 @@ - + + interface="org.opendaylight.mdsal.binding.api.NotificationPublishService"/> + interface="org.opendaylight.mdsal.binding.api.MountPointService"/> + + + interface="org.opendaylight.mdsal.binding.api.RpcProviderService"/> + + + + + + + +