Bug 1910115 - OVNCMSOptions are not set correctly on controller nodes if OVN without DVR is deployed with minimum extra env files
Summary: OVNCMSOptions are not set correctly on controller nodes if OVN without DVR is...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 16.1 (Train)
Hardware: All
OS: All
medium
medium
Target Milestone: z9
: 16.1 (Train on RHEL 8.2)
Assignee: Rodolfo Alonso
QA Contact: Joe H. Rahme
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-22 17:47 UTC by Alex Stupnikov
Modified: 2024-03-25 17:39 UTC (History)
5 users (show)

Fixed In Version: openstack-tripleo-heat-templates-11.3.2-1.20220818163240.29a02c1.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-12-07 20:29:17 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 802774 0 None MERGED Add OVNCMSOptions to Controller and Networker roles 2022-08-18 15:10:50 UTC
Red Hat Issue Tracker OSP-6109 0 None None None 2022-03-24 14:11:29 UTC
Red Hat Product Errata RHSA-2022:8796 0 None None None 2022-12-07 20:29:37 UTC

Description Alex Stupnikov 2020-12-22 17:47:32 UTC
Description of problem:

Our "NETWORKING WITH OPEN VIRTUAL NETWORK" Guide [1] is focused on overcloud deployments with ML2/OVN mechanism driver. On the other hand, ML2/OVN is default mechanism driver in RHOSP 16.

As a result, some customers would deploy their overclouds without providing any additional OVN-related environment files. It looks like that in this case they will get semi-functional overcloud because OVNCMSOptions would not be defined for controller role and OVN routers could be scheduled on Compute node, which doesn't have br-ex.

One of the customers reported such situation, which would be fixed by adding definitions like [2], but this still looks like a valid bug...


[1]
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/16.1/html-single/networking_with_open_virtual_network/index#deploying-dvr-ovn

[2]
parameter_defaults:
  NeutronMechanismDrivers: ovn
  OVNVifType: ovs
  OVNNeutronSyncMode: log
  OVNQosDriver: ovn-qos
  NeutronTypeDrivers: 'geneve,vlan,flat'
  NeutronNetworkType: ['geneve' , 'vlan', 'flat']
  NeutronServicePlugins: 'qos,ovn-router,trunk,segments'
  NeutronVniRanges: ['1:65536', ]
  NeutronPluginExtensions: "qos,port_security,dns"
  NeutronRpcWorkers: 1
  ControllerParameters:
    OVNCMSOptions: "enable-chassis-as-gw"

Comment 2 pweeks 2020-12-23 14:31:38 UTC
This is specific to network deployment not the framework itself, moving to Networking DFG.

Comment 16 errata-xmlrpc 2022-12-07 20:29:17 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 (Moderate: Red Hat OpenStack 16.1.9 (openstack-tripleo-heat-templates) security update), 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/RHSA-2022:8796


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