Add blueprint wiring for the TopologyLldpDiscovery app
[openflowplugin.git] / applications / topology-lldp-discovery / 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) 2014 Cisco Systems, Inc. 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 NOTE: This file is deprecated as wiring is now done via blueprint. This file is kept for
11        backwards compatibility. Runtime modifications are not honored.
12 -->
13 <snapshot>
14   <required-capabilities>
15     <!--<capability>urn:opendaylight:params:xml:ns:yang:southbound:impl?module=southbound-impl&amp;revision=2015-01-05</capability>-->
16     <capability>urn:opendaylight:inventory?module=opendaylight-inventory&amp;revision=2013-08-19</capability>
17     <capability>urn:opendaylight:flow:inventory?module=flow-node-inventory&amp;revision=2013-08-19</capability>
18     <capability>urn:opendaylight:flow:types?module=opendaylight-flow-types&amp;revision=2013-10-26</capability>
19     <capability>urn:opendaylight:packet:service?module=packet-processing&amp;revision=2013-07-09</capability>
20   </required-capabilities>
21   <configuration>
22
23     <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
24       <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
25         <module>
26           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:topology-lldp-discovery:impl">prefix:topology-lldp-discovery-impl</type>
27           <name>topology-lldp-discovery-default</name>
28           <broker>
29             <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type>
30             <name>binding-osgi-broker</name>
31           </broker>
32           <lldp-secure-key>aa9251f8-c7c0-4322-b8d6-c3a84593bda3</lldp-secure-key>
33         </module>
34       </modules>
35     </data>
36   </configuration>
37 </snapshot>