1. 12 Jul, 2016 8 commits
    • Change-Id: Iec031eac96f2a554c9073ac73b5730dfd16e1cca
      Yuta HIGUCHI authored
    • When tableStore or rowStore is null, getBridges() should not return (null),
      that will cause NullPointerException in its two usages:
      
      (getBRidges only has these two usages now, but it is very foundational.)
      
      1. OvsdbBridgeConfig.java, line 113-115:
      
              Set<OvsdbBridge> bridges = client.getBridges();
              return bridges.stream()......
      
      2. OvsdbControllerConfig.java, line 92:
      
      	.filter(cs ->
      	 cs.getBridges().stream()
      	.anyMatch(b -> dpidMatches(b, ofDeviceId)))
      	......
      
      Change-Id: Ice14a8991f5022a5041cf48f5c8431712f946228
      MaoJianwei authored
    • Change-Id: I011adce4ba0c2ef3fee3399c4a55f47e81708264
      Yuta HIGUCHI authored
    • Change-Id: Ia8e531e6611ec502399edec376ccc00522e47994
      Madan Jampani authored
    • Change-Id: I9a39c0584d0e5d62d5719639598c5cc25bcb8e2f
      Madan Jampani authored
    • Change-Id: I62ec858803b7767d98ac24e3693834aa13c6ee06
      Ray Milkey authored
    • - Added openstack node state event
      - Made openstack switching to listen to the node state events and
        add existing VMs running in the complete state node
      
      Change-Id: I7b7186c3b889376a4bc0385313433604dcd93d70
      Hyunsun Moon authored
    • [DONE]
      - Restructured to activate or deactivate switching and routing app separately
      - Fixed to add or remove host when port is detected or vanished
      - Use openstack node service to get integration bridges and data IP
      
      [TODO]
      - Remove use of OpenstackPortInfo
      - Support installing flow rules for exising VMs
      - Call security group update method when port update triggered from OpenStack
      
      Change-Id: Ic0b2ac3f7ab07f0e20c97c6edfdd1928b9767baf
      Hyunsun Moon authored
  2. 11 Jul, 2016 11 commits
  3. 09 Jul, 2016 1 commit
  4. 08 Jul, 2016 5 commits
  5. 07 Jul, 2016 15 commits