Bug 1045137 - Bridge port not added to OVS bridge, external networks inaccessible through bridge
Summary: Bridge port not added to OVS bridge, external networks inaccessible through b...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-foreman-installer
Version: 4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: z1
: 4.0
Assignee: Crag Wolfe
QA Contact: Ofer Blaut
URL:
Whiteboard:
: 1045221 (view as bug list)
Depends On:
Blocks: 1040649
TreeView+ depends on / blocked
 
Reported: 2013-12-19 17:05 UTC by jliberma@redhat.com
Modified: 2014-02-04 17:19 UTC (History)
13 users (show)

Fixed In Version: openstack-foreman-installer-1.0.1-1.el6ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-23 14:22:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2014:0046 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform 4 Bug Fix and Enhancement Advisory 2014-01-23 00:51:59 UTC

Description jliberma@redhat.com 2013-12-19 17:05:17 UTC
Description of problem:
If configure_ovswitch set to true in neutron::networker.pp, bridge interface does not get added to OVS bridge.

Version-Release number of selected component (if applicable):

How reproducible:

Every time

Steps to Reproduce:
1. In Foreman, set Neutron::networker host group parameter configure_ovswich to true
2. Add a host to Neutron::networker host group
3. Run ovs-vsctl show

Actual results:

Interface port not added to bridge:

Bridge "br-em2"
        Port "phy-br-em2"
            Interface "phy-br-em2"
        Port "br-em2"
            Interface "br-em2"
                type: internal

Expected results: Interface port added to bridge:

Bridge "br-em2"
        Port "em2"
            Interface "em2"
        Port "phy-br-em2"
            Interface "phy-br-em2"
        Port "br-em2"
            Interface "br-em2"
                type: internal


Additional info:
Manual command to add Neutron L3 NIC to bridge:

    ovs-vsctl add-port br-em2 em2

Fix L3 agent to use provider network instead of bridge:

    1. edit /etc/neutron/l3_agent.ini
        external_network_bridge = 
    2. restart agent
        service neutron_l3_agent restart

Comment 2 Crag Wolfe 2013-12-20 00:55:56 UTC
*** Bug 1045221 has been marked as a duplicate of this bug. ***

Comment 3 Ofer Blaut 2013-12-31 10:05:54 UTC
I have tested foreman and i can't find a way to add the ports to any bridge 

I have tried uplink/ bridge interface and more

interface is not added to the bridge 

openstack-foreman-installer-1.0.1-1.el6ost.noarch

Comment 4 Ami Jeain 2013-12-31 15:18:33 UTC
based on comment#3...

Comment 5 Crag Wolfe 2014-01-02 17:51:30 UTC
What are the parameters you are using on the Neutron Networker Host Group?  What is the output of "ovs-vsctl show"?

Comment 6 Crag Wolfe 2014-01-02 18:02:44 UTC
Here is a way to cut and paste the parameters that I asked for above: click on the host that is assigned to the Neutron Networker Host Group, then click on the YAML button under details.

Comment 12 Ofer Blaut 2014-01-19 09:15:29 UTC
Verified

Comment 16 Lon Hohberger 2014-02-04 17:19:38 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/RHBA-2014-0046.html


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