forked from openstack/neutron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't compile OVS kernel modules for functional job
The only reason we need newer openvswitch is following fix [1] for user-space part of openvswitch. This patch fixes our test_install_flood_to_tun tests. Current 2.6 branch has issues with ovsdb where connection with native interface is getting lost and functional job gets stuck. To mitigate that, this patch switches back to OVS 2.5.1 version for functional jobs, compiling only user-space part as OVS 2.5.1 kernel modules are not supported by Xenial. Fullstack job remains running with 2.6 because the job needs OVS kernel patch for local VXLAN tunneling. [1] openvswitch/ovs@56de214 Related-bug: bug/1646107 Change-Id: Ic5419afe7170e759749afd7055441c82c317efe0
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters