Daniele Moro | 2752759 | 2020-02-03 23:33:55 -0800 | [diff] [blame] | 1 | # Valid for Karaf 4.2.8. If updating Karaf version in ONOS, make sure to |
| 2 | # copy-paste here the content of apache-karaf-*/etc/startup.properties in, and |
| 3 | # update the Kafka and log4j2 additions at the end if needed |
| 4 | |
| 5 | # Standard startup.properties file |
| 6 | # Bundles to be started on startup, with startlevel |
| 7 | mvn\:org.apache.karaf.features/org.apache.karaf.features.extension/4.2.8 = 1 |
| 8 | mvn\:org.apache.karaf.services/org.apache.karaf.services.eventadmin/4.2.8 = 5 |
| 9 | mvn\:org.ops4j.pax.url/pax-url-aether/2.6.2 = 5 |
| 10 | mvn\:org.apache.felix/org.apache.felix.metatype/1.2.2 = 5 |
| 11 | mvn\:org.ops4j.pax.logging/pax-logging-api/1.11.4 = 8 |
| 12 | mvn\:org.fusesource.jansi/jansi/1.18 = 8 |
| 13 | mvn\:org.ops4j.pax.logging/pax-logging-log4j2/1.11.4 = 8 |
| 14 | mvn\:org.apache.felix/org.apache.felix.coordinator/1.0.2 = 9 |
| 15 | mvn\:org.apache.felix/org.apache.felix.configadmin/1.9.16 = 10 |
| 16 | mvn\:org.apache.felix/org.apache.felix.fileinstall/3.6.4 = 11 |
| 17 | mvn\:org.apache.karaf.features/org.apache.karaf.features.core/4.2.8 = 15 |
| 18 | |
| 19 | # Added part to enable Kafka log4j2 appender |
| 20 | # N.B.: kafka-clients should have startlevel lower than onos-tools-package-log4j2-extra |
| 21 | mvn\:org.apache.servicemix.bundles/org.apache.servicemix.bundles.kafka-clients/1.1.1_1 = 6 |
| 22 | # N.B.: onos-tools-package-log4j2-extra should have lower startlevel than pax-logging-* |
| 23 | mvn\:org.onosproject/onos-log4j2-extra/$ONOS_VERSION = 7 |