Bug 2246444

Summary: Trunk bridge are not set as netdev on dpdk nodes on revert
Product: Red Hat OpenStack Reporter: Jakub Libosvar <jlibosva>
Component: openstack-neutronAssignee: Jakub Libosvar <jlibosva>
Status: CLOSED NOTABUG QA Contact: Ella Shulman <eshulman>
Severity: high Docs Contact:
Priority: high    
Version: 17.1 (Wallaby)CC: chrisw, mariel, mburns, mnietoji, scohen
Target Milestone: z4Keywords: Triaged
Target Release: 17.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-neutron-18.6.1-17.1.20240822200817.85ff760.el9ost Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2024-11-12 13:35:33 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:

Description Jakub Libosvar 2023-10-26 20:46:41 UTC
Description of problem:
The revert-ovn action doesn't re-create trunk bridges with respect to the node datapath type, which for dpdk should be set to netdev.

Version-Release number of selected component (if applicable):
17.1

How reproducible:
Always

Steps to Reproduce:
1. Do migration with dpdk nodes and trunk VMs using dpdk
2. perform install-ovn and activate-ovn step on dpdk node
3. do the revert-ovn action

Actual results:
trunk bridges are recreated with kernel datapath

Expected results:
trunk bridges should have netdev type set

Additional info: