added default-config.xml 73/37973/3
authorMichal Rehak <mirehak@cisco.com>
Wed, 20 Apr 2016 16:37:22 +0000 (18:37 +0200)
committermichal rehak <mirehak@cisco.com>
Thu, 28 Apr 2016 15:55:40 +0000 (15:55 +0000)
Change-Id: I430f43831592d6a9fbaaf56dd56d5a46c153a37d
Signed-off-by: Michal Rehak <mirehak@cisco.com>
sxp-mapper/src/main/config/default-config.xml [new file with mode: 0755]

diff --git a/sxp-mapper/src/main/config/default-config.xml b/sxp-mapper/src/main/config/default-config.xml
new file mode 100755 (executable)
index 0000000..9cb592b
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<snapshot>
+    <configuration>
+        <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+            <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
+                <module>
+                    <type xmlns:sxp-mapper="urn:opendaylight:params:xml:ns:yang:controller:config:groupbasedpolicy:sxp-mapper">
+                        sxp-mapper:sxp-mapper-impl
+                    </type>
+                    <name>sxp-mapper</name>
+
+                    <data-broker>
+                        <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
+                        <name>binding-data-broker</name>
+                    </data-broker>
+                    <rpc-registry>
+                        <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
+                        <name>binding-rpc-broker</name>
+                    </rpc-registry>
+                </module>
+            </modules>
+        </data>
+
+    </configuration>
+
+    <required-capabilities>
+        <capability>urn:opendaylight:params:xml:ns:yang:controller:config:groupbasedpolicy:sxp-mapper?module=sxp-mapper-cfg&amp;revision=2016-03-02</capability>
+    </required-capabilities>
+
+</snapshot>