From f19306a9263cb8dd8c10a4867633fbbe14db2e4c Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Mon, 16 May 2016 10:43:29 +0200 Subject: HONEYCOMB-61: Add context data tree For storing mapping related context necessary for the plugins Add naming context adapter to store naming contexts in the data tree + Enable persistence for context data tree Change-Id: I2ac531e80e71a48d313b065997d134da2ae7ee12 Signed-off-by: Maros Marsalek --- v3po/impl/src/main/config/default-config.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'v3po/impl/src/main/config/default-config.xml') diff --git a/v3po/impl/src/main/config/default-config.xml b/v3po/impl/src/main/config/default-config.xml index 61fe1c68d..89e1f7ce2 100644 --- a/v3po/impl/src/main/config/default-config.xml +++ b/v3po/impl/src/main/config/default-config.xml @@ -20,6 +20,7 @@ urn:honeycomb:params:xml:ns:yang:translate:utils?module=translate-utils&revision=2016-04-06 urn:honeycomb:params:xml:ns:yang:vpp:jvpp:cfg?module=vpp-jvpp-cfg&revision=2016-04-06 urn:honeycomb:params:xml:ns:yang:vpp:data:init?module=vpp-cfg-init&revision=2016-04-07 + urn:honeycomb:params:xml:ns:yang:data:api?module=data-api&revision=2016-04-11 urn:honeycomb:params:xml:ns:yang:data:impl?module=data-impl&revision=2016-04-11 urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&revision=2013-10-28 @@ -53,7 +54,7 @@ prefix:persisting-data-tree-adapter inmemory-persisted-config-data-tree - prefix:data-tree + prefix:data-tree inmemory-config-data-tree @@ -75,7 +76,7 @@ - prefix:data-tree + prefix:data-tree inmemory-persisted-config-data-tree @@ -220,7 +221,7 @@ - prefix:data-tree + prefix:data-tree inmemory-persisted-config-data-tree @@ -336,7 +337,7 @@ - prefix:data-tree + prefix:data-tree inmemory-config-data-tree /modules/module[type='inmemory-data-tree'][name='inmemory-config-data-tree'] -- cgit 1.2.3-korg