Update the repositories version
[integration/test.git] / tools / clustering / cluster-deployer / templates / multi-node-test / org.apache.karaf.features.cfg.template
1 ################################################################################
2 #
3 #    Licensed to the Apache Software Foundation (ASF) under one or more
4 #    contributor license agreements.  See the NOTICE file distributed with
5 #    this work for additional information regarding copyright ownership.
6 #    The ASF licenses this file to You under the Apache License, Version 2.0
7 #    (the "License"); you may not use this file except in compliance with
8 #    the License.  You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 #    Unless required by applicable law or agreed to in writing, software
13 #    distributed under the License is distributed on an "AS IS" BASIS,
14 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #    See the License for the specific language governing permissions and
16 #    limitations under the License.
17 #
18 ################################################################################
19
20 #
21 # Defines if the startlvl should be respected during feature startup. The default value is true. The default
22 # behavior for 2.x is false (!) for this property
23 #
24 # Be aware that this property is deprecated and will be removed in Karaf 4.0. So, if you need to
25 # set this to false, please use this only as a temporary solution!
26 #
27 #respectStartLvlDuringFeatureStartup=true
28
29 #
30 # Defines if the startlvl should be respected during feature uninstall. The default value is true.
31 # If true, means stop bundles respecting the descend order of start level in a certain feature.
32 #
33 #respectStartLvlDuringFeatureUninstall=true
34
35 #
36 # Comma separated list of features repositories to register by default
37 #
38 featuresRepositories = mvn:org.apache.karaf.features/standard/3.0.6/xml/features,mvn:org.apache.karaf.features/enterprise/3.0.6/xml/features,mvn:org.ops4j.pax.web/pax-web-features/3.2.6/xml/features,mvn:org.apache.karaf.features/spring/3.0.6/xml/features,mvn:org.opendaylight.integration/features-integration-index/{{ODL_DISTRIBUTION}}/xml/features
39
40 #
41 # Comma separated list of features to install at startup
42 #
43 featuresBoot=config,standard,region,package,kar,ssh,management,odl-restconf,odl-clustering-test-app,odl-netconf-connector-ssh
44
45 #
46 # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
47 #
48 featuresBootAsynchronous=false