Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a required patch to fix the CI failures for OVN deployments with … #4

Merged

Conversation

numansiddique
Copy link

…ovs 2.8

With the present ovs 2.8.1 and OVN deployment (tripelo or packstack), there is an
issue where the VMs don't get the DHCP response from the ovn-controller. This issue
is seen with OVS 2.8.1 and kernel 3.10.0-693.2.2.el7.x86_64. The issue is not seen
with earlier kernel versions.

The patch 0001-Check-flow-s-dl_type-before-setting-ct_orig_tuple-in.patch fixes
this issue. This patch is merged upstream in master and branch 2.8. There will
be ovs 2.8.2 soon. This commit is a temporary until we have ovs 2.8.2 so that
we can have ovs 2.8.1 with this patch to unblock OVN deployments.

Signed-off-by: Numan Siddique nusiddiq@redhat.com

openvswitch.spec Outdated
@@ -38,7 +38,7 @@
Name: openvswitch
# Carried over from 2.6.1 CBS builds, introduced to win over 2.6.90
Epoch: 1
Version: 2.8.1
Version: 2.8.1-2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version: must stay upstream version...

openvswitch.spec Outdated
@@ -38,7 +38,7 @@
Name: openvswitch
# Carried over from 2.6.1 CBS builds, introduced to win over 2.6.90
Epoch: 1
Version: 2.8.1
Version: 2.8.1-2
Release: 1.1fc28%{?snapshot}%{?dist}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... instead just bump Release: 2.1fc28...

…ovs 2.8

With the present ovs 2.8.1 and OVN deployment (tripelo or packstack), there is an
issue where the VMs don't get the DHCP response from the ovn-controller. This issue
is seen with OVS 2.8.1 and kernel 3.10.0-693.2.2.el7.x86_64. The issue is not seen
with earlier kernel versions.

The patch 0001-Check-flow-s-dl_type-before-setting-ct_orig_tuple-in.patch fixes
this issue. This patch is merged upstream in master and branch 2.8. There will
be ovs 2.8.2 soon. This commit is a temporary until we have ovs 2.8.2 so that
we can have ovs 2.8.1 with this patch to unblock OVN deployments.

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
@numansiddique
Copy link
Author

Done. I updated the pull request.

@@ -714,6 +715,10 @@ fi
%{_unitdir}/ovn-controller-vtep.service

%changelog
* Fri Oct 26 2017 Numan Siddique <nusiddiq@redhat.com> - 2.8.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelog entry with 2.8.1-2 was ok, it's Version-Release but let's merge as-is

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's also bogus date, I'll fixup in a followup commit
warning: bogus date in %changelog: Fri Oct 26 2017 Numan Siddique nusiddiq@redhat.com - 2.8.1

@apevec apevec merged commit 51397bc into rdo-common:common-rdo-2.8 Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants