Merge "Remove dependency on Exificient due to licensing incompatibility"
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / initial / 01-md-sal.xml
1 <snapshot>
2
3     <configuration>
4     
5         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
6             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
7                 <module>
8                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:schema-service-singleton</type>
9                     <name>yang-schema-service</name>
10                 </module>
11                 <module>
12                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:hash-map-data-store</type>
13                     <name>hash-map-data-store</name>
14                 </module>
15                 <module>
16                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:cluster:store">prefix:dom-clustered-store-impl</type>
17                     <name>cluster-data-store</name>
18                 </module>
19                 <module>
20                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">prefix:dom-broker-impl</type>
21                     <name>dom-broker</name>
22                     <data-store xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl">
23                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-data-store</type>
24                         <!-- to switch to the clustered data store, comment out the hash-map-data-store <name> and uncomment the cluster-data-store one -->
25                         <name>hash-map-data-store</name>
26                         <!-- <name>cluster-data-store</name> -->
27                     </data-store>
28                 </module>
29                 <module>
30                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-broker-impl</type>
31                     <name>binding-broker-impl</name>
32                     <notification-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
33                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
34                         <name>binding-notification-broker</name>
35                     </notification-service>
36                     <data-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
37                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
38                         <name>binding-data-broker</name>
39                     </data-broker>
40                 </module>
41                 <module>
42                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:runtime-generated-mapping</type>
43                     <name>runtime-mapping-singleton</name>
44                 </module>
45                 <module>
46                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-notification-broker</type>
47                     <name>binding-notification-broker</name>
48                 </module>
49                 <module>
50                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">prefix:binding-data-broker</type>
51                     <name>binding-data-broker</name>
52                     <dom-broker xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
53                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
54                         <name>dom-broker</name>
55                     </dom-broker>
56                     <mapping-service xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
57                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding:binding-dom-mapping-service</type>
58                         <name>runtime-mapping-singleton</name>
59                     </mapping-service>
60                 </module>
61                 
62             </modules>
63             
64             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
65                         <service>
66                                 <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
67                                 <instance>
68                                         <name>yang-schema-service</name>
69                                         <provider>/modules/module[type='schema-service-singleton'][name='yang-schema-service']</provider>
70                                 </instance>
71                         </service>
72                         <service>
73                                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-notification-service</type>
74                                 <instance>
75                                         <name>binding-notification-broker</name>
76                                         <provider>/modules/module[type='binding-notification-broker'][name='binding-notification-broker']</provider>
77                                 </instance>
78                         </service>
79                         <service>
80                                 <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-data-store</type>
81                                 <instance>
82                                         <name>hash-map-data-store</name>
83                                         <provider>/modules/module[type='hash-map-data-store'][name='hash-map-data-store']</provider>
84                                 </instance>
85                                 <instance>
86                                         <name>cluster-data-store</name>
87                                         <provider>/modules/module[type='dom-clustered-store-impl'][name='cluster-data-store']</provider>
88                                 </instance>
89                         </service>
90                         <service>
91                                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
92                                 <instance>
93                                         <name>binding-osgi-broker</name>
94                                         <provider>/modules/module[type='binding-broker-impl'][name='binding-broker-impl']</provider>
95                                 </instance>
96                         </service>
97                         <service>
98                                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
99                                 <instance>
100                                         <name>binding-rpc-broker</name>
101                                         <provider>/modules/module[type='binding-broker-impl'][name='binding-broker-impl']</provider>
102                                 </instance>
103                         </service>
104                         <service>
105                                 <type xmlns:binding-impl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding-impl:binding-dom-mapping-service</type>
106                                 <instance>
107                                         <name>runtime-mapping-singleton</name>
108                                         <provider>/modules/module[type='runtime-generated-mapping'][name='runtime-mapping-singleton']</provider>
109                                 </instance>
110                         </service>
111                         <service>
112                         <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:dom-broker-osgi-registry</type>
113                                 <instance>
114                                         <name>dom-broker</name>
115                                         <provider>/modules/module[type='dom-broker-impl'][name='dom-broker']</provider>
116                                 </instance>
117                         </service>
118                         <service>
119                                 <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
120                                 <instance>
121                                         <name>binding-data-broker</name>
122                                         <provider>/modules/module[type='binding-data-broker'][name='binding-data-broker']</provider>
123                                 </instance>
124                         </service>
125
126             </services>
127         </data>
128
129     </configuration>
130     
131     <required-capabilities>
132         <capability>urn:opendaylight:params:xml:ns:yang:controller:netty:eventexecutor?module=netty-event-executor&amp;revision=2013-11-12</capability>
133         <capability>urn:opendaylight:params:xml:ns:yang:controller:threadpool?module=threadpool&amp;revision=2013-04-09</capability>
134         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
135         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom?module=opendaylight-md-sal-dom&amp;revision=2013-10-28</capability>
136         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl?module=opendaylight-sal-binding-broker-impl&amp;revision=2013-10-28</capability>
137         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl?module=opendaylight-sal-dom-broker-impl&amp;revision=2013-10-28</capability>
138         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:common?module=opendaylight-md-sal-common&amp;revision=2013-10-28</capability>
139         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:cluster:store?module=odl-sal-dom-clustered-store-cfg&amp;revision=2013-10-28</capability>
140     </required-capabilities>
141
142 </snapshot>
143