1db1d759f3c8e55d54e1a62cb4f040189f71b0dd
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
1 osgi.bundles=\
2     reference\:file\:../lib/org.apache.felix.fileinstall-3.1.6.jar@1:start,\
3     reference\:file\:../lib/org.eclipse.jdt.core.compiler.batch-3.8.0.I20120518-2145.jar@1:start,\
4     reference\:file\:../lib/org.eclipse.equinox.ds-1.4.0.v20120522-1841.jar@2:start,\
5     reference\:file\:../lib/org.eclipse.equinox.util-1.0.400.v20120522-2049.jar@2:start,\
6     reference\:file\:../lib/org.eclipse.osgi.services-3.3.100.v20120522-1822@2:start,\
7     reference\:file\:../lib/org.eclipse.equinox.console-1.0.0.v20120522-1841.jar@start,\
8     reference\:file\:../lib/slf4j-api-1.7.2.jar@1:start,\
9     reference\:file\:../lib/logback-classic-1.0.9.jar@1:start,\
10     reference\:file\:../lib/logback-core-1.0.9.jar@1:start,\
11     reference\:file\:../lib/logging.bridge-0.4.1-SNAPSHOT@1:start,\
12     reference\:file\:../lib/jersey-core-1.17.jar@2:start,\
13     reference\:file\:../lib/jersey-json-1.17.jar@2:start,\
14     reference\:file\:../lib/jersey-server-1.17.jar@2:start
15
16 # Netconf startup configuration
17 netconf.tcp.address=0.0.0.0
18 netconf.tcp.port=8383
19
20 #netconf.tls.address=127.0.0.1
21 #netconf.tls.port=8384
22 #netconf.tls.keystore=
23 #netconf.tls.keystore.password=
24
25 netconf.config.persister.storageAdapterClass=org.opendaylight.controller.netconf.persist.impl.NoOpStorageAdapter
26 yangstore.blacklist=.*controller.model.*
27
28 # Set Default start level for framework
29 osgi.bundles.defaultStartLevel=4
30 # Extra packages to import from the boot class loader
31 org.osgi.framework.system.packages.extra=sun.reflect,sun.reflect.misc,sun.misc
32 # This is not Eclipse App
33 eclipse.ignoreApp=true
34 # Don't shutdown equinox if the eclipse App has ended,
35 # which is our case because we are not running any eclipse application
36 osgi.noShutdown=true
37 # Clean any cached data on restart of the framework
38 osgi.clean=true
39 # Extend the framework to avoid the resources to be presented with
40 # a URL of type bundleresource: but to be presented as file:
41 osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator
42 # Directory from where the fileinstall will monitor for new bundles
43 felix.fileinstall.dir=./plugins
44 # Immediately learn new bundles at startup
45 felix.fileinstall.noInitialDelay=true
46 # Auto start the bundles at level 4
47 felix.fileinstall.start.level=4
48 # Avoid to auto-install following bundles, that means those need
49 # to be started manually or in other way like osgi.bundles
50 felix.fileinstall.filter=^(?!org.apache.felix.fileinstall).*
51
52 # logback configuration
53 logback.configurationFile=configuration/logback.xml
54
55 # Container configuration
56 container.profile = Container
57
58 # Connection manager configuration
59 connection.scheme = ANY_CONTROLLER_ONE_MASTER
60
61 # Embedded Tomcat configuration File
62 org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml
63
64 # Open Flow related system parameters
65 # TCP port on which the controller is listening (default 6633)
66 # of.listenPort=6633
67 # IP address of the controller (default: wild card)
68 # of.address = 127.0.0.1
69 # The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec)
70 # of.messageResponseTimer=2000
71 # The switch liveness timeout value (default 60500 msec)
72 # of.switchLivenessTimeout=60500
73 # 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
74 # of.statsQueueSize = 64
75 # The flow statistics polling interval in second (default 10 sec)
76 # of.flowStatsPollInterval=10
77 # The port statistics polling interval in second (default 5 sec)
78 # of.portStatsPollInterval=5
79 # The description statistics polling interval in second (default 60 sec)
80 # of.descStatsPollInterval=60
81 # The table statistics polling interval in second (default 10 sec)
82 # of.tableStatsPollInterval=10
83 # The maximum number of asynchronous messages can be sent before sending a Barrier Request (default 100)
84 # of.barrierMessagePriorCount=100
85 # The interval which determines how often the discovery packets should be sent (default 300 sec)
86 # of.discoveryInterval=300
87 # The timeout multiple of discovery interval
88 # of.discoveryTimeoutMultiple=2
89 # For newly added ports, allow one more retry if the elapsed time exceeds this threshold (default 30 sec)
90 # of.discoveryThreshold=30
91 # The maximum number of ports handled in one discovery batch (default 512)
92 # of.discoveryBatchMaxPorts=512
93
94 # TLS configuration
95 # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files.
96 # The Java KeyStore contains controller's private key and certificate. The Java TrustStore contains the trusted certificate
97 # entries, including switches' Certification Authority (CA) certificates. For example,
98 # secureChannelEnabled=true
99 # controllerKeyStore=./configuration/ctlKeyStore
100 # controllerKeyStorePassword=xxxxxxxx (this password should match the password used for KeyStore generation and at least 6 characters)
101 # controllerTrustStore=./configuration/ctlTrustStore
102 # controllerTrustStorePassword=xxxxxxxx (this password should match the password used for TrustStore generation and at least 6 characters)
103
104 secureChannelEnabled=false
105 controllerKeyStore=
106 controllerKeyStorePassword=
107 controllerTrustStore=
108 controllerTrustStorePassword=
109
110 # User Manager configurations
111 enableStrongPasswordCheck = false
112
113 #Jolokia configurations
114 org.jolokia.listenForHttpService=false
115
116 # Logging configuration for Tomcat-JUL logging
117 java.util.logging.config.file=configuration/tomcat-logging.properties
118
119 #Hosttracker hostsdb key scheme setting
120 hosttracker.keyscheme=IP