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 --- infra/impl/src/main/config/default-config.xml | 253 ++++++++++++++++++++++++++ 1 file changed, 253 insertions(+) create mode 100644 infra/impl/src/main/config/default-config.xml (limited to 'infra/impl/src/main/config/default-config.xml') diff --git a/infra/impl/src/main/config/default-config.xml b/infra/impl/src/main/config/default-config.xml new file mode 100644 index 000000000..c817a5db3 --- /dev/null +++ b/infra/impl/src/main/config/default-config.xml @@ -0,0 +1,253 @@ + + + + + + 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: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:delegating-reader-registry + read-registry + + + prefix:delegating-writer-registry + write-registry + + + + + prefix:inmemory-data-tree + inmemory-config-data-tree + + dom:schema-service + yang-schema-service + + config + + + + + 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-persisted-config-data-tree + + + + prefix:binding-dom-mapping-service + runtime-mapping-singleton + + + prefix:honeycomb-writer-registry-builder + write-registry-builder + + + binding:binding-async-data-broker + honeycomb-context-binding-data-broker + + + + + + prefix:honeycomb-operational-data-tree + operational-data-tree + + dom:schema-service + yang-schema-service + + + prefix:binding-dom-mapping-service + runtime-mapping-singleton + + + prefix:honeycomb-reader-registry + read-registry + + + binding:binding-async-data-broker + honeycomb-context-binding-data-broker + + + + + + prefix:honeycomb-dom-data-broker + honeycomb-dom-data-broker + + prefix:honeycomb-modifiable-data-tree + config-data-tree + + + prefix:honeycomb-readable-data-tree + operational-data-tree + + + + + + prefix:binding-forwarded-data-broker + honeycomb-binding-data-broker + + + + dom:dom-async-data-broker + honeycomb-dom-data-broker + + + dom:schema-service + yang-schema-service + + + binding:binding-dom-mapping-service + runtime-mapping-singleton + + + + + + prefix:v3po + v3po-default + + prefix:dom-broker-osgi-registry + dom-broker + + + prefix:dom-async-data-broker + honeycomb-dom-data-broker + + + prefix:dom-notification-service + honeycomb-dom-notification-service + + + + + + + + dom:dom-async-data-broker + + honeycomb-dom-data-broker + /modules/module[type='honeycomb-dom-data-broker'][name='honeycomb-dom-data-broker'] + + + + + binding:binding-async-data-broker + + honeycomb-binding-data-broker + /modules/module[type='binding-forwarded-data-broker'][name='honeycomb-binding-data-broker'] + + + + + prefix:honeycomb-reader-registry + + read-registry + /modules/module[type='delegating-reader-registry'][name='read-registry'] + + + + prefix:honeycomb-writer-registry + + write-registry + /modules/module[type='delegating-writer-registry'][name='write-registry'] + + + + prefix:honeycomb-writer-registry-builder + + write-registry-builder + /modules/module[type='delegating-writer-registry'][name='write-registry'] + + + + + prefix:data-tree + + inmemory-config-data-tree + /modules/module[type='inmemory-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'] + + + + + + prefix:honeycomb-modifiable-data-tree + + config-data-tree + /modules/module[type='honeycomb-config-data-tree'][name='config-data-tree'] + + + + + prefix:honeycomb-readable-data-tree + + operational-data-tree + /modules/module[type='honeycomb-operational-data-tree'][name='operational-data-tree'] + + + + + + dom:dom-broker-osgi-registry + + + vpp-dom-broker + /modules/module[type='v3po'][name='v3po-default'] + + + + + + + -- cgit 1.2.3-korg