From: Moiz Raja Date: Tue, 11 Nov 2014 01:27:18 +0000 (-0800) Subject: BUG 2302 : odl-clustering-test-app should not be part of the odl-restconf-all feature set X-Git-Tag: release/lithium~889 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=fba140bf09ffbf8694aa41f544caaa331c2ec29a BUG 2302 : odl-clustering-test-app should not be part of the odl-restconf-all feature set This patch does the following, 1. It removes odl-clustering-test-app from the restconf features 2. Move odl-clustering-test-app to the md-sal feature (just like odl-toaster) 3. Removes all unneccessary dependencies from odl-clustering-test-app 4. Removes all the clustering configuration files from the odl-clustering-test-app feature This now allows the odl-clustering-test-app to be used with/without clustering. It also eliminates the problem is inadvertently installing the odl-clustering-test-app when installing odl-restconf-all. Change-Id: I8021f88c967576aa8cf8da54dbfa8f4464233bc3 Signed-off-by: Moiz Raja --- diff --git a/features/mdsal/src/main/resources/features.xml b/features/mdsal/src/main/resources/features.xml index fb524081e7..540cea1bbc 100644 --- a/features/mdsal/src/main/resources/features.xml +++ b/features/mdsal/src/main/resources/features.xml @@ -76,4 +76,13 @@ mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleshardconf mvn:org.opendaylight.controller/sal-clustering-config/${project.version}/xml/moduleconf + + + odl-yangtools-models + odl-mdsal-broker + mvn:org.opendaylight.controller.samples/clustering-it-model/${project.version} + mvn:org.opendaylight.controller.samples/clustering-it-provider/${project.version} + mvn:org.opendaylight.controller.samples/clustering-it-config/${project.version}/xml/config + + diff --git a/features/restconf/src/main/resources/features.xml b/features/restconf/src/main/resources/features.xml index ab42330eac..123b00767e 100644 --- a/features/restconf/src/main/resources/features.xml +++ b/features/restconf/src/main/resources/features.xml @@ -38,7 +38,6 @@ --> odl-restconf odl-mdsal-apidocs - odl-clustering-test-app