- 13 Jul, 2016 2 commits
-
-
…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 13 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 -
[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
- 11 Jul, 2016 11 commits
-
-
… + feature + if-feature + revision defect fix Change-Id: I0a3aee6c1c6b72ef7da7f7f565fd0f149fe3fd42
Vidyashree Rama authored -
[Done] - Add vOLT ponlink commands for FUJITSU OLT - Add new implementation with respect to the commands - Move those commands to Fujitsu drivers directory - Modify BUCK to avoid an error Change-Id: I7a61234e18367aa74445800dd09f98c10edc35c4
Akihiro Yamanouchi authored -
- Create router bridge and pactch port to integration bridge for gateway node - Refactored to listen map event for node add/update - Added CLIs Change-Id: Id653f2a2c01d94036f77e6ce1b1230111f3dbbb1
Hyunsun Moon authored -
- Added tunnel interface configuratoin to interfaceConfig and deprecated tunnelConfig - OVSDB client service provides interface create/remove APIs instead of tunnel interface create/remove, and this APIs can be used to create/remove various types of interfaces like tunnel, patch, tap and so on - Use tunnel description when create tunnel interface so that we can extend more config options later - Some cleaup OVSDB client Change-Id: I4653595504a27b18384a92ebe4b31ce9d99237cd
Hyunsun Moon authored -
- Modified openstack_routing to use scalable gateway application - Add GatewayNode Builder method Change-Id: Ib12d52009eeb89ab59f01cafe794894aac80985e
Kyuhwi Choi authored -
And fixed maven artifact ID to follow the convention Change-Id: I700c93516d4c79a3b5b93e99138a593a569e52a1
Hyunsun Moon authored
- 09 Jul, 2016 1 commit
- 08 Jul, 2016 5 commits
-
-
And added drivers/ovsdb to application list Change-Id: I073d73823d045b003cc79bbc41b6c67272bb5f19
Hyunsun Moon authored -
- Temporary workaraound for onos-master job failing with: javadoc: error - No public or protected classes found to document. Change-Id: I3b22d80d9a8716d7c462167df389f19aa4dfae3a
Yuta HIGUCHI authored -
- Shut down openflow meta app before driver test, was causing port collision issues with openflow server - Fixed NPE in Network config store - reordered tests to insure proper sequencing Change-Id: Ib39330153f543ee960b8631a0dc9246ee4251851
Ray Milkey authored -
- Temporary workaraound for onos-master job failing with: javadoc: error - No public or protected classes found to document. Change-Id: Iea3f419584130176a85abb173eba91f842c32068
Yuta HIGUCHI authored
-
- 07 Jul, 2016 8 commits
-
-
Change-Id: I5e27fc1d242ca03a4ed93dd67fbbf6d477cbd808 (cherry picked from commit 1ba1549f)
Charles Chan authored -
Added deprecated tags to a bunch of other objects that will be removed in a future release Change-Id: Iee80a260951070c1f280aa1a7755f06349aacb4f
Jonathan Hart authored -
In Ubuntu 14.04 and 16.04, the file of init-functions is placed in /lib/lsb/. Change-Id: I101ee08a7b7795c41d9ec3eb8833bee0e2f38e1c
Phil Huang authored