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, \ |
Sangho Shin | 7a9fffb | 2014-09-15 14:30:45 -0700 | [diff] [blame] | 10 | net.onrc.onos.apps.websocket.WebSocketModule, \ |
| 11 | net.onrc.onos.core.main.config.DefaultConfiguration, \ |
| 12 | net.onrc.onos.apps.segmentrouting.SegmentRoutingManager |
Pankaj Berde | b7eb9d1 | 2013-04-09 15:54:25 -0700 | [diff] [blame] | 13 | net.floodlightcontroller.restserver.RestApiServer.port = 8080 |
| 14 | net.floodlightcontroller.core.FloodlightProvider.openflowport = 6633 |
| 15 | net.floodlightcontroller.core.FloodlightProvider.workerthreads = 16 |
Saurav Das | c0aa04c | 2014-09-22 10:22:23 -0700 | [diff] [blame] | 16 | net.floodlightcontroller.core.FloodlightProvider.cpqdUsePipeline13 = true |
Pankaj Berde | b7eb9d1 | 2013-04-09 15:54:25 -0700 | [diff] [blame] | 17 | net.floodlightcontroller.forwarding.Forwarding.idletimeout = 5 |
| 18 | net.floodlightcontroller.forwarding.Forwarding.hardtimeout = 0 |
Pavlin Radoslavov | de4c389 | 2014-07-06 23:19:59 -0700 | [diff] [blame] | 19 | net.onrc.onos.apps.websocket.WebSocketModule.port = 8081 |
Srikanth Vavilapalli | 93650d5 | 2014-09-15 11:55:19 -0700 | [diff] [blame] | 20 | net.floodlightcontroller.core.FloodlightProvider.cpqdUsePipeline13 = true |
Naoki Shiota | d8ea71a | 2014-04-23 17:04:51 -0700 | [diff] [blame] | 21 | # NOTE: Do NOT modify or remove the line below. This value will be overwritten by onos.sh script. |
| 22 | net.onrc.onos.core.datagrid.HazelcastDatagrid.datagridConfig = |
Yuta HIGUCHI | d082b96 | 2014-06-02 11:42:22 -0700 | [diff] [blame] | 23 | # Uncomment and list all the ZooKeeper instances after localhost on multi-instance deployment. |
| 24 | #net.onrc.onos.core.registry.ZookeeperRegistry.connectionString = localhost:2181,otherhost:2181 |
Saurav Das | fb93c25 | 2014-08-18 20:40:13 -0700 | [diff] [blame] | 25 | # Specify a network configuration file to be used by the NetworkConfigManager |
Saurav Das | d84178f | 2014-09-29 17:48:54 -0700 | [diff] [blame] | 26 | net.onrc.onos.core.configmanager.NetworkConfigManager.networkConfigFile = conf/sr-3node.conf |
Saurav Das | c0aa04c | 2014-09-22 10:22:23 -0700 | [diff] [blame] | 27 | |