a4b66904cb80d7bdefb37e2102d6b972d90f6240
[oam.git] / solution / dev / smo / yang-validator / odl-aluminium / org.apache.karaf.features.cfg
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 # Comma separated list of features repositories to register by default
22 #
23 # ODL Aluminium SR0:
24 featuresRepositories = file:${karaf.home}/etc/c374ac40-09c7-4114-965e-e8f43fb58577.xml
25
26 #
27 # Comma separated list of features to install at startup
28 #
29 # odl-netconf-clustered-topology,
30 featuresBoot = \
31 d213ccb6-5ffb-4499-bdf1-40a7e8a37224, \
32 odl-netconf-connector-all, \
33 odl-restconf-nb-rfc8040, \
34 odl-restconf-nb-bierman02, \
35 odl-mdsal-apidocs, \
36 odl-netconf-callhome-ssh
37
38 #
39 # Resource repositories (OBR) that the features resolver can use
40 # to resolve requirements/capabilities
41 #
42 # The format of the resourceRepositories is
43 # resourceRepositories=[xml:url|json:url],...
44 # for Instance:
45 #
46 #resourceRepositories=xml:http://host/path/to/index.xml
47 # or
48 #resourceRepositories=json:http://host/path/to/index.json
49 #
50
51 #
52 # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
53 #
54 featuresBootAsynchronous=false
55
56 #
57 # Service requirements enforcement
58 #
59 # By default, the feature resolver checks the service requirements/capabilities of
60 # bundles for new features (xml schema >= 1.3.0) in order to automatically installs
61 # the required bundles.
62 # The following flag can have those values:
63 #   - disable: service requirements are completely ignored
64 #   - default: service requirements are ignored for old features
65 #   - enforce: service requirements are always verified
66 #
67 #serviceRequirements=default
68
69 #
70 # Store cfg file for config element in feature
71 #
72 #configCfgStore=true
73
74 #
75 # Configuration of features processing mechanism (overrides, blacklisting, modification of features)
76 # XML file defines instructions related to features processing
77 # versions.properties may declare properties to resolve placeholders in XML file
78 # both files are relative to ${karaf.etc}
79 #
80 #featureProcessing=org.apache.karaf.features.xml
81 #featureProcessingVersions=versions.properties