X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fdistribution%2Fopendaylight%2Fsrc%2Fmain%2Fresources%2Fconfiguration%2Fconfig.ini;h=12f18ff6452b1cbec6f9a6d4bec1c6949b1d2836;hp=6e8a3555234ef8cd668a048fd299eddac823656e;hb=ae69cd76093e444e0b8f5b3ca10302af36024c86;hpb=371a8a0015ff6e0b857c5976204341a287d8daf5 diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini index 6e8a355523..12f18ff645 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini @@ -40,16 +40,26 @@ felix.fileinstall.filter=^(?!org.apache.felix.fileinstall).* # logback configuration logback.configurationFile=configuration/logback.xml +# Container configuration +container.profile = Container + +# Connection manager configuration +connection.scheme = ANY_CONTROLLER_ONE_MASTER + # Embedded Tomcat configuration File org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml # Open Flow related system parameters # TCP port on which the controller is listening (default 6633) # of.listenPort=6633 +# IP address of the controller (default: wild card) +# of.address = 127.0.0.1 # The time (in milliseconds) the controller will wait for a response after sending a Barrier Request or a Statistic Request message (default 2000 msec) # of.messageResponseTimer=2000 # The switch liveness timeout value (default 60500 msec) # of.switchLivenessTimeout=60500 +# 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 +# of.statsQueueSize = 64 # The flow statistics polling interval in second (default 10 sec) # of.flowStatsPollInterval=10 # The port statistics polling interval in second (default 5 sec) @@ -64,10 +74,10 @@ org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml # of.discoveryInterval=300 # The timeout multiple of discovery interval # of.discoveryTimeoutMultiple=2 -# For newly added ports, allow one more retry if the elapsed time exceeds this threshold (default 10 sec) -# of.discoveryThreshold=10 -# The maximum number of ports handled in one discovery batch (default 1024) -# of.discoveryBatchMaxPorts=1024 +# For newly added ports, allow one more retry if the elapsed time exceeds this threshold (default 30 sec) +# of.discoveryThreshold=30 +# The maximum number of ports handled in one discovery batch (default 512) +# of.discoveryBatchMaxPorts=512 # TLS configuration # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files. @@ -75,12 +85,15 @@ org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml # entries, including switches' Certification Authority (CA) certificates. For example, # secureChannelEnabled=true # controllerKeyStore=./configuration/ctlKeyStore -# controllerKeyStorePassword=xxxxx (this password should match the password used for KeyStore generation) +# controllerKeyStorePassword=xxxxxxxx (this password should match the password used for KeyStore generation and at least 6 characters) # controllerTrustStore=./configuration/ctlTrustStore -# controllerTrustStorePassword=xxxxx (this password should match the password used for TrustStore generation) +# controllerTrustStorePassword=xxxxxxxx (this password should match the password used for TrustStore generation and at least 6 characters) secureChannelEnabled=false controllerKeyStore= controllerKeyStorePassword= controllerTrustStore= controllerTrustStorePassword= + +# User Manager configurations +enableStrongPasswordCheck = false