Fix missing upgrade config file 19/73719/1
authorVishal Thapar <vthapar@redhat.com>
Wed, 4 Jul 2018 03:32:40 +0000 (09:02 +0530)
committerVishal Thapar <vthapar@redhat.com>
Wed, 4 Jul 2018 03:33:37 +0000 (09:03 +0530)
Upgrade config file is not getting published
with srviceutils feautures.

JIRA: SRVUTILS-2
Change-Id: I4beed48ac41a37c52532105489173cd66b75cdd3
Signed-off-by: Vishal Thapar <vthapar@redhat.com>
features/odl-serviceutils-tools/src/main/feature/feature.xml [new file with mode: 0644]

diff --git a/features/odl-serviceutils-tools/src/main/feature/feature.xml b/features/odl-serviceutils-tools/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..d6d16e9
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<features name="odl-serviceutils-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
+
+  <feature name='odl-serviceutils-tools' version='${project.version}'>
+    <configfile
+      finalname="etc/opendaylight/datastore/initial/config/serviceutils-upgrade-config.xml">mvn:org.opendaylight.serviceutils/upgrade/${project.version}/xml/config</configfile>
+  </feature>
+</features>