Bug 2103545
Summary: | [OSP17] Unable to create a VM after migration to OVN, timeout on network-vif-plugged | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Roman Safronov <rsafrono> |
Component: | openstack-neutron | Assignee: | Arnau Verdaguer <averdagu> |
Status: | CLOSED ERRATA | QA Contact: | Roman Safronov <rsafrono> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 17.0 (Wallaby) | CC: | chrisw, egarciar, jlibosva, jschluet, scohen, skaplons, spower |
Target Milestone: | --- | Keywords: | AutomationBlocker, Regression, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-18.4.1-0.20220705190433.5258354.el9ost openstack-tripleo-heat-templates-14.3.1-0.20220701162329.dd13d73.el9ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-09-21 12:23:40 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2075038 |
Description
Roman Safronov
2022-07-04 04:41:25 UTC
The problem recalls on the second time that tripleo update is called. This second time is needed to set br-int as the bridge used on the cloud (instead of the br-migration that is currently using, after the first tripleo update). The problem is that something is wrong with the task: "Generate ovn-extras environment file" which "fails" with this error: Did not run command since '/home/stack/ovn-extras.yaml' exists. (It doesn't fail actually, since the return value is 0). The problem is that if the ovn-extras.yaml is not recreated it will use the br-migration (instead of the br-int). Looks like this patch https://review.opendev.org/c/openstack/neutron/+/848000 didn't get to the promotion yet. Was verified on RHOS-17.0-RHEL-9-20220711.n.1 with openstack-neutron-ovn-migration-tool-18.4.1-0.20220705190433.5258354.el9ost.noarch and openstack-tripleo-heat-templates-14.3.1-0.20220706080800.feca772.el9ost.noarch The issue did not happen during any of downstream CI ovs2ovn jobs. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Release of components for Red Hat OpenStack Platform 17.0 (Wallaby)), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2022:6543 |