From: Vratko Polak Date: Wed, 3 Feb 2016 12:19:42 +0000 (+0100) Subject: Controller 3node: jolokia instead of netconf-connector X-Git-Tag: release/beryllium~49^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=08cbba4ce1d32e50d86976deb1c8126c9eee876f Controller 3node: jolokia instead of netconf-connector Netconf-connector is not compatible with cluster: https://wiki.opendaylight.org/view/Integration/Test/Cluster_Incompatible_Features#odl-netconf-connector List of trigger jobs remains unchanged, as the suite is still sensitive to changes in restconf. Feature odl-jolokia has beed added, as that is the preferred way to install jolokia into ODL. Change-Id: Icd706682ae7de9221bdd3d5872bb1140aa91b168 Signed-off-by: Vratko Polak --- diff --git a/jjb/controller/controller-csit-clustering-lithium.yaml b/jjb/controller/controller-csit-clustering-lithium.yaml index 04de420ba..8b9dabcf3 100644 --- a/jjb/controller/controller-csit-clustering-lithium.yaml +++ b/jjb/controller/controller-csit-clustering-lithium.yaml @@ -21,7 +21,7 @@ # Bug 4676 means -all- would fail. # Features to install - install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh' + install-features: 'odl-restconf,odl-clustering-test-app,odl-jolokia' # Robot custom options robot-options: '' diff --git a/jjb/controller/controller-csit-clustering.yaml b/jjb/controller/controller-csit-clustering.yaml index 92e987701..68fc79d37 100644 --- a/jjb/controller/controller-csit-clustering.yaml +++ b/jjb/controller/controller-csit-clustering.yaml @@ -26,7 +26,7 @@ scope: 'all' # Features to install - install-features: 'odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh' + install-features: 'odl-restconf,odl-clustering-test-app,odl-jolokia' # Robot custom options robot-options: ''