Remove netconf from commons/opendaylight pom
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / getConfig_reply_unfiltered.xml
1 <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-2">
2   <data>
3     <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
4       <module>
5         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:toaster-provider:impl">
6           prefix:toaster-provider-impl
7         </type>
8         <name>toaster-provider-impl</name>
9         <notification-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:toaster-provider:impl">
10           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
11             prefix:binding-notification-service
12           </type>
13           <name>binding-notification-broker</name>
14         </notification-service>
15         <rpc-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:toaster-provider:impl">
16           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
17             prefix:binding-rpc-registry
18           </type>
19           <name>binding-rpc-broker</name>
20         </rpc-registry>
21         <data-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:toaster-provider:impl">
22           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
23             prefix:binding-data-broker
24           </type>
25           <name>binding-data-broker</name>
26         </data-broker>
27       </module>
28       <module>
29         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
30           prefix:sal-netconf-connector
31         </type>
32         <name>controller-config</name>
33         <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">1830</port>
34         <connection-timeout-millis xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
35           20000
36         </connection-timeout-millis>
37         <between-attempts-timeout-millis
38                 xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">2000
39         </between-attempts-timeout-millis>
40         <sleep-factor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">1.5</sleep-factor>
41         <password xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">admin</password>
42         <dom-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
43           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">
44             prefix:dom-broker-osgi-registry
45           </type>
46           <name>dom-broker</name>
47         </dom-registry>
48         <client-dispatcher xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
49           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:netconf">
50             prefix:netconf-client-dispatcher
51           </type>
52           <name>global-netconf-dispatcher</name>
53         </client-dispatcher>
54         <username xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">admin</username>
55         <address xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">127.0.0.1</address>
56         <processing-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
57           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:threadpool</type>
58           <name>global-netconf-processing-executor</name>
59         </processing-executor>
60         <tcp-only xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">false</tcp-only>
61         <binding-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
62           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
63             prefix:binding-broker-osgi-registry
64           </type>
65           <name>binding-osgi-broker</name>
66         </binding-registry>
67         <max-connection-attempts xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">0
68         </max-connection-attempts>
69         <event-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
70           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-event-executor</type>
71           <name>global-event-executor</name>
72         </event-executor>
73       </module>
74       <module>
75         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:netconf:client:dispatcher">
76           prefix:netconf-client-dispatcher
77         </type>
78         <name>global-netconf-dispatcher</name>
79         <worker-thread-group xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:netconf:client:dispatcher">
80           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-threadgroup</type>
81           <name>global-worker-group</name>
82         </worker-thread-group>
83         <timer xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:netconf:client:dispatcher">
84           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-timer</type>
85           <name>global-timer</name>
86         </timer>
87         <boss-thread-group xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:netconf:client:dispatcher">
88           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-threadgroup</type>
89           <name>global-boss-group</name>
90         </boss-thread-group>
91       </module>
92       <module>
93         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:logback:config">prefix:logback</type>
94         <name>singleton</name>
95         <console-appenders xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
96           <threshold-filter>ERROR</threshold-filter>
97           <name>STDOUT</name>
98           <encoder-pattern>%date{"yyyy-MM-dd HH:mm:ss.SSS z"} [%thread] %-5level %logger{36} - %msg%n</encoder-pattern>
99         </console-appenders>
100         <file-appenders xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
101           <append>true</append>
102           <file-name>logs/audit.log</file-name>
103           <name>audit-file</name>
104           <encoder-pattern>%date{"yyyy-MM-dd HH:mm:ss.SSS z"} %msg %n</encoder-pattern>
105         </file-appenders>
106         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
107           <level>WARN</level>
108           <logger-name>org.opendaylight.controller.logging.bridge</logger-name>
109         </loggers>
110         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
111           <level>INFO</level>
112           <logger-name>audit</logger-name>
113           <appenders>audit-file</appenders>
114         </loggers>
115         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
116           <level>ERROR</level>
117           <logger-name>ROOT</logger-name>
118           <appenders>STDOUT</appenders>
119           <appenders>opendaylight.log</appenders>
120         </loggers>
121         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
122           <level>INFO</level>
123           <logger-name>org.opendaylight</logger-name>
124         </loggers>
125         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
126           <level>INFO</level>
127           <logger-name>org.opendaylight.yangtools.yang.parser.util.ModuleDependencySort</logger-name>
128           <appenders>opendaylight.log</appenders>
129         </loggers>
130         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
131           <level>TRACE</level>
132           <logger-name>org.opendaylight.controller.netconf</logger-name>
133         </loggers>
134         <loggers xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
135           <level>WARN</level>
136           <logger-name>io.netty</logger-name>
137         </loggers>
138         <rolling-appenders xmlns="urn:opendaylight:params:xml:ns:yang:controller:logback:config">
139           <append>true</append>
140           <max-file-size>10MB</max-file-size>
141           <file-name>logs/opendaylight.log</file-name>
142           <name>opendaylight.log</name>
143           <file-name-pattern>logs/opendaylight.%d.log.zip</file-name-pattern>
144           <encoder-pattern>%date{"yyyy-MM-dd HH:mm:ss.SSS z"} [%thread] %-5level %logger{35} - %msg%n</encoder-pattern>
145           <clean-history-on-start>false</clean-history-on-start>
146           <max-history>1</max-history>
147           <rolling-policy-type>TimeBasedRollingPolicy</rolling-policy-type>
148         </rolling-appenders>
149       </module>
150       <module>
151         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:shutdown:impl">prefix:shutdown</type>
152         <name>shutdown</name>
153         <secret xmlns="urn:opendaylight:params:xml:ns:yang:controller:shutdown:impl"/>
154       </module>
155       <module>
156         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty:timer">
157           prefix:netty-hashed-wheel-timer
158         </type>
159         <name>global-timer</name>
160       </module>
161       <module>
162         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty:threadgroup">
163           prefix:netty-threadgroup-fixed
164         </type>
165         <name>global-boss-group</name>
166       </module>
167       <module>
168         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty:threadgroup">
169           prefix:netty-threadgroup-fixed
170         </type>
171         <name>global-worker-group</name>
172       </module>
173       <module>
174         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
175           prefix:schema-service-singleton
176         </type>
177         <name>yang-schema-service</name>
178       </module>
179       <module>
180         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:dom-broker-impl
181         </type>
182         <name>inmemory-dom-broker</name>
183         <async-data-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
184           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">prefix:dom-async-data-broker
185           </type>
186           <name>inmemory-data-broker</name>
187         </async-data-broker>
188       </module>
189       <module>
190         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
191           prefix:dom-inmemory-data-broker
192         </type>
193         <name>inmemory-data-broker</name>
194         <schema-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
195           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">prefix:schema-service</type>
196           <name>yang-schema-service</name>
197         </schema-service>
198       </module>
199       <module>
200         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible">
201           prefix:threadpool-flexible
202         </type>
203         <name>global-netconf-processing-executor</name>
204         <threadFactory xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible">
205           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:threadfactory</type>
206           <name>global-netconf-processing-executor-threadfactory</name>
207         </threadFactory>
208         <minThreadCount xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible">1
209         </minThreadCount>
210         <max-thread-count xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible">4
211         </max-thread-count>
212         <keepAliveMillis xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl:flexible">600000
213         </keepAliveMillis>
214       </module>
215       <module>
216         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty:eventexecutor">
217           prefix:netty-global-event-executor
218         </type>
219         <name>singleton</name>
220       </module>
221       <module>
222         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
223           prefix:binding-broker-impl
224         </type>
225         <name>binding-broker-impl</name>
226         <notification-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
227           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
228             prefix:binding-notification-service
229           </type>
230           <name>binding-notification-broker</name>
231         </notification-service>
232         <data-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
233           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
234             prefix:binding-data-broker
235           </type>
236           <name>binding-data-broker</name>
237         </data-broker>
238       </module>
239       <module>
240         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
241           prefix:runtime-generated-mapping
242         </type>
243         <name>runtime-mapping-singleton</name>
244       </module>
245       <module>
246         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
247           prefix:binding-notification-broker
248         </type>
249         <name>binding-notification-broker</name>
250       </module>
251       <module>
252         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
253           prefix:binding-data-compatible-broker
254         </type>
255         <name>inmemory-binding-data-broker</name>
256         <dom-async-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
257           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">
258             prefix:dom-broker-osgi-registry
259           </type>
260           <name>dom-broker</name>
261         </dom-async-broker>
262         <binding-mapping-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
263           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
264             prefix:binding-dom-mapping-service
265           </type>
266           <name>runtime-mapping-singleton</name>
267         </binding-mapping-service>
268       </module>
269       <module>
270         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
271           prefix:threadfactory-naming
272         </type>
273         <name>global-netconf-processing-executor-threadfactory</name>
274         <name-prefix xmlns="urn:opendaylight:params:xml:ns:yang:controller:threadpool:impl">
275           remote-connector-processing-executor
276         </name-prefix>
277       </module>
278       <module>
279         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:kitchen-service:impl">
280           prefix:kitchen-service-impl
281         </type>
282         <name>kitchen-service-impl</name>
283         <notification-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:kitchen-service:impl">
284           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
285             prefix:binding-notification-service
286           </type>
287           <name>binding-notification-broker</name>
288         </notification-service>
289         <rpc-registry xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:kitchen-service:impl">
290           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
291             prefix:binding-rpc-registry
292           </type>
293           <name>binding-rpc-broker</name>
294         </rpc-registry>
295       </module>
296       <module>
297         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote:rpc">
298           prefix:remote-zeromq-rpc-server
299         </type>
300         <name>remoter</name>
301         <port xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote:rpc">5666</port>
302         <dom-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote:rpc">
303           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">
304             prefix:dom-broker-osgi-registry
305           </type>
306           <name>dom-broker</name>
307         </dom-broker>
308       </module>
309     </modules>
310     <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
311       <service>
312         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">prefix:schema-service</type>
313         <instance>
314           <name>yang-schema-service</name>
315           <provider>/modules/module[type='schema-service-singleton'][name='yang-schema-service']</provider>
316         </instance>
317       </service>
318       <service>
319         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">prefix:dom-broker-osgi-registry
320         </type>
321         <instance>
322           <name>dom-broker</name>
323           <provider>/modules/module[type='dom-broker-impl'][name='inmemory-dom-broker']</provider>
324         </instance>
325       </service>
326       <service>
327         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">prefix:dom-async-data-broker
328         </type>
329         <instance>
330           <name>inmemory-data-broker</name>
331           <provider>/modules/module[type='dom-inmemory-data-broker'][name='inmemory-data-broker']</provider>
332         </instance>
333       </service>
334       <service>
335         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:threadpool</type>
336         <instance>
337           <name>global-netconf-processing-executor</name>
338           <provider>/modules/module[type='threadpool-flexible'][name='global-netconf-processing-executor']</provider>
339         </instance>
340       </service>
341       <service>
342         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:threadfactory</type>
343         <instance>
344           <name>global-netconf-processing-executor-threadfactory</name>
345           <provider>
346             /modules/module[type='threadfactory-naming'][name='global-netconf-processing-executor-threadfactory']
347           </provider>
348         </instance>
349       </service>
350       <service>
351         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
352           prefix:binding-dom-mapping-service
353         </type>
354         <instance>
355           <name>runtime-mapping-singleton</name>
356           <provider>/modules/module[type='runtime-generated-mapping'][name='runtime-mapping-singleton']</provider>
357         </instance>
358       </service>
359       <service>
360         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-timer</type>
361         <instance>
362           <name>global-timer</name>
363           <provider>/modules/module[type='netty-hashed-wheel-timer'][name='global-timer']</provider>
364         </instance>
365       </service>
366       <service>
367         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-threadgroup</type>
368         <instance>
369           <name>global-boss-group</name>
370           <provider>/modules/module[type='netty-threadgroup-fixed'][name='global-boss-group']</provider>
371         </instance>
372         <instance>
373           <name>global-worker-group</name>
374           <provider>/modules/module[type='netty-threadgroup-fixed'][name='global-worker-group']</provider>
375         </instance>
376       </service>
377       <service>
378         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netty">prefix:netty-event-executor</type>
379         <instance>
380           <name>global-event-executor</name>
381           <provider>/modules/module[type='netty-global-event-executor'][name='singleton']</provider>
382         </instance>
383       </service>
384       <service>
385         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">prefix:binding-rpc-registry
386         </type>
387         <instance>
388           <name>binding-rpc-broker</name>
389           <provider>/modules/module[type='binding-broker-impl'][name='binding-broker-impl']</provider>
390         </instance>
391       </service>
392       <service>
393         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
394           prefix:binding-notification-service
395         </type>
396         <instance>
397           <name>binding-notification-broker</name>
398           <provider>/modules/module[type='binding-notification-broker'][name='binding-notification-broker']</provider>
399         </instance>
400       </service>
401       <service>
402         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
403           prefix:binding-broker-osgi-registry
404         </type>
405         <instance>
406           <name>binding-osgi-broker</name>
407           <provider>/modules/module[type='binding-broker-impl'][name='binding-broker-impl']</provider>
408         </instance>
409       </service>
410       <service>
411         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">prefix:binding-data-broker
412         </type>
413         <instance>
414           <name>binding-data-broker</name>
415           <provider>/modules/module[type='binding-data-compatible-broker'][name='inmemory-binding-data-broker']
416           </provider>
417         </instance>
418       </service>
419       <service>
420         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:kitchen-service:impl">
421           prefix:kitchen-service
422         </type>
423         <instance>
424           <name>kitchen-service</name>
425           <provider>/modules/module[type='kitchen-service-impl'][name='kitchen-service-impl']</provider>
426         </instance>
427       </service>
428       <service>
429         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:config:netconf">
430           prefix:netconf-client-dispatcher
431         </type>
432         <instance>
433           <name>global-netconf-dispatcher</name>
434           <provider>/modules/module[type='netconf-client-dispatcher'][name='global-netconf-dispatcher']</provider>
435         </instance>
436       </service>
437     </services>
438   </data>
439 </rpc-reply>