From 0fbc1362777869101c375006d6db423ec868924b Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Thu, 12 May 2016 16:05:46 +0200 Subject: HONEYCOMB-61: Config persister Add PersistingDataTree adapter for in memory config data tree Using JSON NormalizedNode writers from ODL Change-Id: Ida91fe6aa34aaeaedcd061ba1551afe49bbddbbb Signed-off-by: Maros Marsalek --- v3po/impl/src/main/config/default-config.xml | 40 ++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'v3po/impl') diff --git a/v3po/impl/src/main/config/default-config.xml b/v3po/impl/src/main/config/default-config.xml index f679521d1..ca09d6e0b 100644 --- a/v3po/impl/src/main/config/default-config.xml +++ b/v3po/impl/src/main/config/default-config.xml @@ -47,15 +47,37 @@ + + + prefix:persisting-data-tree-adapter + inmemory-persisted-config-data-tree + + prefix:data-tree + inmemory-config-data-tree + + + dom:schema-service + yang-schema-service + + etc/opendaylight/honeycomb/config.json + + prefix:honeycomb-config-data-tree config-data-tree + + + + + + prefix:data-tree - inmemory-config-data-tree + inmemory-persisted-config-data-tree + prefix:binding-dom-mapping-service runtime-mapping-singleton @@ -188,10 +210,19 @@ prefix:honeycomb-config-data-tree cfg-init-config-data-tree + + + + + + + + prefix:data-tree - inmemory-config-data-tree + inmemory-persisted-config-data-tree + prefix:binding-dom-mapping-service runtime-mapping-singleton @@ -310,6 +341,11 @@ /modules/module[type='inmemory-config-data-tree'][name='inmemory-config-data-tree'] + + inmemory-persisted-config-data-tree + /modules/module[type='persisting-data-tree-adapter'][name='inmemory-persisted-config-data-tree'] + + -- cgit 1.2.3-korg