Bug 1147950

Summary: [Neutron Integration] Connect neutron linux bridge to br-neutron ovs automatically on setup networks
Product: [oVirt] ovirt-engine Reporter: Michael Burman <mburman>
Component: GeneralAssignee: Dan Kenigsberg <danken>
Status: CLOSED WONTFIX QA Contact: Michael Burman <mburman>
Severity: medium Docs Contact:
Priority: high    
Version: ---CC: bugs, gklein, lpeer, lsurette, nyechiel, oblaut, rbalakri, Rhev-m-bugs, yeylon, ykaul, ylavi
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-24 13:27:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Burman 2014-09-30 11:47:27 UTC
Description of problem:
When user configures its hosts to work with the neutron appliance, he has to follow the next steps:
1. Install host with the external provider (creates the br-neurton ovs bridge)
2. Add 'neutron' LB via setup networks
3. Manually connect 'neutron' to 'br-neutron' (via "ovs-vsctl add-port br-neutron neutron")

The third step is tedious when required to be executed on all of the hosts which are installed with the external provider.

There should be a method to mitigate the need for that manual step, i.e. by marking the 'neutron' network on setup-networks with a property/label that will instruct setup networks hook to execute that command manually.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Itamar Heim 2015-08-17 23:43:39 UTC
is step #3 really needed manyually? I thought that's the point of the additional host mapping properties for a re-deploy action.

Comment 2 Yaniv Lavi 2015-08-26 11:47:47 UTC
(In reply to Itamar Heim from comment #1)
> is step #3 really needed manyually? I thought that's the point of the
> additional host mapping properties for a re-deploy action.

Probably if this is the bug reproduction steps. 
Have not tried this myself.

Comment 3 Red Hat Bugzilla Rules Engine 2015-11-30 19:05:03 UTC
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.

Comment 4 Dan Kenigsberg 2016-03-24 13:27:17 UTC
We do not plan to improve the automatic configuration of neutron host agent within RHEV installation. this should be the task of partner-specific install script or VIF driver.