blob: eede49b737513814900e348284978dbd300495f5 [file] [log] [blame]
tiernof7aa8c42016-09-06 16:43:04 +02001floodlight.modules=\
2net.floodlightcontroller.jython.JythonDebugInterface,\
3net.floodlightcontroller.storage.memory.MemoryStorageSource,\
4net.floodlightcontroller.core.internal.FloodlightProvider,\
5net.floodlightcontroller.threadpool.ThreadPool,\
6net.floodlightcontroller.debugcounter.DebugCounterServiceImpl,\
7net.floodlightcontroller.perfmon.PktInProcessingTime,\
8net.floodlightcontroller.debugevent.DebugEventService,\
9net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\
10net.floodlightcontroller.restserver.RestApiServer,\
11net.floodlightcontroller.topology.TopologyManager,\
12net.floodlightcontroller.forwarding.Forwarding,\
13net.floodlightcontroller.linkdiscovery.internal.LinkDiscoveryManager,\
14net.floodlightcontroller.ui.web.StaticWebRoutable,\
15net.floodlightcontroller.loadbalancer.LoadBalancer,\
16net.floodlightcontroller.firewall.Firewall,\
17net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl
18org.sdnplatform.sync.internal.SyncManager.authScheme=CHALLENGE_RESPONSE
19org.sdnplatform.sync.internal.SyncManager.keyStorePath=/etc/floodlight/auth_credentials.jceks
20org.sdnplatform.sync.internal.SyncManager.dbPath=/var/lib/floodlight/
21org.sdnplatform.sync.internal.SyncManager.port=6642
22net.floodlightcontroller.core.internal.FloodlightProvider.openflowPort=6653
23net.floodlightcontroller.core.internal.FloodlightProvider.role=ACTIVE
24net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnInitialHandshakeAsMaster=YES
25net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnEachTransitionToMaster=YES
26net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/your/keystore-file.jks
27net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=your-keystore-password
28net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO
29net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to/your/keystore-file.jks
30net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=your-keystore-password
31net.floodlightcontroller.restserver.RestApiServer.httpsNeedClientAuthentication=NO
32net.floodlightcontroller.restserver.RestApiServer.useHttps=NO
33net.floodlightcontroller.restserver.RestApiServer.useHttp=YES
34net.floodlightcontroller.restserver.RestApiServer.httpsPort=8081
35net.floodlightcontroller.restserver.RestApiServer.httpPort=8080
36