Remove SerializationUtils in sal-distributed-datastore
[controller.git] / opendaylight / config / config-netty-config / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9
10  NOTE: This file is deprecated as wiring is now done via blueprint. This file is kept for
11        backwards compatibility. Runtime modifications are not honored.
12 -->
13 <snapshot>
14     <required-capabilities>
15         <capability>urn:opendaylight:params:xml:ns:yang:controller:netty?module=netty&amp;revision=2013-11-19</capability>
16         <capability>urn:opendaylight:params:xml:ns:yang:controller:netty:eventexecutor?module=netty-event-executor&amp;revision=2013-11-12</capability>
17         <capability>urn:opendaylight:params:xml:ns:yang:controller:netty:threadgroup?module=threadgroup&amp;revision=2013-11-07</capability>
18         <capability>urn:opendaylight:params:xml:ns:yang:controller:netty:timer?module=netty-timer&amp;revision=2013-11-19</capability>
19     </required-capabilities>
20     <configuration>
21
22         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
23             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
24                 <module>
25                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty:threadgroup">netty:netty-threadgroup-fixed</type>
26                     <name>global-boss-group</name>
27                 </module>
28                 <module>
29                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty:threadgroup">netty:netty-threadgroup-fixed</type>
30                     <name>global-worker-group</name>
31                 </module>
32                 <module>
33                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty:timer">netty:netty-hashed-wheel-timer</type>
34                     <name>global-timer</name>
35                 </module>
36                 <module>
37                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty:eventexecutor">netty:netty-global-event-executor</type>
38                     <name>singleton</name>
39                 </module>
40             </modules>
41
42             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
43                 <service>
44                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-threadgroup</type>
45                     <instance>
46                         <name>global-boss-group</name>
47                         <provider>/modules/module[type='netty-threadgroup-fixed'][name='global-boss-group']</provider>
48                     </instance>
49                     <instance>
50                         <name>global-worker-group</name>
51                         <provider>/modules/module[type='netty-threadgroup-fixed'][name='global-worker-group']</provider>
52                     </instance>
53                 </service>
54                 <service>
55                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-event-executor</type>
56                     <instance>
57                         <name>global-event-executor</name>
58                         <provider>/modules/module[type='netty-global-event-executor'][name='singleton']</provider>
59                     </instance>
60                 </service>
61                 <service>
62                     <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-timer</type>
63                     <instance>
64                         <name>global-timer</name>
65                         <provider>/modules/module[type='netty-hashed-wheel-timer'][name='global-timer']</provider>
66                     </instance>
67                 </service>
68             </services>
69         </data>
70
71     </configuration>
72 </snapshot>