Jonathan Hart | 2fa2806 | 2013-11-25 20:16:28 -0800 | [diff] [blame] | 1 | floodlight.modules = net.floodlightcontroller.core.FloodlightProvider,\ |
Pankaj Berde | b7eb9d1 | 2013-04-09 15:54:25 -0700 | [diff] [blame] | 2 | net.floodlightcontroller.threadpool.ThreadPool,\ |
Jonathan Hart | e37e4e2 | 2014-05-13 19:12:02 -0700 | [diff] [blame] | 3 | net.onrc.onos.core.topology.TopologyPublisher, \ |
Jonathan Hart | 6df9017 | 2014-04-03 10:13:11 -0700 | [diff] [blame] | 4 | net.onrc.onos.core.datagrid.HazelcastDatagrid,\ |
Jonathan Hart | 23701d1 | 2014-04-03 10:45:48 -0700 | [diff] [blame] | 5 | net.onrc.onos.core.flowprogrammer.FlowProgrammer,\ |
Jonathan Hart | aa38097 | 2014-04-03 10:24:46 -0700 | [diff] [blame] | 6 | net.onrc.onos.core.intent.runtime.PathCalcRuntimeModule,\ |
| 7 | net.onrc.onos.core.intent.runtime.PlanInstallModule,\ |
Ray Milkey | 26921af | 2014-06-30 16:27:40 -0700 | [diff] [blame] | 8 | net.onrc.onos.core.registry.ZookeeperRegistry, \ |
Pavlin Radoslavov | de4c389 | 2014-07-06 23:19:59 -0700 | [diff] [blame] | 9 | net.onrc.onos.core.metrics.OnosMetricsModule, \ |
| 10 | net.onrc.onos.apps.websocket.WebSocketModule |
Pankaj Berde | b7eb9d1 | 2013-04-09 15:54:25 -0700 | [diff] [blame] | 11 | net.floodlightcontroller.restserver.RestApiServer.port = 8080 |
| 12 | net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633 |
| 13 | net.floodlightcontroller.core.FloodlightProvider.workerthreads = 16 |
Pankaj Berde | b7eb9d1 | 2013-04-09 15:54:25 -0700 | [diff] [blame] | 14 | net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5 |
| 15 | net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0 |
Pavlin Radoslavov | de4c389 | 2014-07-06 23:19:59 -0700 | [diff] [blame] | 16 | net.onrc.onos.apps.websocket.WebSocketModule.port = 8081 |
Naoki Shiota | d8ea71a | 2014-04-23 17:04:51 -0700 | [diff] [blame] | 17 | # NOTE: Do NOT modify or remove the line below. This value will be overwritten by onos.sh script. |
| 18 | net.onrc.onos.core.datagrid.HazelcastDatagrid.datagridConfig = |
Yuta HIGUCHI | d082b96 | 2014-06-02 11:42:22 -0700 | [diff] [blame] | 19 | # Uncomment and list all the ZooKeeper instances after localhost on multi-instance deployment. |
| 20 | #net.onrc.onos.core.registry.ZookeeperRegistry.connectionString = localhost:2181,otherhost:2181 |