Add missing southbound.cfg to etc 96/73896/2
authorSam Hague <shague@redhat.com>
Tue, 10 Jul 2018 19:58:24 +0000 (15:58 -0400)
committerSam Hague <shague@redhat.com>
Tue, 10 Jul 2018 19:58:41 +0000 (15:58 -0400)
Change-Id: I369096cbf8a9f31d3d6ec6629af694ef135f4fba
Signed-off-by: Sam Hague <shague@redhat.com>
southbound/southbound-features/odl-ovsdb-southbound-impl/pom.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/src/main/feature/feature.xml [new file with mode: 0644]

index 8e090650932f4c33009c75c412d37cca674cca29..c2dba12a6bd6c3e51e2c8b963a6434376258b293 100644 (file)
@@ -66,6 +66,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>southbound-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <!-- finalname="etc/org.opendaylight.ovsdb.southbound.cfg" -->
+            <groupId>${project.groupId}</groupId>
+            <artifactId>southbound-impl</artifactId>
+            <version>${project.version}</version>
+            <type>cfg</type>
+            <classifier>config</classifier>
+        </dependency>
+
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
diff --git a/southbound/southbound-features/odl-ovsdb-southbound-impl/src/main/feature/feature.xml b/southbound/southbound-features/odl-ovsdb-southbound-impl/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..dedba2b
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright © 2015, 2017 Red Hat, 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
+-->
+<features name="odl-ovsdb-southbound-impl-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
+    <feature name="odl-ovsdb-southbound-impl" version="${project.version}">
+        <feature version="[3.1.0,4)">odl-jackson-2.8</feature>
+        <configfile finalname="etc/org.opendaylight.ovsdb.southbound.cfg">
+            mvn:org.opendaylight.ovsdb/southbound-impl/${project.version}/cfg/config
+        </configfile>
+    </feature>
+</features>