From 0578156b721fa01c8c645b8f9625ecebdb6449e4 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 27 Jul 2016 11:05:51 +0200 Subject: HONEYCOMB-130: Separate v3po plugin from HC infra Creating folders: - common/ - infra/ - v3po/ - vpp-common/ Change-Id: I2c39e1b17e39e7c0f0628f44aa5fe08563fa06e4 Signed-off-by: Maros Marsalek --- .../src/main/config/context-datatree-config.xml | 144 +++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 infra/impl/src/main/config/context-datatree-config.xml (limited to 'infra/impl/src/main/config/context-datatree-config.xml') diff --git a/infra/impl/src/main/config/context-datatree-config.xml b/infra/impl/src/main/config/context-datatree-config.xml new file mode 100644 index 000000000..313f0ebe6 --- /dev/null +++ b/infra/impl/src/main/config/context-datatree-config.xml @@ -0,0 +1,144 @@ + + + + + + + + urn:opendaylight:params:xml:ns:yang:v3po:impl?module=v3po-impl&revision=2014-12-10 + urn:honeycomb:params:xml:ns:yang:translate:utils?module=translate-utils&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 + + + + + + + + + + prefix:inmemory-data-tree + inmemory-context-data-tree + + dom:schema-service + yang-schema-service + + oper + + + + + prefix:persisting-data-tree-adapter + inmemory-persisted-context-data-tree + + prefix:data-tree + inmemory-context-data-tree + + + dom:schema-service + yang-schema-service + + etc/opendaylight/honeycomb/context.json + + + + + prefix:honeycomb-context-dom-data-broker + honeycomb-context-data-broker + + + prefix:data-tree + inmemory-persisted-context-data-tree + + + + + + prefix:binding-forwarded-data-broker + honeycomb-context-binding-data-broker + + + dom:dom-async-data-broker + honeycomb-context-data-broker + + + dom:schema-service + yang-schema-service + + + binding:binding-dom-mapping-service + runtime-mapping-singleton + + + + + + + prefix:realtime-mapping-context + realtime-mapping-context + + binding:binding-async-data-broker + honeycomb-context-binding-data-broker + + + + + + + prefix:data-tree + + inmemory-context-data-tree + /modules/module[type='inmemory-data-tree'][name='inmemory-context-data-tree'] + + + + inmemory-persisted-context-data-tree + /modules/module[type='persisting-data-tree-adapter'][name='inmemory-persisted-context-data-tree'] + + + + + + dom:dom-async-data-broker + + honeycomb-context-data-broker + /modules/module[type='honeycomb-context-dom-data-broker'][name='honeycomb-context-data-broker'] + + + + + binding:binding-async-data-broker + + honeycomb-context-binding-data-broker + /modules/module[type='binding-forwarded-data-broker'][name='honeycomb-context-binding-data-broker'] + + + + + prefix:honeycomb-mapping-context + + realtime-mapping-context + /modules/module[type='realtime-mapping-context'][name='realtime-mapping-context'] + + + + + + -- cgit 1.2.3-korg