Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 890167

Summary: fix all-in-one on fedora ovirt 3.2: create dummy nic
Product: [Retired] oVirt Reporter: Ohad Basan <obasan>
Component: ovirt-engine-installerAssignee: Alex Lourie <alourie>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: urgent    
Version: 3.2CC: acathrow, dyasny, eedri, iheim, mgoldboi, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: integration
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-01 12:50:54 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:
Attachments:
Description Flags
setup log
none
engine.log
none
host-deploy log none

Description Ohad Basan 2012-12-25 12:48:02 UTC
Description of problem:
on an all-in-one setup on ovirt 3.2 the host-deploy creates a nicless network.
the engine can't handle a network with no nic attached as a result it's impossible to start a vm.
the solution would be to tweak the all in one plugin for ovirt 3.2:

create a "dummy0" interface (`modprobe dummy`)
configure vdsm.conf to report dummy0 as a nic (ake_nics=dummy*)
build ovirtmgmt over dummy0.

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


How reproducible:
always

Steps to Reproduce:
1.install all in one on ovirt 3.2
2. try to start a vm
3.
  
Actual results:
vm won't start.

Expected results:


Additional info:

Comment 1 Ohad Basan 2012-12-25 13:05:07 UTC
Created attachment 668916 [details]
setup log

Comment 2 Ohad Basan 2012-12-25 13:05:28 UTC
Created attachment 668917 [details]
engine.log

Comment 3 Ohad Basan 2012-12-25 13:06:00 UTC
Created attachment 668918 [details]
host-deploy log