From 9ee7707036ecf5591683e0ca8426264abaf989ac Mon Sep 17 00:00:00 2001 From: Martin Bobak Date: Thu, 16 Oct 2014 13:51:20 +0200 Subject: [PATCH] Bug 1764 - added karaf settings for os-switch-config-pusher Change-Id: I1d2739329ae346c58cb0d9370c01fe57fc926b08 Signed-off-by: Martin Bobak --- applications/of-switch-config-pusher/pom.xml | 23 ++++++++++++++++++++ features/pom.xml | 7 +++++- features/src/main/resources/features.xml | 7 ++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/applications/of-switch-config-pusher/pom.xml b/applications/of-switch-config-pusher/pom.xml index 025c49728b..b343d33c67 100644 --- a/applications/of-switch-config-pusher/pom.xml +++ b/applications/of-switch-config-pusher/pom.xml @@ -73,6 +73,29 @@ org.apache.felix maven-bundle-plugin + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/70-of-switch-config-pusher.xml + xml + config + + + + + + diff --git a/features/pom.xml b/features/pom.xml index 309281c2ee..0d9f95e782 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -76,6 +76,11 @@ table-miss-enforcer ${project.version} + + org.opendaylight.openflowplugin.applications + of-switch-config-pusher + ${project.version} + org.opendaylight.openflowplugin drop-test-karaf @@ -105,7 +110,7 @@ liblldp ${sal.api.version} - + org.opendaylight.yangtools diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 9453cc7af0..4856627735 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -15,6 +15,7 @@ odl-openflowplugin-flow-services-rest odl-openflowplugin-flow-services-ui + odl-mdsal-broker odl-flow-model @@ -47,7 +48,13 @@ odl-openflowplugin-flow-services + mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version} mvn:org.opendaylight.openflowplugin.applications/table-miss-enforcer/${project.version}/xml/config + + -- 2.36.6