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