From da801b41103249f1f80a5e2dbf49bb9003b74eba Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Apr 2020 09:46:09 +0200 Subject: [PATCH] Clean up odl-message-bus-collector This is not an end-user feature and it is quite experimental, with only provider being NETCONF, and that at beta quality. Move it out to expertimental features, with adjusted name. Change-Id: Ib16a322d81c6ac5aa7c8f7b059a949f0473fb2f8 Signed-off-by: Robert Varga --- artifacts/pom.xml | 14 +++++++------- features/features-controller-experimental/pom.xml | 6 ++++++ features/features-mdsal/pom.xml | 7 ------- .../pom.xml | 4 +++- features/pom.xml | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) rename features/{odl-message-bus-collector => odl-controller-exp-messagebus}/pom.xml (92%) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 0dcc60fdb7..c4c02cf0bb 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -212,6 +212,13 @@ messagebus-util ${project.version} + + ${project.groupId} + odl-controller-exp-messagebus + ${project.version} + xml + features + @@ -322,13 +329,6 @@ xml features - - ${project.groupId} - odl-message-bus-collector - ${project.version} - xml - features - ${project.groupId} odl-mdsal-model-inventory diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index 0eeeafd6d4..d805039b15 100644 --- a/features/features-controller-experimental/pom.xml +++ b/features/features-controller-experimental/pom.xml @@ -36,6 +36,12 @@ + + org.opendaylight.controller + odl-controller-exp-messagebus + xml + features + org.opendaylight.controller odl-controller-exp-netty-config diff --git a/features/features-mdsal/pom.xml b/features/features-mdsal/pom.xml index 9c46956e7b..638de15296 100644 --- a/features/features-mdsal/pom.xml +++ b/features/features-mdsal/pom.xml @@ -78,13 +78,6 @@ xml features - - ${project.groupId} - odl-message-bus-collector - ${project.version} - xml - features - ${project.groupId} odl-toaster diff --git a/features/odl-message-bus-collector/pom.xml b/features/odl-controller-exp-messagebus/pom.xml similarity index 92% rename from features/odl-message-bus-collector/pom.xml rename to features/odl-controller-exp-messagebus/pom.xml index fbc133bf69..6856e23e4a 100644 --- a/features/odl-message-bus-collector/pom.xml +++ b/features/odl-controller-exp-messagebus/pom.xml @@ -17,9 +17,11 @@ org.opendaylight.controller - odl-message-bus-collector + odl-controller-exp-messagebus 1.12.0-SNAPSHOT feature + OpenDaylight :: Controller :: Experimental :: Message Bus + Experimental Message Bus Collector etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index ad73a9809c..9205f35b92 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -32,6 +32,7 @@ features-controller-experimental odl-controller-exp-netty-config + odl-controller-exp-messagebus features-controller-testing @@ -49,7 +50,6 @@ odl-mdsal-distributed-datastore odl-mdsal-model-inventory odl-mdsal-remoterpc-connector - odl-message-bus-collector odl-toaster -- 2.36.6