Bug 1673027 - Remove THT validation that prevents configuring OVN with VLAN tenant network type
Summary: Remove THT validation that prevents configuring OVN with VLAN tenant network ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z6
: 13.0 (Queens)
Assignee: Lucas Alvares Gomes
QA Contact: Eran Kuris
URL:
Whiteboard:
Depends On:
Blocks: 1561880 1610711 1613384 1654611 1669497 1673029 1688748
TreeView+ depends on / blocked
 
Reported: 2019-02-06 13:45 UTC by Lucas Alvares Gomes
Modified: 2019-04-30 17:27 UTC (History)
6 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.2.0-17.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1673029 1688748 (view as bug list)
Environment:
Last Closed: 2019-04-30 17:27:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 639969 0 None MERGED OVN: Add VLAN to NeutronNetworkType 2020-05-14 16:54:40 UTC
Red Hat Product Errata RHBA-2019:0939 0 None None None 2019-04-30 17:27:54 UTC

Description Lucas Alvares Gomes 2019-02-06 13:45:20 UTC
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

Comment 8 Eran Kuris 2019-04-16 07:11:18 UTC
(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']

Comment 10 errata-xmlrpc 2019-04-30 17:27:36 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, 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


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