Bug 1124207

Summary: [self-hosted-engine] Adjust engine management network settings when deployed over VLAN
Product: [Retired] oVirt Reporter: Martin Pavlik <mpavlik>
Component: ovirt-hosted-engine-setupAssignee: Antoni Segura Puimedon <asegurap>
Status: CLOSED CURRENTRELEASE QA Contact: Michael Burman <mburman>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.5CC: asegurap, bazulay, bugs, didi, ecohen, gklein, iheim, lvernia, lveyde, mburman, oourfali, rbalakri, sbonazzo, stirabos, yeylon
Target Milestone: ---   
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: integration
Fixed In Version: ovirt-3.5.0_rc2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-17 12:34:06 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: 1139020, 1147254    
Bug Blocks:    

Description Martin Pavlik 2014-07-29 06:49:33 UTC
Description of problem:
When self hosted engine is being deployed over VLAN it leads to situation when physical host is being made non-operational in the engine because hosts network is out of sync from cluster settings.

It is caused by engine-setup deploying engine with management network which does not have VLAN tag by default.

Self hosted engine should take care of this in the final configuration stage (after user confirms that engine is installed)

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

How reproducible:
100%

Steps to Reproduce:
1. configure VLAN tagged interface on physical host
2. yum install ovirt-hosted-engine-setup
3. ovirt-hosted-engine-setup --deploy
4. choose the VLAN interface to be used for deployment
5. finish the deployment

Actual results:
physical host is non-operational in self hosted engine GUI

Expected results:
physical host is UP (ovirt-hosted-engine-setup --deploy takes care of configuring management network as VLAN tagged)

Additional info:
at the moment host can be made operational by manual adjustment of management network in self hosted engine, however it must be VERY inconvenient for new users 

this would be worth documenting in Installation_Guide/Installing_the_Self-Hosted_Engine.html

Comment 1 Sandro Bonazzola 2014-08-08 13:41:36 UTC
*** Bug 1124206 has been marked as a duplicate of this bug. ***

Comment 2 Sandro Bonazzola 2014-08-08 13:43:46 UTC
Antoni, is this case covered by your patch at http://gerrit.ovirt.org/28595 ?

Comment 3 Antoni Segura Puimedon 2014-08-08 13:51:44 UTC
@Sandro,

My patch improves the configuration of the vdsm side. IIUC Martin talks about the problem that the engine representation of the ovirtmgmt network is not configured as vlanned, thus leading to the out-of-sync issue.

This should either be solved by configuring the engine ovirtmgmt network to be vlanned when configuring the hosted engine over a vlan or, perhaps in the future, not caring for more than connectivity for the management network (in terms of syncing).

Comment 4 Michael Burman 2014-10-14 06:07:32 UTC
Verified on -3.5.0-0.14.beta.el6ev and ovirt-hosted-engine-setup-1.2.1-1.el6ev.noarch

Comment 5 Sandro Bonazzola 2014-10-17 12:34:06 UTC
oVirt 3.5 has been released and should include the fix for this issue.