Bug 1910115

Summary: OVNCMSOptions are not set correctly on controller nodes if OVN without DVR is deployed with minimum extra env files
Product: Red Hat OpenStack Reporter: Alex Stupnikov <astupnik>
Component: openstack-tripleo-heat-templatesAssignee: Rodolfo Alonso <ralonsoh>
Status: CLOSED ERRATA QA Contact: Joe H. Rahme <jhakimra>
Severity: medium Docs Contact:
Priority: medium    
Version: 16.1 (Train)CC: froyo, jlibosva, mburns, pweeks, ralonsoh
Target Milestone: z9Keywords: Documentation, Triaged
Target Release: 16.1 (Train on RHEL 8.2)   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-11.3.2-1.20220818163240.29a02c1.el8ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-07 20:29:17 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 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