CI: Update RTD configuration file
[sim/o1-interface.git] / ntsimulator / deploy / smo-nts-ng-topology-server / 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 featuresRepositories = file:${karaf.home}/etc/9b118133-44f9-4486-bf63-d3677814ed0d.xml
24
25 #
26 # Comma separated list of features to install at startup
27 #
28 featuresBoot = 938e1513-0628-4b0b-86ce-5db3d990508f, \
29 odl-netconf-connector-all, \
30 odl-restconf-nb-rfc8040, \
31 odl-mdsal-apidocs, \
32 odl-netconf-callhome-ssh
33
34 #
35 # Resource repositories (OBR) that the features resolver can use
36 # to resolve requirements/capabilities
37 #
38 # The format of the resourceRepositories is 
39 # resourceRepositories=[xml:url|json:url],...
40 # for Instance:
41 #
42 #resourceRepositories=xml:http://host/path/to/index.xml
43 # or
44 #resourceRepositories=json:http://host/path/to/index.json
45 #
46
47 #
48 # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
49 #
50 featuresBootAsynchronous=false
51
52 #
53 # Service requirements enforcement
54 #
55 # By default, the feature resolver checks the service requirements/capabilities of
56 # bundles for new features (xml schema >= 1.3.0) in order to automatically installs
57 # the required bundles.
58 # The following flag can have those values:
59 #   - disable: service requirements are completely ignored
60 #   - default: service requirements are ignored for old features
61 #   - enforce: service requirements are always verified
62 #
63 #serviceRequirements=default
64
65 #
66 # Store cfg file for config element in feature
67 #
68 #configCfgStore=true
69
70 #
71 # Configuration of features processing mechanism (overrides, blacklisting, modification of features)
72 # XML file defines instructions related to features processing
73 # versions.properties may declare properties to resolve placeholders in XML file
74 # both files are relative to ${karaf.etc}
75 #
76 #featureProcessing=org.apache.karaf.features.xml
77 #featureProcessingVersions=versions.properties