Merge "Vpnmanager and fibmanager changes 1. Merge fib and nexthop manager 2. Integrat...
[vpnservice.git] / vpnmanager / vpnmanager-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 - 2016 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:vpnservice:impl?module=vpnservice-impl&amp;revision=2015-02-16</capability>
13       <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
14       <capability>urn:opendaylight:params:xml:ns:yang:bgpmanager:api?module=bgpmanager-api&amp;revision=2015-04-20</capability>
15       <capability>urn:opendaylight:params:xml:ns:yang:mdsalutil:api?module=odl-mdsalutil&amp;revision=2015-04-10</capability>
16   </required-capabilities>
17   <configuration>
18
19     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
20       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
21         <module>
22           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:vpnservice:impl">prefix:vpnservice-impl</type>
23           <name>vpnservice-default</name>
24           <broker>
25             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
26             <name>binding-osgi-broker</name>
27           </broker>
28           <rpcregistry>
29             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
30             <name>binding-rpc-broker</name>
31           </rpcregistry>
32           <bgpmanager>
33             <type xmlns:bgpmanager="urn:opendaylight:params:xml:ns:yang:bgpmanager:api">bgpmanager:bgpmanager-api</type>
34             <name>bgpmanager</name>
35           </bgpmanager>
36           <mdsalutil>
37             <type xmlns:mdsalutil="urn:opendaylight:params:xml:ns:yang:mdsalutil:api">mdsalutil:odl-mdsalutil</type>
38             <name>mdsalutil-service</name>
39           </mdsalutil>
40           <notification-service>
41             <type xmlns:bindingimpl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">bindingimpl:binding-new-notification-service</type>
42             <name>binding-notification-adapter</name>
43           </notification-service>
44         </module>
45       </modules>
46       <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
47         <service>
48           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:vpnmanager:api">prefix:vpnmanager-api</type>
49           <instance>
50             <name>vpnmanager</name>
51             <provider>/modules/module[type='vpnservice-impl'][name='vpnservice-default']</provider>
52           </instance>
53         </service>
54       </services>
55     </data>
56   </configuration>
57 </snapshot>