Umesh Krishnaswamy | 345ee99 | 2012-12-13 20:29:48 -0800 | [diff] [blame] | 1 | floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\ |
| 2 | net.floodlightcontroller.core.FloodlightProvider,\ |
| 3 | net.floodlightcontroller.threadpool.ThreadPool,\ |
| 4 | net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\ |
Umesh Krishnaswamy | 345ee99 | 2012-12-13 20:29:48 -0800 | [diff] [blame] | 5 | net.floodlightcontroller.jython.JythonDebugInterface,\ |
| 6 | net.floodlightcontroller.counter.CounterStore,\ |
| 7 | net.floodlightcontroller.perfmon.PktInProcessingTime,\ |
Jonathan Hart | bd76697 | 2013-02-22 15:13:03 -0800 | [diff] [blame] | 8 | net.floodlightcontroller.ui.web.StaticWebRoutable,\ |
Jonathan Hart | fcfebfb | 2013-02-22 20:53:12 -0800 | [diff] [blame] | 9 | net.floodlightcontroller.onoslistener.OnosPublisher, \ |
Pankaj Berde | f08d5ff | 2013-03-14 17:03:07 -0700 | [diff] [blame] | 10 | net.onrc.onos.registry.controller.ZookeeperRegistry |
Umesh Krishnaswamy | 345ee99 | 2012-12-13 20:29:48 -0800 | [diff] [blame] | 11 | net.floodlightcontroller.restserver.RestApiServer.port = 8080 |
| 12 | net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633 |
| 13 | net.floodlightcontroller.jython.JythonDebugInterface.port = 6655 |
| 14 | net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5 |
| 15 | net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0 |
Pankaj Berde | da80957 | 2013-02-22 15:31:20 -0800 | [diff] [blame] | 16 | net.floodlightcontroller.onoslistener.OnosPublisher.dbconf = /tmp/cassandra.titan |
Pankaj Berde | 99fcee1 | 2013-03-18 09:41:53 -0700 | [diff] [blame] | 17 | net.floodlightcontroller.onoslistener.OnosPublisher.EnableCleanup = True |