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/default-config.xml | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 vpp-common/naming-context-impl/src/main/config/default-config.xml (limited to 'vpp-common/naming-context-impl/src/main/config/default-config.xml') diff --git a/vpp-common/naming-context-impl/src/main/config/default-config.xml b/vpp-common/naming-context-impl/src/main/config/default-config.xml new file mode 100644 index 000000000..585375844 --- /dev/null +++ b/vpp-common/naming-context-impl/src/main/config/default-config.xml @@ -0,0 +1,62 @@ + + + + + + urn:opendaylight:params:xml:ns:yang:context:impl?module=context-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:jvpp:cfg?module=vpp-jvpp-cfg&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:context-reader + context-reader + + binding:binding-async-data-broker + honeycomb-context-binding-data-broker + + + + prefix:delegating-reader-registry + read-registry + + prefix:honeycomb-reader-factory + context-reader + + + + + + + + prefix:honeycomb-reader-factory + + context-reader + /modules/module[type='context-reader'][name='context-reader'] + + + + + + + -- cgit 1.2.3-korg