From 0e517a26e69ff3d1b04ba19c4539cb8dee60b097 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Sat, 9 Apr 2016 16:22:06 +0200 Subject: HONEYCOMB-33: Add notification service to Hc Implement VPP interface notification translator as part of v3po2vpp plugin Change-Id: I69cfad9668ae9e4d79ed30bb8d54d294faa4c54a Signed-off-by: Maros Marsalek --- v3po/v3po2vpp/src/main/config/default-config.xml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'v3po/v3po2vpp/src/main/config/default-config.xml') diff --git a/v3po/v3po2vpp/src/main/config/default-config.xml b/v3po/v3po2vpp/src/main/config/default-config.xml index 19226d4fc..1ee177553 100644 --- a/v3po/v3po2vpp/src/main/config/default-config.xml +++ b/v3po/v3po2vpp/src/main/config/default-config.xml @@ -26,6 +26,7 @@ urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:scheduled?module=threadpool-impl-scheduled&revision=2013-12-01 + urn:honeycomb:params:xml:ns:yang:notification:impl?module=notification-impl&revision=2016-06-01 @@ -65,6 +66,35 @@ global-netconf-ssh-scheduled-executor + + + + prefix:vpp-interface-notification-producer + vpp-interface-notification-producer + + prefix:vpp-jvpp + vpp-jvpp + + + prefix:naming-context + interface-context + + + prefix:honeycomb-mapping-context + realtime-mapping-context + + + + + prefix:honeycomb-notification-manager + honeycomb-notification-manager + + prefix:honeycomb-notification-producer + vpp-interface-notification-producer + + + + prefix:interfaces-state-honeycomb-reader interfaces-state-honeycomb-reader @@ -156,6 +186,13 @@ /modules/module[type='interfaces-state-honeycomb-reader'][name='interfaces-state-honeycomb-reader'] + + prefix:honeycomb-notification-producer + + vpp-interface-notification-producer + /modules/module[type='vpp-interface-notification-producer'][name='vpp-interface-notification-producer'] + + prefix:naming-context -- cgit 1.2.3-korg