Bug 2299409 - Openstack 17.1 OVN controllers on Edge sites fail to register - Transaction causes multiple rows in "Encap" table to have identical values
Summary: Openstack 17.1 OVN controllers on Edge sites fail to register - Transaction c...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 17.1 (Wallaby)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: async
: ---
Assignee: James Smith
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On: 1788336 1946835 1948472 2002099 2298873
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-22 21:31 UTC by Conrado Gusso Bozza
Modified: 2025-01-11 00:11 UTC (History)
25 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2298873
Environment:
Last Closed: 2025-01-11 00:11:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-32545 0 None None None 2024-07-22 21:32:10 UTC

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


Note You need to log in before you can comment on or make changes to this bug.