Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1181131 - [RFE] packstack should address network types listed both in type_drivers and tenant_network_types
[RFE] packstack should address network types listed both in type_drivers and ...
Status: CLOSED ERRATA
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-packstack (Show other bugs)
6.0 (Juno)
Unspecified Linux
medium Severity medium
: ga
: 8.0 (Liberty)
Assigned To: Lukas Bezdicka
Itzik Brown
: FutureFeature, Triaged
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-12 08:21 EST by Nir Magnezi
Modified: 2016-04-07 17:00 EDT (History)
8 users (show)

See Also:
Fixed In Version: openstack-packstack-7.0.0-0.8.dev1661.gaf13b7e.el7ost
Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2016-04-07 17:00:18 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
OpenStack gerrit 241622 None None None Never
Red Hat Product Errata RHEA-2016:0603 normal SHIPPED_LIVE Red Hat OpenStack Platform 8 Enhancement Advisory 2016-04-07 20:53:53 EDT

  None (edit)
Description Nir Magnezi 2015-01-12 08:21:30 EST
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 06:22:06 EST
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 17:00:18 EDT
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.