Bug 1181131 - [RFE] packstack should address network types listed both in type_drivers and tenant_network_types
Summary: [RFE] packstack should address network types listed both in type_drivers and ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-packstack
Version: 6.0 (Juno)
Hardware: Unspecified
OS: Linux
medium
medium
Target Milestone: ga
: 8.0 (Liberty)
Assignee: Lukas Bezdicka
QA Contact: Itzik Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-12 13:21 UTC by Nir Magnezi
Modified: 2016-04-07 21:00 UTC (History)
8 users (show)

Fixed In Version: openstack-packstack-7.0.0-0.8.dev1661.gaf13b7e.el7ost
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-07 21:00:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 241622 0 None None None Never
Red Hat Product Errata RHEA-2016:0603 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 8 Enhancement Advisory 2016-04-08 00:53:53 UTC

Description Nir Magnezi 2015-01-12 13:21:30 UTC
Description of problem:
=======================
context: See Bug #1168242

Tenant networks represent the network types allowed for a user to use when he create networks while he's not an admin.

In this example: 

CONFIG_NEUTRON_ML2_TYPE_DRIVERS=vxlan,gre,vlan
CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vxlan,gre

I refrained from using 'vlan' for tenant network types since I use the 'vlan' type for external networks (and didn't want users to be able to use the vlan segmentation ids).

As a result: packstack didn't tap the provider ovs-bridge to a NIC, which broke every external connectivity (and usage of floating ips) for instances.


Version-Release number of selected component (if applicable):
=============================================================
RHEL-OSP6: openstack-packstack-2014.2-0.13.dev1395.gaabe0a2.el7ost.noarch


How reproducible:
=================
100%


Steps to Reproduce:
===================
In packstack answer file, configure the following attributes:

CONFIG_NEUTRON_ML2_TYPE_DRIVERS=vxlan,gre,vlan
CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vxlan,gre


Actual results:
===============
In compute nodes:
    Bridge br-nodes
        Port phy-br-nodes
            Interface phy-br-nodes
                type: patch
                options: {peer=int-br-nodes}
        Port br-nodes
            Interface br-nodes
                type: internal


Expected results:
=================
In compute nodes:
    Bridge br-nodes
        Port "enp5s0f1"
            Interface "enp5s0f1"
        Port phy-br-nodes
            Interface phy-br-nodes
                type: patch
                options: {peer=int-br-nodes}
        Port br-nodes
            Interface br-nodes
                type: internal
        Port "enp5s0f1\nbr-nodes"
            Interface "enp5s0f1\nbr-nodes"


Additional info:
================
See Bug #1168242

Comment 6 Itzik Brown 2015-12-27 11:22:06 UTC
Checked with:
RHOS8
openstack-packstack-puppet-7.0.0-0.8.dev1661.gaf13b7e.el7ost.noarch
openstack-packstack-7.0.0-0.8.dev1661.gaf13b7e.el7ost.noarch

Comment 8 errata-xmlrpc 2016-04-07 21:00:18 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://rhn.redhat.com/errata/RHEA-2016-0603.html


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