Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1683568

Summary: enable FLAT tenant networks for OVN driver from TripleO/Director
Product: Red Hat OpenStack Reporter: Eran Kuris <ekuris>
Component: openstack-tripleo-heat-templatesAssignee: Kamil Sambor <ksambor>
Status: CLOSED ERRATA QA Contact: Eran Kuris <ekuris>
Severity: high Docs Contact:
Priority: high    
Version: 13.0 (Queens)CC: dalvarez, jslagle, lmartins, mburns
Target Milestone: ---Keywords: Triaged, ZStream
Target Release: 13.0 (Queens)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-tripleo-heat-templates-8.3.1-3.el7ost Doc Type: If docs needed, set a value
Doc Text:
-
Story Points: ---
Clone Of:
: 1696530 (view as bug list) Environment:
Last Closed: 2019-04-30 17:27:39 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:
Bug Depends On:    
Bug Blocks: 1561880, 1610711, 1654611, 1661223, 1669497, 1679748    

Description Eran Kuris 2019-02-27 09:05:32 UTC
Description of problem:
For verifying bugs that related to VLAN & SRIOV on top of OVN we must enable it in Director.
we need to revert this patch: https://review.openstack.org/#/c/565053/1 

also, we need to allow FLAT network option.

Version-Release number of selected component (if applicable):
osp13 core_puddle: 2019-01-22.1


How reproducible:
100%

Steps to Reproduce:
1. verify that vlan and flat network are allowed by Director:
/usr/share/openstack-tripleo-heat-templates/puppet/services/neutron-plugin-ml2-ovn.yaml

(line - 84~)
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Daniel Alvarez Sanchez 2019-03-07 13:09:37 UTC
Dup of https://bugzilla.redhat.com/show_bug.cgi?id=1673027 . right?

Comment 2 Lucas Alvares Gomes 2019-03-12 09:36:18 UTC
(In reply to Daniel Alvarez Sanchez from comment #1)
> Dup of https://bugzilla.redhat.com/show_bug.cgi?id=1673027 . right?

I think both BZs overlap but, the #1673027 is not dealing with FLAT networks. I will change the title of this bug to reflect that.

Comment 11 Eran Kuris 2019-04-16 07:10:49 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 13 errata-xmlrpc 2019-04-30 17:27:39 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