- 14 Jul, 2016 8 commits
-
-
Adding ability to version extraneous stuff. Change-Id: I2e18dafd6d8705504ab01000d6707037415dfd0c (cherry picked from commit 251016df)
Thomas Vachuska authored
- 13 Jul, 2016 20 commits
-
-
…ions on multiple nodes concurrently. Change-Id: I4a37adc8d059f63115517dbe628233d1fd295d02
Thomas Vachuska authored -
Cleaned-up a few STC scenarios. Change-Id: I4ffa61953d8cf289406fa572ab7603d996e26a85
Thomas Vachuska authored -
- Replace OpenstackPortInfo with HostService - Replace OpenstackRoutingConfig with OpenstackNodeService (Remove OpenstackRoutingConfig) - Rebased with 10330 (existing_vm) - Added initialization process using OpenstackNodeListener Change-Id: If2ce8eb86d242a7180c9154e1a0f1668b266bf1c
sangho authored -
exposes availability, and polls NETCONF device reachability. Change-Id: I5492c7b6109c3431d71555a9104c7e97fc6e75be
helenyrwu authored -
- Implements command line interface for dynamic management - Implements dynamic gateway node management - Add CLIs Change-Id: I27bb945968a262d2813d317fc79e75ee768b2825
Kyuhwi Choi authored -
…eption when update races are detected Change-Id: I6d2ab6b9864649e89156660949160261c511058a
Madan Jampani authored -
Dots in artifactId should not be replaced with slashes. Change-Id: I7d1b2608702255a36bfffeb0ca7c2acb9f5bc076
Sanjana Agarwal authored
- 12 Jul, 2016 12 commits
-
-
1. Coding Errors in both the Converters 2. Pom file needs an import for com.google.protobuf 3. Port Object can be null in DeviceEvent. Added a check in the DeviceEventConverter Change-Id: I28fe7e388b31bec7971b4ab1f431a3520162b53e
Shravan Ambati authored -
…s are temporarily removed. Change-Id: Iec5b972fb9de2dbfdfbe315b330778139ba92c90
Aaron Kruglikov authored -
http://www.mapdb.org/changelog-archive/ Change-Id: I6d55f4090539b69dd24b1aa7cb822e0d1bd8873f
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 -
- 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