Integration of fcaps applications
[netvirt.git] / fcapsapplication / fcapsapplication-impl / src / main / resources / initial / 73-fcaps-app.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2015 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 <snapshot>
11     <configuration>
12         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
13             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
14                 <module>
15                     <type xmlns:fcaps="urn:opendaylight:params:xml:ns:yang:openflowplugin:app:fcaps-app">
16                         fcaps:fcaps-app
17                     </type>
18                     <name>fcaps-app</name>
19
20                     <data-broker>
21                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
22                         <name>pingpong-binding-data-broker</name>
23                     </data-broker>
24                     <rpc-registry>
25                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
26                         <name>binding-rpc-broker</name>
27                     </rpc-registry>
28                     <notification-adapter>
29                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">binding:binding-new-notification-service</type>
30                         <name>binding-notification-adapter</name>
31                     </notification-adapter>
32                     <entity-ownership-service>
33                         <type xmlns:entity-ownership="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">entity-ownership:entity-ownership-service</type>
34                         <name>entity-ownership-service</name>
35                     </entity-ownership-service>
36                 </module>
37             </modules>
38         </data>
39     </configuration>
40
41     <required-capabilities>
42         <capability>
43             urn:opendaylight:params:xml:ns:yang:openflowplugin:app:fcaps-app?module=fcaps-app&amp;revision=2015-12-11
44         </capability>
45         <capability>
46             urn:opendaylight:params:xml:ns:yang:controller:config:distributed-entity-ownership-service?module=distributed-entity-ownership-service&amp;revision=2015-08-10
47         </capability>
48     </required-capabilities>
49
50 </snapshot>