Add filtering capability to config.ini in order to reference logging bridge version.
[controller.git] / opendaylight / config / config-persister-directory-adapter / src / test / resources / twoFilesExpected1 / expectedSnapshot.xml
1 <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
3         <module>
4             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:schema-service-singleton</type>
5             <name>yang-schema-service</name>
6         </module>
7         <module>
8             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:hash-map-data-store</type>
9             <name>hash-map-data-store</name>
10         </module>
11         <module>
12             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:dom-broker-impl</type>
13             <name>dom-broker</name>
14             <data-store xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
15                 <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-data-store</type>
16                 <name>ref_hash-map-data-store</name>
17             </data-store>
18         </module>
19         <module>
20             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-broker-impl</type>
21             <name>binding-broker-impl</name>
22             <notification-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
23                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
24                 <name>ref_binding-notification-broker</name>
25             </notification-service>
26             <data-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
27                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
28                 <name>ref_binding-data-broker</name>
29             </data-broker>
30         </module>
31         <module>
32             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:runtime-generated-mapping</type>
33             <name>runtime-mapping-singleton</name>
34         </module>
35         <module>
36             <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-notification-broker</type>
37             <name>binding-notification-broker</name>
38         </module>
39     </modules>
40     <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
41         <service>
42             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
43             <instance>
44                 <name>ref_yang-schema-service</name>
45                 <provider>/config/modules/module[name='schema-service-singleton']/instance[name='yang-schema-service']</provider>
46             </instance>
47         </service>
48         <service>
49             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
50             <instance>
51                 <name>ref_binding-notification-broker</name>
52                 <provider>/config/modules/module[name='binding-notification-broker']/instance[name='binding-notification-broker']</provider>
53             </instance>
54         </service>
55         <service>
56             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-data-store</type>
57             <instance>
58                 <name>ref_hash-map-data-store</name>
59                 <provider>/config/modules/module[name='hash-map-data-store']/instance[name='hash-map-data-store']</provider>
60             </instance>
61         </service>
62         <service>
63             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
64             <instance>
65                 <name>ref_binding-broker-impl</name>
66                 <provider>/config/modules/module[name='binding-broker-impl']/instance[name='binding-broker-impl']</provider>
67             </instance>
68         </service>
69         <service>
70             <type xmlns:binding-impl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding-impl:binding-dom-mapping-service</type>
71             <instance>
72                 <name>ref_runtime-mapping-singleton</name>
73                 <provider>/config/modules/module[name='runtime-generated-mapping']/instance[name='runtime-mapping-singleton']</provider>
74             </instance>
75         </service>
76         <service>
77             <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
78             <instance>
79                 <name>ref_dom-broker</name>
80                 <provider>/config/modules/module[name='dom-broker-impl']/instance[name='dom-broker']</provider>
81             </instance>
82         </service>
83     </services>
84 </data>