Bug 1113433

Summary: [setup] auto-populating local ISO domain with guest tools and virtio-win does not work
Product: [Retired] oVirt Reporter: Jiri Belka <jbelka>
Component: ovirt-engine-installerAssignee: Sandro Bonazzola <sbonazzo>
Status: CLOSED NOTABUG QA Contact: Pavel Stehlik <pstehlik>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.5CC: acathrow, amureini, bzrh.bobd, gklein, iheim, jbelka, lveyde, yeylon
Target Milestone: ---Keywords: Triaged
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: integration
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-30 07:28:10 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: 1113155    
Bug Blocks: 1108789    
Attachments:
Description Flags
sosreport-LogCollector-20140626100014.tar.xz none

Description Jiri Belka 2014-06-26 08:05:50 UTC
Created attachment 912368 [details]
sosreport-LogCollector-20140626100014.tar.xz

Description of problem:

d/s has auto-population of local ISO domain with RHEV Guest Tools iso and virtio-win vfd files. BZ1108789 is RFE for 3.5 to have such feature for oVirt.

It does not work in oVirt. Couple of (probably) related issues:

* d/s strings in oVirt code - BZ1113155
* engine-setup still does not work even if d/s rpms (rhev-guest-tools-iso, virtio-win) are installed, thus to fit d/s strings in oVirt code

# ls -l /var/lib/exports/iso/5ea770f5-9565-44a7-8c1a-aeb4856ab514/images/11111111-1111-1111-1111-111111111111/
total 0

[root@localhost yum.repos.d]# ls -l -d /usr/share/{virtio-win,rhev-guest-tools-iso}
drwxr-xr-x. 2 root root 4096 Jun 26 09:34 /usr/share/rhev-guest-tools-iso
drwxr-xr-x. 4 root root 4096 Jun 26 09:34 /usr/share/virtio-win

# egrep -ni "rhev|virtio-win" /usr/share/ovirt-engine/setup/ovirt_engine_setup/constants.py
366:        'virtio-win',
368:    RHEV_GUEST_TOOLS_DIR = os.path.join(
370:        'rhev-guest-tools-iso',

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


How reproducible:


Steps to Reproduce:
1. depends if code has been repaired to have oVirt values for guest tools:
   - if not: install rhev-guest-tools-iso, virtio-win
   - if so: ensure ovirt-guest-tools-iso, virtio-win are (i suppose) located
     in /usr/share/{ovirt-guest-tools-iso,virtio-win}
2. engine-setup and select local iso domain
3. check local iso domain for its content

Actual results:
local iso domain does not contain guest tools iso and virtio-win vfd

Expected results:
should be there

Additional info:

Comment 1 Itamar Heim 2014-06-29 10:38:06 UTC
bug 1108789 was pushed to 3.6.0.
why not just place the above info in it and close this one as duplicate?
(its not currently a bug this isn't working, it was implemented yet)

Comment 2 Jiri Belka 2014-06-30 07:28:10 UTC
oVirt WGT iso and auto-populating of ISO domain was postponed for 3.6, thus closing this BZ as not a bug because it hasn't been implemented yet.