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=9d0d6c1888a480aa96042fc2c7824aaf41b5ecbf;hp=1ddfe1c7f354d23162353e2dbaa046c8ea281c7d;hb=f2a95080b262418d109d7f1151cf3d9d3aae6237;hpb=c24246d2ae43ab30f1a80218cb90ed538db8d25c diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini index 1ddfe1c7f3..9d0d6c1888 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/config.ini @@ -8,7 +8,7 @@ osgi.bundles=\ reference\:file\:../lib/slf4j-api-1.7.2.jar@1:start,\ reference\:file\:../lib/logback-classic-1.0.9.jar@1:start,\ reference\:file\:../lib/logback-core-1.0.9.jar@1:start,\ - reference\:file\:../lib/logging.bridge-0.4.1-SNAPSHOT@1:start,\ + reference\:file\:../lib/logging.bridge-${logging.bridge.version}@1:start,\ reference\:file\:../lib/jersey-core-1.17.jar@2:start,\ reference\:file\:../lib/jersey-server-1.17.jar@2:start @@ -26,32 +26,20 @@ netconf.ssh.pk.path = ./configuration/RSA.pk netconf.config.persister.active=1,2 # read startup configuration -#netconf.config.persister.1.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.DirectoryStorageAdapter -#netconf.config.persister.1.properties.directoryStorage=configuration/initial/ -#netconf.config.persister.1.readonly=true - -netconf.config.persister.1.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.autodetect.AutodetectDirectoryStorageAdapter +netconf.config.persister.1.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.xml.XmlDirectoryStorageAdapter netconf.config.persister.1.properties.directoryStorage=configuration/initial/ +# 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 +netconf.config.persister.1.properties.includeExtensions=xml netconf.config.persister.1.readonly=true -#netconf.config.persister.3.storageAdapterClass=org.opendaylight.controller.config.persist.storage.directory.xml.XmlDirectoryStorageAdapter -#netconf.config.persister.3.properties.directoryStorage=configuration/initialXml/ -#netconf.config.persister.3.readonly=true - -#netconf.config.persister.4.storageAdapterClass=org.opendaylight.controller.config.persist.storage.file.FileStorageAdapter -#netconf.config.persister.4.properties.fileStorage=configuration/current/controller.currentconfig.txt -#netconf.config.persister.4.properties.numberOfBackups=1 - netconf.config.persister.2.storageAdapterClass=org.opendaylight.controller.config.persist.storage.file.xml.XmlFileStorageAdapter netconf.config.persister.2.properties.fileStorage=configuration/current/controller.currentconfig.xml netconf.config.persister.2.properties.numberOfBackups=1 -yangstore.blacklist=.*controller.model.* - # Set Default start level for framework osgi.bundles.defaultStartLevel=4 # Extra packages to import from the boot class loader -org.osgi.framework.system.packages.extra=sun.reflect,sun.reflect.misc,sun.misc +org.osgi.framework.system.packages.extra=sun.reflect,sun.reflect.misc,sun.misc,sun.nio.ch # This is not Eclipse App eclipse.ignoreApp=true # Don't shutdown equinox if the eclipse App has ended, @@ -59,9 +47,12 @@ eclipse.ignoreApp=true osgi.noShutdown=true # Clean any cached data on restart of the framework osgi.clean=true + +# https://bugs.eclipse.org/bugs/show_bug.cgi?id=325578 # Extend the framework to avoid the resources to be presented with # a URL of type bundleresource: but to be presented as file: osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator + # Directory from where the fileinstall will monitor for new bundles felix.fileinstall.dir=./plugins # Immediately learn new bundles at startup @@ -83,6 +74,7 @@ connection.scheme = ANY_CONTROLLER_ONE_MASTER # Embedded Tomcat configuration File org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml +org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true # Open Flow related system parameters # TCP port on which the controller is listening (default 6633)