SubnetRoute enhancements to VPN Service models
[vpnservice.git] / neutronvpn / neutronvpn-impl / src / main / config / default-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 - 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <snapshot>
10     <required-capabilities>
11         <capability>urn:opendaylight:params:xml:ns:yang:neutronvpn:impl?module=neutronvpn-impl&amp;revision=2015-03-25</capability>
12         <capability>urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&amp;revision=2013-10-28</capability>
13         <capability>urn:opendaylight:params:xml:ns:yang:mdsalutil:api?module=odl-mdsalutil&amp;revision=2015-04-10</capability>
14         <capability>urn:opendaylight:params:xml:ns:yang:controller:config:distributed-entity-ownership-service?module=distributed-entity-ownership-service&amp;revision=2015-08-10</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:neutronvpn:impl">prefix:neutronvpn-impl
22                     </type>
23                     <name>neutronvpn-default</name>
24                     <broker>
25                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
26                             binding:binding-broker-osgi-registry
27                         </type>
28                         <name>binding-osgi-broker</name>
29                     </broker>
30                     <rpc-registry>
31                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
32                             binding:binding-rpc-registry
33                         </type>
34                         <name>binding-rpc-broker</name>
35                     </rpc-registry>
36                     <mdsalutil>
37                         <type xmlns:mdsalutil="urn:opendaylight:params:xml:ns:yang:mdsalutil:api">
38                             mdsalutil:odl-mdsalutil
39                         </type>
40                         <name>mdsalutil-service</name>
41                     </mdsalutil>
42                     <entity-ownership-service>
43                         <type xmlns:entity-ownership="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">entity-ownership:entity-ownership-service</type>
44                         <name>entity-ownership-service</name>
45                     </entity-ownership-service>
46                     <binding-normalized-node-serializer>
47                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-normalized-node-serializer</type>
48                         <name>runtime-mapping-singleton</name>
49                     </binding-normalized-node-serializer>
50                     <notification-publish-service>
51                         <type xmlns:bindingimpl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">bindingimpl:binding-new-notification-publish-service</type>
52                         <name>binding-notification-publish-adapter</name>
53                     </notification-publish-service>
54                     <notification-service>
55                         <type xmlns:bindingimpl="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">bindingimpl:binding-new-notification-service</type>
56                         <name>binding-notification-adapter</name>
57                     </notification-service>
58                 </module>
59             </modules>
60             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
61                 <service>
62                     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:neutronvpn:api">prefix:neutronvpn-api</type>
63                     <instance>
64                         <name>neutronvpn</name>
65                         <provider>/modules/module[type='neutronvpn-impl'][name='neutronvpn-default']</provider>
66                     </instance>
67                 </service>
68             </services>
69         </data>
70     </configuration>
71 </snapshot>