MD SAL Util API exposed as a Service
[vpnservice.git] / mdsalutil / mdsalutil-impl / 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) 2015 Ericsson India Global Services Pvt Ltd. 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 <snapshot>
11   <required-capabilities>
12       <capability>urn:opendaylight:params:xml:ns:yang:mdsalutil:api?module=odl-mdsalutil&amp;revision=2015-04-10</capability>
13       <capability>urn:opendaylight:params:xml:ns:yang:mdsalutil:impl?module=mdsalutil-impl&amp;revision=2015-04-03</capability>
14       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
15   </required-capabilities>
16   <configuration>
17
18     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
19       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
20         <module>
21           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:mdsalutil:impl">prefix:mdsalutil-impl</type>
22           <name>mdsalutil-default</name>
23            <broker>
24             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
25             <name>binding-osgi-broker</name>
26           </broker>
27         </module>
28       </modules>
29          <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
30             <service>
31               <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:mdsalutil:api">prefix:odl-mdsalutil</type>
32                 <instance>
33                    <name>mdsalutil-service</name>
34                      <provider>/modules/module[type='mdsalutil-impl'][name='mdsalutil-default']</provider>
35                 </instance>
36              </service> 
37          </services>
38     </data>
39   </configuration>
40 </snapshot>