Bug 1733374
| Summary: | OVN VIP does not ping out site its subnet | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Priscila <pveiga> | ||||||
| Component: | openvswitch | Assignee: | Lucas Alvares Gomes <lmartins> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Eduardo Olivares <eolivare> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | high | ||||||||
| Version: | 13.0 (Queens) | CC: | aiyengar, amuller, apevec, chrisw, cmuresan, dalvarez, dhill, dvd, eolivare, jmelvin, jraju, lhh, lmartins, majopela, mjozefcz, mmethot, njohnston, nusiddiq, pkundal, rhos-maint, rsafrono, scohen | ||||||
| Target Milestone: | z9 | Keywords: | Triaged, ZStream | ||||||
| Target Release: | 13.0 (Queens) | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-04-30 12:29:03 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Priscila
2019-07-25 20:43:37 UTC
So, the RC for this would be https://bugzilla.redhat.com/show_bug.cgi?id=1731214 ? We need this in our puppet-vswitch:
commit b6dab2e9bb08401507d95715734f5841663ae055
Author: Numan Siddique <nusiddiq>
Date: Tue Aug 28 14:02:13 2018 +0530
Fix the undefined method 'chomp' for nil:NilClass error seen with ovs 2.10
puppet-ovn uses puppet-vswitch to configure the OVN params. When OVS binaries are
compiled with dpdk support and when vs_config provider runs the command
'ovs-vsctl list Open_vSwitch .', the below warning messages are seen and
are part of the command output.
----
PMD: net_mlx5: cannot load glue library: libibverbs.so.1: cannot open shared
object file: No such file or directory
PMD: net_mlx5: cannot initialize PMD due to missing run-time dependency on
rdma-core libraries (libibverbs, libmlx5)
----
We see the error 'undefined method 'chomp' for nil:NilClass' when the result is
extracted. This patch fixes this issue by checking if the 'value' var is nil or
not before 'parse_column_value' is called.
Tripleo deployment with OVN is failing because of this issue.
Change-Id: I415a6229a0fbc1b55451e3738539735afdc6f8f4
Closes-bug: #1789236
Created attachment 1620196 [details] hotfix-bz1733374-v3 Created attachment 1627652 [details] hotfix-bz1733374-v5 It contains latest FDP packages. http://brew-task-repos.usersys.redhat.com/repos/official/openvswitch2.11/2.11.0/26.el7fdp/x86_64/ http://brew-task-repos.usersys.redhat.com/repos/official/ovn2.11/2.11.1/8.el7fdp/x86_64/ The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |