ITM changes
[vpnservice.git] / itm / itm-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. 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:vpnservice:itm?module=itm&amp;revision=2015-07-01</capability>
13       <capability>urn:opendaylight:vpnservice:itm:impl?module=itm-impl&amp;revision=2014-12-10</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       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl?module=opendaylight-sal-binding-broker-impl&amp;revision=2013-10-28</capability>
16       <capability>urn:opendaylight:params:xml:ns:yang:mdsalutil:api?module=odl-mdsalutil&amp;revision=2015-04-10</capability>
17       <capability>urn:opendaylight:vpnservice:interfacemgr?module=odl-interface&amp;revision=2015-03-31</capability>
18   </required-capabilities>
19   <configuration>
20
21     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
22       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
23         <module>
24           <type xmlns:prefix="urn:opendaylight:vpnservice:itm:impl">prefix:itm</type>
25           <name>itm-default</name>
26           <broker>
27             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
28             <name>binding-osgi-broker</name>
29           </broker>
30           <odlinterface>
31             <type xmlns:odlif="urn:opendaylight:vpnservice:interfacemgr">odlif:odl-interface</type>
32             <name>interfacemgr-service</name>
33           </odlinterface>
34           <rpcregistry>
35             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
36             <name>binding-rpc-broker</name>
37           </rpcregistry>
38           <mdsalutil>
39             <type xmlns:mdsalutil="urn:opendaylight:params:xml:ns:yang:mdsalutil:api">mdsalutil:odl-mdsalutil</type>
40             <name>mdsalutil-service</name>
41           </mdsalutil>
42           <notification-publish-service>
43             <type xmlns:bindingimpl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">bindingimpl:binding-new-notification-publish-service</type>
44             <name>binding-notification-publish-adapter</name>
45           </notification-publish-service>
46           <notification-service>
47             <type xmlns:bindingimpl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">bindingimpl:binding-new-notification-service</type>
48             <name>binding-notification-adapter</name>
49           </notification-service>
50         </module>
51       </modules>
52       <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
53         <service>
54           <type xmlns:prefix="urn:opendaylight:vpnservice:itm">prefix:itm</type>
55           <instance>
56             <name>itm</name>
57             <provider>/modules/module[type='itm'][name='itm-default']</provider>
58           </instance>
59         </service>
60       </services>
61     </data>
62   </configuration>
63 </snapshot>