Migrate Get Requests invocations(libraries)
[integration/test.git] / tools / clustering / cluster-deployer / templates / lispflowmapping / 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 #
31 # Defines if the startlvl should be respected during feature uninstall. The default value is true.
32 # If true, means stop bundles respecting the descend order of start level in a certain feature.
33 #
34 #respectStartLvlDuringFeatureUninstall=true
35
36 #
37 # Comma separated list of features repositories to register by default
38 #
39 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.lispflowmapping/features-lispflowmapping/1.4.0-SNAPSHOT/xml/features
40
41 #
42 # Comma separated list of features to install at startup
43 #
44 featuresBoot = config,standard,region,package,kar,ssh,management,odl-jolokia,odl-lispflowmapping-msmr
45
46 #
47 # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
48 #
49 featuresBootAsynchronous=false