diff --git a/src/main/resources/learningswitch.properties b/src/main/resources/learningswitch.properties index a573ce8ff5c3c3ec8631a3c0f8b0a0d522191011..adaa4a51bc42cce981d2a1aa7568d925e9cc954e 100644 --- a/src/main/resources/learningswitch.properties +++ b/src/main/resources/learningswitch.properties @@ -1,16 +1,37 @@ -floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\ +floodlight.modules=\ +net.floodlightcontroller.jython.JythonDebugInterface,\ +net.floodlightcontroller.storage.memory.MemoryStorageSource,\ net.floodlightcontroller.core.internal.FloodlightProvider,\ net.floodlightcontroller.threadpool.ThreadPool,\ -net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\ -net.floodlightcontroller.firewall.Firewall,\ -net.floodlightcontroller.jython.JythonDebugInterface,\ -net.floodlightcontroller.counter.CounterStore,\ +net.floodlightcontroller.debugcounter.DebugCounterServiceImpl,\ net.floodlightcontroller.perfmon.PktInProcessingTime,\ +net.floodlightcontroller.debugevent.DebugEventService,\ +net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\ +net.floodlightcontroller.restserver.RestApiServer,\ +net.floodlightcontroller.topology.TopologyManager,\ +net.floodlightcontroller.learningswitch.LearningSwitch,\ +net.floodlightcontroller.linkdiscovery.internal.LinkDiscoveryManager,\ net.floodlightcontroller.ui.web.StaticWebRoutable,\ -net.floodlightcontroller.learningswitch.LearningSwitch -net.floodlightcontroller.restserver.RestApiServer.port = 8080 -net.floodlightcontroller.core.internal.FloodlightProvider.openflowport = 6633 -net.floodlightcontroller.jython.JythonDebugInterface.port = 6655 -net.floodlightcontroller.learningswitch.LearningSwitch.idletimeout = 5 -net.floodlightcontroller.learningswitch.LearningSwitch.hardtimeout = 0 -net.floodlightcontroller.learningswitch.LearningSwitch.priority = 100 \ No newline at end of file +net.floodlightcontroller.loadbalancer.LoadBalancer,\ +net.floodlightcontroller.firewall.Firewall,\ +net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\ +net.floodlightcontroller.accesscontrollist.ACL +org.sdnplatform.sync.internal.SyncManager.authScheme=CHALLENGE_RESPONSE +org.sdnplatform.sync.internal.SyncManager.keyStorePath=/etc/floodlight/auth_credentials.jceks +org.sdnplatform.sync.internal.SyncManager.dbPath=/var/lib/floodlight/ +org.sdnplatform.sync.internal.SyncManager.port=6642 +net.floodlightcontroller.forwarding.Forwarding.match=vlan, mac, ip, transport +net.floodlightcontroller.core.internal.FloodlightProvider.openflowPort=6653 +net.floodlightcontroller.core.internal.FloodlightProvider.role=ACTIVE +net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnInitialHandshakeAsMaster=YES +net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnEachTransitionToMaster=YES +net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/your/keystore-file.jks +net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=your-keystore-password +net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO +net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to/your/keystore-file.jks +net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=your-keystore-password +net.floodlightcontroller.restserver.RestApiServer.httpsNeedClientAuthentication=NO +net.floodlightcontroller.restserver.RestApiServer.useHttps=NO +net.floodlightcontroller.restserver.RestApiServer.useHttp=YES +net.floodlightcontroller.restserver.RestApiServer.httpsPort=8081 +net.floodlightcontroller.restserver.RestApiServer.httpPort=8080 diff --git a/src/main/resources/neutron.properties b/src/main/resources/neutron.properties index 3b2721e40f33edcbcbe2d8fc757868932415a52b..60683ca5864efe21d2965a51593789451ccc785d 100644 --- a/src/main/resources/neutron.properties +++ b/src/main/resources/neutron.properties @@ -1,15 +1,39 @@ # The default configuration for openstack -floodlight.modules = net.floodlightcontroller.storage.memory.MemoryStorageSource,\ +floodlight.modules=\ +net.floodlightcontroller.jython.JythonDebugInterface,\ +net.floodlightcontroller.storage.memory.MemoryStorageSource,\ net.floodlightcontroller.core.internal.FloodlightProvider,\ -net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\ +net.floodlightcontroller.threadpool.ThreadPool,\ +net.floodlightcontroller.debugcounter.DebugCounterServiceImpl,\ +net.floodlightcontroller.perfmon.PktInProcessingTime,\ +net.floodlightcontroller.debugevent.DebugEventService,\ net.floodlightcontroller.staticflowentry.StaticFlowEntryPusher,\ +net.floodlightcontroller.restserver.RestApiServer,\ +net.floodlightcontroller.topology.TopologyManager,\ net.floodlightcontroller.forwarding.Forwarding,\ -net.floodlightcontroller.jython.JythonDebugInterface,\ -net.floodlightcontroller.counter.CounterStore,\ -net.floodlightcontroller.perfmon.PktInProcessingTime,\ -net.floodlightcontroller.ui.web.StaticWebRoutable,\ net.floodlightcontroller.virtualnetwork.VirtualNetworkFilter,\ -net.floodlightcontroller.threadpool.ThreadPool -net.floodlightcontroller.restserver.RestApiServer.port = 8080 -net.floodlightcontroller.core.internal.FloodlightProvider.openflowport = 6633 -net.floodlightcontroller.jython.JythonDebugInterface.port = 6655 \ No newline at end of file +net.floodlightcontroller.linkdiscovery.internal.LinkDiscoveryManager,\ +net.floodlightcontroller.ui.web.StaticWebRoutable,\ +net.floodlightcontroller.loadbalancer.LoadBalancer,\ +net.floodlightcontroller.firewall.Firewall,\ +net.floodlightcontroller.devicemanager.internal.DeviceManagerImpl,\ +net.floodlightcontroller.accesscontrollist.ACL +org.sdnplatform.sync.internal.SyncManager.authScheme=CHALLENGE_RESPONSE +org.sdnplatform.sync.internal.SyncManager.keyStorePath=/etc/floodlight/auth_credentials.jceks +org.sdnplatform.sync.internal.SyncManager.dbPath=/var/lib/floodlight/ +org.sdnplatform.sync.internal.SyncManager.port=6642 +net.floodlightcontroller.forwarding.Forwarding.match=vlan, mac, ip, transport +net.floodlightcontroller.core.internal.FloodlightProvider.openflowPort=6653 +net.floodlightcontroller.core.internal.FloodlightProvider.role=ACTIVE +net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnInitialHandshakeAsMaster=YES +net.floodlightcontroller.core.internal.OFSwitchManager.clearTablesOnEachTransitionToMaster=YES +net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePath=/path/to/your/keystore-file.jks +net.floodlightcontroller.core.internal.OFSwitchManager.keyStorePassword=your-keystore-password +net.floodlightcontroller.core.internal.OFSwitchManager.useSsl=NO +net.floodlightcontroller.restserver.RestApiServer.keyStorePath=/path/to/your/keystore-file.jks +net.floodlightcontroller.restserver.RestApiServer.keyStorePassword=your-keystore-password +net.floodlightcontroller.restserver.RestApiServer.httpsNeedClientAuthentication=NO +net.floodlightcontroller.restserver.RestApiServer.useHttps=NO +net.floodlightcontroller.restserver.RestApiServer.useHttp=YES +net.floodlightcontroller.restserver.RestApiServer.httpsPort=8081 +net.floodlightcontroller.restserver.RestApiServer.httpPort=8080 \ No newline at end of file