Skip to content
Snippets Groups Projects
  1. Sep 18, 2016
  2. Sep 17, 2016
  3. Sep 10, 2016
  4. May 18, 2016
  5. May 17, 2016
  6. May 12, 2016
  7. May 03, 2016
  8. May 02, 2016
  9. May 01, 2016
  10. Apr 29, 2016
  11. Apr 28, 2016
  12. Apr 26, 2016
  13. Apr 25, 2016
  14. Apr 21, 2016
  15. Apr 06, 2016
  16. Mar 30, 2016
  17. Mar 29, 2016
  18. Mar 28, 2016
    • Tulio Ribeiro's avatar
      Added comments at new functions. · ab3da0f4
      Tulio Ribeiro authored
      Fault tolerant based on events, now it is totally event driven.
      Logs with INFO scope.
      Romoved comment from OFChannelHandler to show logs again.
      
      floodlightdefault.properties2 renamed to floodlightBackupNode.properties
      
      :)
      ab3da0f4
    • Tulio Ribeiro's avatar
      Fault tolerance module based on events, now it is event driven. · 98dd2d8c
      Tulio Ribeiro authored
      Switch roles from floodlightdefault.properties.
      
      Fault tolerance with primary-backup or distributed, without reconfiguration.
      One time crashed the controller shall restart with all switches in slave mode.
      This can be achieved from floodlight.properties file.
      
      The second properties file, floodlighBackupNode.properties is for backup nodes, and swicthes shall be configures in slave mode.
      
      Regards
      98dd2d8c
    • Tulio Ribeiro's avatar
      Now it is totally event driven. · 0fe87738
      Tulio Ribeiro authored
      Hello guys, I have changed the logic of simple.FT (Fault Tolerant) module.
      
      The basic idea is, the FT module register on SyncManager to receive RPC events
      (connect and disconect nodes).
      
      In connect events, the controller send its switch list to storage and
      the other controllers can sync this info.
      In disconnect events, the controller is informed about which controller crashed and
      get switch list from storage and send a role request message to swicthes.
      
      Regards.
      0fe87738
  19. Mar 26, 2016
  20. Mar 25, 2016
Loading