BUG-625: migrate InventoryAndReadAdapter
[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-${logging.bridge.version}@1:start,\
12     reference\:file\:../lib/jersey-core-1.17.jar@2:start,\
13     reference\:file\:../lib/jersey-server-1.17.jar@2:start
14
15 # Netconf startup configuration
16
17 # Netconf tcp address:port is optional with default value 127.0.0.1:8383
18 #netconf.tcp.address=127.0.0.1
19 #netconf.tcp.port=8384
20
21 #netconf.tcp.client.address=127.0.0.1
22 #netconf.tcp.client.port=8384
23
24 netconf.ssh.address=0.0.0.0
25 netconf.ssh.port=1830
26 netconf.ssh.pk.path = ./configuration/RSA.pk
27 netconf.ssh.default.user = netconf
28 netconf.ssh.default.password = netconf
29
30
31 netconf.config.persister.active=1,2
32 # read startup configuration
33 netconf.config.persister.1.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.xml.XmlDirectoryStorageAdapter
34 netconf.config.persister.1.properties.directoryStorage=configuration/initial/
35 # 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
36 netconf.config.persister.1.properties.includeExtensions=xml
37 netconf.config.persister.1.readonly=true
38
39 netconf.config.persister.2.storageAdapterClass=org.opendaylight.controller.config.persist.storage.file.xml.XmlFileStorageAdapter
40 netconf.config.persister.2.properties.fileStorage=configuration/current/controller.currentconfig.xml
41 netconf.config.persister.2.properties.numberOfBackups=1
42
43 # Set Default start level for framework
44 osgi.bundles.defaultStartLevel=4
45 # Extra packages to import from the boot class loader
46 org.osgi.framework.system.packages.extra=sun.reflect,sun.reflect.misc,sun.misc,sun.nio.ch
47 # This is not Eclipse App
48 eclipse.ignoreApp=true
49 # Don't shutdown equinox if the eclipse App has ended,
50 # which is our case because we are not running any eclipse application
51 osgi.noShutdown=true
52 # Clean any cached data on restart of the framework
53 osgi.clean=true
54
55 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=325578
56 # Extend the framework to avoid the resources to be presented with
57 # a URL of type bundleresource: but to be presented as file:
58 osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator
59
60 # Directory from where the fileinstall will monitor for new bundles
61 felix.fileinstall.dir=./plugins
62 # Immediately learn new bundles at startup
63 felix.fileinstall.noInitialDelay=true
64 # Auto start the bundles at level 4
65 felix.fileinstall.start.level=4
66 # Avoid to auto-install following bundles, that means those need
67 # to be started manually or in other way like osgi.bundles
68 felix.fileinstall.filter=^(?!org.apache.felix.fileinstall).*
69
70 # logback configuration
71 logback.configurationFile=configuration/logback.xml
72
73 # Container configuration
74 container.profile = Container
75
76 # Connection manager configuration
77 connection.scheme = ANY_CONTROLLER_ONE_MASTER
78
79 # Embedded Tomcat configuration File
80 org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml
81 org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
82
83 # Open Flow related system parameters
84 # TCP port on which the controller is listening (default 6633)
85 # of.listenPort=6633
86 # IP address of the controller (default: wild card)
87 # of.address = 127.0.0.1
88 # The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec)
89 # of.messageResponseTimer=2000
90 # The switch liveness timeout value (default 60500 msec)
91 # of.switchLivenessTimeout=60500
92 # 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
93 # of.statsQueueSize = 64
94 # The flow statistics polling interval in second (default 10 sec)
95 # of.flowStatsPollInterval=10
96 # The port statistics polling interval in second (default 5 sec)
97 # of.portStatsPollInterval=5
98 # The description statistics polling interval in second (default 60 sec)
99 # of.descStatsPollInterval=60
100 # The table statistics polling interval in second (default 10 sec)
101 # of.tableStatsPollInterval=10
102 # The maximum number of asynchronous messages can be sent before sending a Barrier Request (default 100)
103 # of.barrierMessagePriorCount=100
104 # The interval which determines how often the discovery packets should be sent (default 300 sec)
105 # of.discoveryInterval=300
106 # The timeout multiple of discovery interval
107 # of.discoveryTimeoutMultiple=2
108 # For newly added ports, allow one more retry if the elapsed time exceeds this threshold (default 30 sec)
109 # of.discoveryThreshold=30
110 # The maximum number of ports handled in one discovery batch (default 512)
111 # of.discoveryBatchMaxPorts=512
112
113 # OVSDB configuration
114 # ovsdb plugin supports both active and passive connections. It listens on port 6640 by default for Active connections.
115 ovsdb.listenPort=6640
116
117 # ovsdb creates Openflow nodes/bridges. This configuration configures the bridge's Openflow version.
118 # default Openflow version = 1.0, we also support 1.3.
119 # ovsdb.of.version=1.3
120
121 # TLS configuration
122 # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files.
123 # The Java KeyStore contains controller's private key and certificate. The Java TrustStore contains the trusted certificate
124 # entries, including switches' Certification Authority (CA) certificates. For example,
125 # secureChannelEnabled=true
126 # controllerKeyStore=./configuration/ctlKeyStore
127 # controllerKeyStorePassword=xxxxxxxx (this password should match the password used for KeyStore generation and at least 6 characters)
128 # controllerTrustStore=./configuration/ctlTrustStore
129 # controllerTrustStorePassword=xxxxxxxx (this password should match the password used for TrustStore generation and at least 6 characters)
130
131 secureChannelEnabled=false
132 controllerKeyStore=
133 controllerKeyStorePassword=
134 controllerTrustStore=
135 controllerTrustStorePassword=
136
137 # User Manager configurations
138 enableStrongPasswordCheck = false
139
140 #Jolokia configurations
141 org.jolokia.listenForHttpService=false
142
143 # Logging configuration for Tomcat-JUL logging
144 java.util.logging.config.file=configuration/tomcat-logging.properties
145
146 #Hosttracker hostsdb key scheme setting
147 hosttracker.keyscheme=IP
148
149 # LISP Flow Mapping configuration
150 # Map-Register messages overwrite existing RLOC sets in EID-to-RLOC mappings
151 lisp.mappingOverwrite = true
152 # Enable the Solicit-Map-Request (SMR) mechanism
153 lisp.smr = false