Merge "Bug 4957 RoleContext updated with initialization"
[openflowplugin.git] / applications / statistics-manager-config / src / main / resources / initial / 30-statistics-manager.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 <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:statsmanager="urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager">
16                         statsmanager:statistics-manager
17                     </type>
18                     <name>statistics-manager</name>
19
20                     <rpc-registry>
21                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
22                         <name>binding-rpc-broker</name>
23                     </rpc-registry>
24
25                     <data-broker>
26                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
27                         <name>binding-data-broker</name>
28                     </data-broker>
29
30                     <notification-service>
31                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">
32                             binding:binding-notification-service
33                         </type>
34                         <name>binding-notification-broker</name>
35                     </notification-service>
36
37                     <ownership-service>
38                         <type xmlns:entity-ownership="urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service">entity-ownership:entity-ownership-service</type>
39                         <name>entity-ownership-service</name>
40                     </ownership-service>
41
42                     <statistics-manager-settings>
43                         <min-request-net-monitor-interval>3000</min-request-net-monitor-interval>
44                         <max-nodes-for-collector>16</max-nodes-for-collector>
45                     </statistics-manager-settings>
46
47                 </module>
48             </modules>
49         </data>
50     </configuration>
51
52     <required-capabilities>
53         <capability>urn:opendaylight:params:xml:ns:yang:openflowplugin:app:statistics-manager?module=statistics-manager&amp;revision=2014-09-25</capability>
54         <capability>urn:opendaylight:params:xml:ns:yang:controller:config:distributed-entity-ownership-service?module=distributed-entity-ownership-service&amp;revision=2015-08-10</capability>
55     </required-capabilities>
56
57 </snapshot>
58