Bug 2299409

Summary: Openstack 17.1 OVN controllers on Edge sites fail to register - Transaction causes multiple rows in "Encap" table to have identical values
Product: Red Hat OpenStack Reporter: Conrado Gusso Bozza <cgussobo>
Component: documentationAssignee: James Smith <jamsmith>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: high Docs Contact:
Priority: high    
Version: 17.1 (Wallaby)CC: alex.bron, apevec, astupnik, bcafarel, cfontain, cmuresan, dalvarez, egarciar, ekuris, ffernand, gregraka, jamsmith, jmelvin, jveiraca, lhh, lmartins, majopela, mariel, nalmond, pveiga, rheslop, rhos-docs, rsafrono, scohen, twilson
Target Milestone: asyncKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2298873 Environment:
Last Closed: 2025-01-11 00:11:36 UTC Type: ---
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: 1788336, 1946835, 1948472, 2002099, 2298873    
Bug Blocks:    

Comment 3 Conrado Gusso Bozza 2024-10-24 14:38:49 UTC
Hi James,

Yes, exactly this block of the doc on "6.14. Fixing OVN controllers that fail to register on edge sites".

The point is that the agent need to be with State "UP" and Alive ":-)".

Also, the command need to bring the column "Alive" as below.

openstack network agent list -c "Agent Type" -c State -c Binary -c Alive
+--------------------+-------+-------+---------------------------+
| Agent Type         | Alive | State | Binary                    |
+--------------------+-------+-------+---------------------------+
| Baremetal Node     | :-)   | UP    | ironic-neutron-agent      |
| Open vSwitch agent | :-)   | UP    | neutron-openvswitch-agent |
| L3 agent           | :-)   | UP    | neutron-l3-agent          |
| DHCP agent         | :-)   | UP    | neutron-dhcp-agent        |
| Baremetal Node     | :-)   | UP    | ironic-neutron-agent      |
+--------------------+-------+-------+---------------------------+

Regards,

Conrado