Bug 2034380

Summary: [OVN Migration] Missing ComputeOvsDpdk role nodes under ovn-controllers group in hosts_for_migration file
Product: Red Hat OpenStack Reporter: Jaganathan Palanisamy <jpalanis>
Component: python-networking-ovnAssignee: Jaganathan Palanisamy <jpalanis>
Status: CLOSED ERRATA QA Contact: Vadim Khitrin <vkhitrin>
Severity: high Docs Contact:
Priority: high    
Version: 16.2 (Train)CC: apevec, chrisw, hakhande, jlibosva, jschluet, lhh, majopela, scohen, supadhya
Target Milestone: z4Keywords: Triaged
Target Release: 16.2 (Train on RHEL 8.4)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-networking-ovn-7.4.2-2.20220409154863.el8ost Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-07 19:21:45 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 Jaganathan Palanisamy 2021-12-20 19:16:18 UTC
Description of problem:
Missing ComputeOvsDpdk role nodes under ovn-controllers group in hosts_for_migration file.
$ ovn_migration.sh generate-inventory   | sudo tee -a /var/log/ovn_migration_output.txt

hosts_for_migration file:
[ovn-dbs]
controller-0 ansible_host=192.168.51.31 ovn_central=true ansible_ssh_user=heat-admin ansible_become=true
controller-1 ansible_host=192.168.51.26 ansible_ssh_user=heat-admin ansible_become=true
controller-2 ansible_host=192.168.51.53 ansible_ssh_user=heat-admin ansible_become=true
 
[ovn-controllers]
controller-0 ansible_host=192.168.51.31 ansible_ssh_user=heat-admin ansible_become=true ovn_controller=true
controller-1 ansible_host=192.168.51.26 ansible_ssh_user=heat-admin ansible_become=true ovn_controller=true
controller-2 ansible_host=192.168.51.53 ansible_ssh_user=heat-admin ansible_become=true ovn_controller=true
 
[dhcp]
controller-0 ansible_host=192.168.51.31 ansible_ssh_user=heat-admin ansible_become=true
controller-1 ansible_host=192.168.51.26 ansible_ssh_user=heat-admin ansible_become=true
controller-2 ansible_host=192.168.51.53 ansible_ssh_user=heat-admin ansible_become=true
 
 
[overcloud-controllers:children]
dhcp
 
[overcloud:children]
ovn-controllers
ovn-dbs
 


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
Missing ComputeOvsDpdk Role nodes in ovn-controllers group.

Expected results:
ComputeOvsDpdk Role nodes need to be part of ovn-controllers group.


Additional info:

Comment 1 Jaganathan Palanisamy 2021-12-21 10:27:35 UTC
Placed upstream patch:
https://review.opendev.org/c/openstack/neutron/+/822465

Comment 15 errata-xmlrpc 2022-12-07 19:21:45 UTC
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 16.2.4), 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/RHBA-2022:8794