Description of problem: VLAN network types are now supported in OVN, networking-ovn already added support for it at and the patch has been backported downstream to OSP-13 [0] and OSP 14 [1] [0] https://code.engineering.redhat.com/gerrit/#/c/161489/ [1] https://code.engineering.redhat.com/gerrit/#/c/161493/ Now we need to add VLAN as a supported type for OVN in the THT project. Version-Release number of selected component (if applicable): OSP 13
(overcloud) [stack@undercloud-0 ~]$ rpm -qa | grep tripleo-heat-templates openstack-tripleo-heat-templates-8.3.1-5.el7ost.noarch OpenStack/13.0-RHEL-7/2019-04-10.1 NeutronNetworkType: default: 'geneve' description: The tenant network type for Neutron. type: comma_delimited_list constraints: - allowed_values: - geneve - vlan - flat (overcloud) [stack@undercloud-0 ~]$ grep -ir NeutronNetworkType /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-* /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-dvr-ha.yaml: NeutronNetworkType: ['geneve' , 'vlan', 'flat'] /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovn-ha.yaml: NeutronNetworkType: ['geneve' , 'vlan', 'flat']
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, 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-2019:0939