blob: 9e4fc02f3349f9198abe40ff9bf4024dcaf5a83d [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\
2net.floodlightcontroller.core.FloodlightProvider,\
3net.floodlightcontroller.threadpool.ThreadPool,\
4net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08005net.floodlightcontroller.jython.JythonDebugInterface,\
6net.floodlightcontroller.counter.CounterStore,\
7net.floodlightcontroller.perfmon.PktInProcessingTime,\
Jonathan Hartbd766972013-02-22 15:13:03 -08008net.floodlightcontroller.ui.web.StaticWebRoutable,\
Jonathan Hartfcfebfb2013-02-22 20:53:12 -08009net.floodlightcontroller.onoslistener.OnosPublisher, \
Pankaj Berdef08d5ff2013-03-14 17:03:07 -070010net.onrc.onos.registry.controller.ZookeeperRegistry
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -080011net.floodlightcontroller.restserver.RestApiServer.port = 8080
12net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633
13net.floodlightcontroller.jython.JythonDebugInterface.port = 6655
14net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5
15net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0
Pankaj Berdeda809572013-02-22 15:31:20 -080016net.floodlightcontroller.onoslistener.OnosPublisher.dbconf = /tmp/cassandra.titan
Pankaj Berde99fcee12013-03-18 09:41:53 -070017net.floodlightcontroller.onoslistener.OnosPublisher.EnableCleanup = True