Update deployment option "integration"
[oam.git] / solution / integration / smo / oam / sdnr / 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.etc}/db8aa871-2190-4400-922c-6055a7c56102.xml, mvn:org.onap.ccsdk.sli.core/ccsdk-sli-core-all/1.2.2/xml/features, mvn:org.onap.ccsdk.sli.adaptors/ccsdk-sli-adaptors-all/1.2.2/xml/features, mvn:org.onap.ccsdk.sli.northbound/ccsdk-sli-northbound-all/1.2.2/xml/features, mvn:org.onap.ccsdk.sli.plugins/ccsdk-sli-plugins-all/1.2.2/xml/features, mvn:org.onap.ccsdk.features/ccsdk-features-all/1.1.4/xml/features, mvn:org.onap.ccsdk.oran/a1-adapter-northbound/1.1.4/xml/features, mvn:org.onap.ccsdk.features.sdnr.northbound/sdnr-northbound-all/1.1.4/xml/features, mvn:org.onap.ccsdk.features.sdnr.wt/sdnr-wt-feature-aggregator/1.1.4/xml/features, mvn:org.onap.ccsdk.features.sdnr.wt/sdnr-wt-feature-aggregator-oauth/1.1.4/xml/features, mvn:org.onap.ccsdk.features.sdnr.wt/sdnr-wt-feature-aggregator-devicemanager/1.1.4/xml/features, mvn:org.onap.ccsdk.features.sdnr.wt/sdnr-wt-feature-aggregator-devicemanager-base/1.1.4/xml/features ,mvn:org.onap.sdnc.northbound/sdnc-northbound-all/2.1.3/xml/features
24
25 #
26 # Comma separated list of features to install at startup
27 #
28 featuresBoot = 8a02945f-f980-4626-8ccc-87334d9e1d06,odl-restconf-all,odl-netconf-topology,odl-mdsal-all,odl-mdsal-apidocs, odl-daexim-all, odl-restconf-nb-rfc8040, odl-netconf-callhome-ssh, sdnr-wt-feature-aggregator-devicemanager-base,sdnr-wt-feature-aggregator-devicemanager,sdnr-wt-helpserver-feature,sdnr-wt-odlux-core-feature,sdnr-wt-odlux-apps-feature
29
30 #
31 # Resource repositories (OBR) that the features resolver can use
32 # to resolve requirements/capabilities
33 #
34 # The format of the resourceRepositories is 
35 # resourceRepositories=[xml:url|json:url],...
36 # for Instance:
37 #
38 #resourceRepositories=xml:http://host/path/to/index.xml
39 # or
40 #resourceRepositories=json:http://host/path/to/index.json
41 #
42
43 #
44 # Defines if the boot features are started in asynchronous mode (in a dedicated thread)
45 #
46 featuresBootAsynchronous=false
47
48 #
49 # Service requirements enforcement
50 #
51 # By default, the feature resolver checks the service requirements/capabilities of
52 # bundles for new features (xml schema >= 1.3.0) in order to automatically installs
53 # the required bundles.
54 # The following flag can have those values:
55 #   - disable: service requirements are completely ignored
56 #   - default: service requirements are ignored for old features
57 #   - enforce: service requirements are always verified
58 #
59 #serviceRequirements=default
60
61 #
62 # Store cfg file for config element in feature
63 #
64 #configCfgStore=true
65
66 #
67 # Configuration of features processing mechanism (overrides, blacklisting, modification of features)
68 # XML file defines instructions related to features processing
69 # versions.properties may declare properties to resolve placeholders in XML file
70 # both files are relative to ${karaf.etc}
71 #
72 #featureProcessing=org.apache.karaf.features.xml
73 #featureProcessingVersions=versions.properties