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