Added karaf branding.
[controller.git] / opendaylight / distribution / opendaylight-karaf / src / main / resources / etc / custom.properties
1 # Extra packages to import from the boot class loader
2 org.osgi.framework.system.packages.extra=org.apache.karaf.branding,sun.reflect,sun.reflect.misc,sun.misc,sun.nio.ch
3
4 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=325578
5 # Extend the framework to avoid the resources to be presented with
6 # a URL of type bundleresource: but to be presented as file:
7 osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator
8
9 # Embedded Tomcat configuration File
10 org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml
11 org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
12
13 # Use Equinox as default OSGi Framework Implementation
14 karaf.framework=equinox
15
16 # Netconf startup configuration
17 netconf.tcp.address=127.0.0.1
18 netconf.tcp.port=8383
19
20 netconf.tcp.client.address=127.0.0.1
21 netconf.tcp.client.port=8383
22
23 netconf.ssh.address=0.0.0.0
24 netconf.ssh.port=1830
25 netconf.ssh.pk.path = ./configuration/RSA.pk
26
27
28 netconf.config.persister.active=1,2
29 # read startup configuration
30 netconf.config.persister.1.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.xml.XmlDirectoryStorageAdapter
31 netconf.config.persister.1.properties.directoryStorage=configuration/initial/
32
33 # include only xml files, files with other extensions will be skipped, multiple extensions are permitted e.g. netconf.config.persister.1.properties.includeExtensions=xml,cfg,config
34 netconf.config.persister.1.properties.includeExtensions=xml
35 netconf.config.persister.1.readonly=true
36
37 netconf.config.persister.2.storageAdapterClass=org.opendaylight.controller.config.persist.storage.file.xml.XmlFileStorageAdapter
38 netconf.config.persister.2.properties.fileStorage=configuration/current/controller.currentconfig.xml
39 netconf.config.persister.2.properties.numberOfBackups=1
40
41 # logback configuration
42 logback.configurationFile=configuration/logback.xml
43
44 # Container configuration
45 container.profile = Container
46
47 # Connection manager configuration
48 connection.scheme = ANY_CONTROLLER_ONE_MASTER
49
50 # Open Flow related system parameters
51 # TCP port on which the controller is listening (default 6633)
52 # of.listenPort=6633
53 # IP address of the controller (default: wild card)
54 # of.address = 127.0.0.1
55 # The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec)
56 # of.messageResponseTimer=2000
57 # The switch liveness timeout value (default 60500 msec)
58 # of.switchLivenessTimeout=60500
59 # The size of the queue holding pending statistics requests (default 64). For large networks of n switches, it is recommended to set the queue size to n
60 # of.statsQueueSize = 64
61 # The flow statistics polling interval in second (default 10 sec)
62 # of.flowStatsPollInterval=10
63 # The port statistics polling interval in second (default 5 sec)
64 # of.portStatsPollInterval=5
65 # The description statistics polling interval in second (default 60 sec)
66 # of.descStatsPollInterval=60
67 # The table statistics polling interval in second (default 10 sec)
68 # of.tableStatsPollInterval=10
69 # The maximum number of asynchronous messages can be sent before sending a Barrier Request (default 100)
70 # of.barrierMessagePriorCount=100
71 # The interval which determines how often the discovery packets should be sent (default 300 sec)
72 # of.discoveryInterval=300
73 # The timeout multiple of discovery interval
74 # of.discoveryTimeoutMultiple=2
75 # For newly added ports, allow one more retry if the elapsed time exceeds this threshold (default 30 sec)
76 # of.discoveryThreshold=30
77 # The maximum number of ports handled in one discovery batch (default 512)
78 # of.discoveryBatchMaxPorts=512
79
80 # OVSDB configuration
81 # ovsdb plugin supports both active and passive connections. It listens on port 6640 by default for Active connections.
82 ovsdb.listenPort=6640
83
84 # ovsdb creates Openflow nodes/bridges. This configuration configures the bridge's Openflow version.
85 # default Openflow version = 1.0, we also support 1.3.
86 # ovsdb.of.version=1.3
87
88 # TLS configuration
89 # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files.
90 # The Java KeyStore contains controller's private key and certificate. The Java TrustStore contains the trusted certificate
91 # entries, including switches' Certification Authority (CA) certificates. For example,
92 # secureChannelEnabled=true
93 # controllerKeyStore=./configuration/ctlKeyStore
94 # controllerKeyStorePassword=xxxxxxxx (this password should match the password used for KeyStore generation and at least 6 characters)
95 # controllerTrustStore=./configuration/ctlTrustStore
96 # controllerTrustStorePassword=xxxxxxxx (this password should match the password used for TrustStore generation and at least 6 characters)
97
98 secureChannelEnabled=false
99 controllerKeyStore=
100 controllerKeyStorePassword=
101 controllerTrustStore=
102 controllerTrustStorePassword=
103
104 # User Manager configurations
105 enableStrongPasswordCheck = false
106
107 #Jolokia configurations
108 org.jolokia.listenForHttpService=false
109
110 # Logging configuration for Tomcat-JUL logging
111 java.util.logging.config.file=configuration/tomcat-logging.properties
112
113 #Hosttracker hostsdb key scheme setting
114 hosttracker.keyscheme=IP