blob: ce014137b8b90d8e419ae6db62e54beead9cc54a [file] [log] [blame]
Ray Milkeyd84f89b2018-08-17 14:54:17 -07001################################################################################
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# Comma separated list of features repositories to register by default
22#
Ray Milkey887c1ca2019-02-12 16:55:49 -080023featuresRepositories = \ mvn:org.apache.karaf.features/standard/4.2.3/xml/features, \
Ray Milkeyd84f89b2018-08-17 14:54:17 -070024 mvn:org.onosproject/onos-features/$ONOS_VERSION/xml/features, \
Ray Milkey887c1ca2019-02-12 16:55:49 -080025 mvn:org.apache.karaf.features/enterprise/4.2.3/xml/features, \
26 mvn:org.apache.karaf.features/spring/4.2.3/xml/features, \
27 mvn:org.apache.karaf.features/standard/4.2.3/xml/features, \
28 mvn:org.apache.karaf.features/framework/4.2.3/xml/features
Ray Milkeyd84f89b2018-08-17 14:54:17 -070029
30#
31# Comma separated list of features to install at startup
32#
33featuresBoot = \
Ray Milkey887c1ca2019-02-12 16:55:49 -080034 (instance/4.2.3, \
35 package/4.2.3, \
36 log/4.2.3, \
37 ssh/4.2.3, \
38 framework/4.2.3, \
39 system/4.2.3, \
40 eventadmin/4.2.3, \
41 feature/4.2.3, \
42 shell/4.2.3, \
43 management/4.2.3, \
44 service/4.2.3, \
45 jaas/4.2.3, \
46 deployer/4.2.3, \
47 diagnostic/4.2.3, \
48 wrap/2.6.1, \
49 bundle/4.2.3, \
50 config/4.2.3, \
51 kar/4.2.3, \
52 webconsole/4.2.3, \
53 scr/4.2.3, \
54 war/4.2.3), \
Brian O'Connorc6943832018-12-12 17:27:11 -080055 (onos-thirdparty-base/$ONOS_VERSION), \
56 (onos-api/$ONOS_VERSION, \
Ray Milkey887c1ca2019-02-12 16:55:49 -080057 onos-core/$ONOS_VERSION, \
58 onos-cli/$ONOS_VERSION, \
59 onos-rest/$ONOS_VERSION, \
60 onos-gui/$ONOS_VERSION)
Ray Milkeyd84f89b2018-08-17 14:54:17 -070061
62
63#
64# Resource repositories (OBR) that the features resolver can use
65# to resolve requirements/capabilities
66#
67# The format of the resourceRepositories is
68# resourceRepositories=[xml:url|json:url],...
69# for Instance:
70#
71#resourceRepositories=xml:http://host/path/to/index.xml
72# or
73#resourceRepositories=json:http://host/path/to/index.json
74#
75
76#
77# Defines if the boot features are started in asynchronous mode (in a dedicated thread)
78#
79featuresBootAsynchronous=false
80
81#
82# Service requirements enforcement
83#
84# By default, the feature resolver checks the service requirements/capabilities of
85# bundles for new features (xml schema >= 1.3.0) in order to automatically installs
86# the required bundles.
87# The following flag can have those values:
88# - disable: service requirements are completely ignored
89# - default: service requirements are ignored for old features
90# - enforce: service requirements are always verified
91#
92#serviceRequirements=default
93
94#
95# Store cfg file for config element in feature
96#
97#configCfgStore=true
98
99#
100# Configuration of features processing mechanism (overrides, blacklisting, modification of features)
101# XML file defines instructions related to features processing
102# versions.properties may declare properties to resolve placeholders in XML file
103# both files are relative to ${karaf.etc}
104#
105#featureProcessing=org.apache.karaf.features.xml
106#featureProcessingVersions=versions.properties