Bug 1788988

Summary: Update ConversionHost to use UCI Container image instead of virt-v2v-wrapper directly
Product: Red Hat CloudForms Management Engine Reporter: Fabien Dupont <fdupont>
Component: V2VAssignee: Fabien Dupont <fdupont>
Status: CLOSED WONTFIX QA Contact: Shveta <sshveta>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: high    
Version: 5.11.0CC: bthurber, mshriver
Target Milestone: GAKeywords: TestOnly, ZStream
Target Release: 5.12.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1806590 (view as bug list) Environment:
Last Closed: 2020-05-13 17:01:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: V2V Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1806590    

Description Fabien Dupont 2020-01-08 14:20:01 UTC
Description of problem:

To be able to integrate Universal Conversion Image (UCI) in the migration flow, we need to update ConversionHost class so that it uses podman with UCI container image instead of call virt-v2v-wrapper directly.

Comment 2 Fabien Dupont 2020-01-08 14:53:20 UTC
https://github.com/ManageIQ/manageiq/pull/19698

Comment 4 CFME Bot 2020-02-24 15:15:24 UTC
New commit detected on ManageIQ/manageiq/ivanchuk:

https://github.com/ManageIQ/manageiq/commit/2de9665eaf2a0128c839549edc157214c717c5ce
commit 2de9665eaf2a0128c839549edc157214c717c5ce
Author:     Adam Grare <agrare>
AuthorDate: Fri Feb 21 13:39:59 2020 +0000
Commit:     Adam Grare <agrare>
CommitDate: Fri Feb 21 13:39:59 2020 +0000

    Merge pull request #19698 from fdupont-redhat/v2v_use_podman_for_wrapper

    [V2V] Use podman with UCI image instead of virt-v2v-wrapper directly

    (cherry picked from commit 370cc23ec39c989ce5435ef3030a70f0c451a072)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1788988

 app/models/conversion_host.rb | 165 +-
 app/models/service_template_transformation_plan_task.rb | 58 +-
 config/settings.yml | 4 +
 lib/infra_conversion_throttler.rb | 6 +-
 spec/lib/infra_conversion_throttler_spec.rb | 9 +-
 spec/models/conversion_host_spec.rb | 119 +-
 spec/models/service_template_transformation_plan_task_spec.rb | 118 +-
 7 files changed, 326 insertions(+), 153 deletions(-)

Comment 5 Fabien Dupont 2020-05-13 17:01:46 UTC
Warm migration and UCI will finally not be implemented in CloudForms.
Closing as WONTFIX.