Imported vpnservice as a subtree
[netvirt.git] / vpnservice / bgpmanager / bgpmanager-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:bgpmanager:api?module=bgpmanager-api&amp;revision=2015-04-20</capability>
13       <capability>urn:opendaylight:params:xml:ns:yang:bgpmanager:impl?module=bgpmanager-impl&amp;revision=2015-03-26</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:vpnservice:itm?module=itm&amp;revision=2015-07-01</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:bgpmanager:impl">prefix:bgpmanager-impl</type>
23           <name>bgpmanager-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           <!--<itm>
29             <type xmlns:itm="urn:opendaylight:vpnservice:itm">itm:itm</type>
30             <name>itm</name>
31           </itm> -->
32         </module>
33       </modules>
34       <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
35         <service>
36           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:bgpmanager:api">prefix:bgpmanager-api</type>
37           <instance>
38             <name>bgpmanager</name>
39             <provider>/modules/module[type='bgpmanager-impl'][name='bgpmanager-default']</provider>
40           </instance>
41         </service>
42       </services>
43     </data>
44   </configuration>
45 </snapshot>