Bug 2015592
| Summary: | [16.2][OVN-ci]Change ControllerAgent type dinamically aren't working properly | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Candido Campos <ccamposr> |
| Component: | python-networking-ovn | Assignee: | Elvira <egarciar> |
| Status: | CLOSED ERRATA | QA Contact: | Eduardo Olivares <eolivare> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | apevec, ekuris, jschluet, lhh, majopela, scohen |
| Target Milestone: | z2 | Keywords: | AutomationBlocker, 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.20220113214852.a2eba10.el8ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-03-23 22:12:19 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: | |||
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.2), 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:1001 |
Description of problem: Change ControllerAgent type dinamically aren't working properly Version-Release number of selected component (if applicable): How reproducible: Deploy ovn controllers adding extra heat template with : parameter_defaults: ControllerParameters: OVNCMSOptions: enable-chassis-as-gw Additional info: (overcloud) [stack@undercloud-0 ~]$ openstack network agent list | grep Gateway | 17fa1ce3-b8c0-4dc5-91f5-05f8df1bc364 | OVN Controller Gateway agent | networker-1.redhat.local | zone2 | :-) | UP | ovn-controller | | df098302-f7a1-4828-92a5-96c9c85a9340 | OVN Controller Gateway agent | networker-0.redhat.local | zone2 | :-) | UP | ovn-controller | | d165c539-4938-4dab-a3ee-1b887394eca3 | OVN Controller Gateway agent | networker-2.redhat.local | zone2 | :-) | UP | ovn-controller | (overcloud) [stack@undercloud-0 ~]$ openstack network agent list | grep Gateway | f2bbcad8-1567-44cd-b802-b49cb2327e16 | OVN Controller Gateway agent | controller-0.redhat.local | zone1 | :-) | UP | ovn-controller | | 91e81bcc-51aa-4705-b931-55d9ad20aee1 | OVN Controller Gateway agent | controller-2.redhat.local | zone1 | :-) | UP | ovn-controller | | 17fa1ce3-b8c0-4dc5-91f5-05f8df1bc364 | OVN Controller Gateway agent | networker-1.redhat.local | zone2 | :-) | UP | ovn-controller | | 56b35716-b48c-45a2-9b45-4aecd00b3a9c | OVN Controller Gateway agent | controller-1.redhat.local | zone1 | :-) | UP | ovn-controller | | df098302-f7a1-4828-92a5-96c9c85a9340 | OVN Controller Gateway agent | networker-0.redhat.local | zone2 | :-) | UP | ovn-controller | | d165c539-4938-4dab-a3ee-1b887394eca3 | OVN Controller Gateway agent | networker-2.redhat.local | zone2 | :-) | UP | ovn-controller | Seems be the same issue that upstream bug: https://bugs.launchpad.net/neutron/+bug/1934420 https://review.opendev.org/c/openstack/neutron/+/800278