Example of adding parameters with config subsystem.
[groupbasedpolicy.git] / groupbasedpolicy-ofoverlay-config / src / main / resources / initial / 15-groupbasedpolicy-ofoverlay.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 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:ofoverlay="urn:opendaylight:params:xml:ns:yang:controller:config:ofoverlay-provider:impl">
16                         ofoverlay:ofoverlay-provider-impl
17                     </type>
18                     <name>ofoverlay-provider-impl</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                     <of-offset>2</of-offset>
30                     <router-mac>01:02:03:04:05:06</router-mac>
31                 </module>
32             </modules>
33         </data>
34
35     </configuration>
36
37     <required-capabilities>
38         <capability>urn:opendaylight:params:xml:ns:yang:controller:config:ofoverlay-provider:impl?module=ofoverlay-provider-impl&amp;revision=2014-06-11</capability>
39     </required-capabilities>
40
41 </snapshot>