From 8ca289f562a3f910dda66f77f9f385a286874742 Mon Sep 17 00:00:00 2001 From: Phillip Shea Date: Wed, 2 Sep 2015 15:08:48 -0700 Subject: [PATCH] Update Exploratory cfg Template In support of test development and triage for various types of clustering tests, the config template will now include odl-l2switch-switch-all, odl-mdsal-apidocs, odl-dlux-all, and odl-clustering-test-app. Change-Id: I09f4d5ea31ee4f0f998c6859df2ee0989c5293de Signed-off-by: Phillip Shea --- .../exploratory/org.apache.karaf.features.cfg.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clustering/cluster-deployer/templates/exploratory/org.apache.karaf.features.cfg.template b/tools/clustering/cluster-deployer/templates/exploratory/org.apache.karaf.features.cfg.template index c2c855271b..967e99bcc7 100644 --- a/tools/clustering/cluster-deployer/templates/exploratory/org.apache.karaf.features.cfg.template +++ b/tools/clustering/cluster-deployer/templates/exploratory/org.apache.karaf.features.cfg.template @@ -40,7 +40,7 @@ featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.3/xml/features # # Comma separated list of features to install at startup # -featuresBoot=config,standard,region,package,kar,ssh,management,odl-restconf,odl-l2switch-switch,odl-mdsal-apidocs,odl-dlux-all,odl-l2switch-switch-ui,odl-mdsal-clustering,odl-openflowplugin-flow-services,http,odl-clustering-test-app,odl-netconf-connector-ssh +featuresBoot=config,standard,region,package,kar,ssh,management,odl-l2switch-switch-all,odl-mdsal-apidocs,odl-dlux-all,odl-clustering-test-app # # Defines if the boot features are started in asynchronous mode (in a dedicated thread) -- 2.36.6