Bug 1404920 - [RFE] Add support for virt v2v
Summary: [RFE] Add support for virt v2v
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: GA
: 5.9.0
Assignee: Martin Betak
QA Contact: Ilanit Stein
URL:
Whiteboard: rhev
Depends On:
Blocks: 1459996
TreeView+ depends on / blocked
 
Reported: 2016-12-15 06:11 UTC by Ilanit Stein
Modified: 2019-04-28 13:26 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
: 1459996 (view as bug list)
Environment:
Last Closed: 2017-09-25 10:38:23 UTC
Category: ---
Cloudforms Team: RHEVM
Target Upstream Version:
Embargoed:
istein: needinfo+


Attachments (Terms of Use)

Description Ilanit Stein 2016-12-15 06:11:05 UTC
Description of problem:


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 5 Michal Skrivanek 2017-03-06 10:17:36 UTC
oVirt task tracked at https://trello.com/c/uh3V62OZ with screenshots and more up-to-date info

Comment 10 CFME Bot 2017-05-25 10:51:40 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/56dbfb9caf24b1cc50dbd4cfa7ba79d4f7ca0d57

commit 56dbfb9caf24b1cc50dbd4cfa7ba79d4f7ca0d57
Author:     Martin Betak <mbetak>
AuthorDate: Wed May 24 16:22:58 2017 +0200
Commit:     Martin Betak <mbetak>
CommitDate: Wed May 24 16:26:27 2017 +0200

    Add vm_transform product feature
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1404920

 db/fixtures/miq_product_features.yml | 4 ++++
 1 file changed, 4 insertions(+)

Comment 11 Martin Betak 2017-05-25 11:44:51 UTC
All upstream PRs merged

Comment 12 CFME Bot 2017-05-31 15:34:43 UTC
New commit detected on ManageIQ/manageiq-automation_engine/master:
https://github.com/ManageIQ/manageiq-automation_engine/commit/196d3b5c0b07a2da739f7a5566bf1ae8e7830a55

commit 196d3b5c0b07a2da739f7a5566bf1ae8e7830a55
Author:     Martin Betak <mbetak>
AuthorDate: Tue May 30 13:38:06 2017 +0200
Commit:     Martin Betak <mbetak>
CommitDate: Wed May 31 17:11:47 2017 +0200

    Expost iso_datastore & iso_images
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1404920

 .../service_models/miq_ae_service_ext_management_system.rb          | 1 +
 .../service_models/miq_ae_service_iso_datastore.rb                  | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 lib/miq_automation_engine/service_models/miq_ae_service_iso_datastore.rb

Comment 13 CFME Bot 2017-06-05 12:58:12 UTC
New commit detected on ManageIQ/manageiq-content/master:
https://github.com/ManageIQ/manageiq-content/commit/1b8b67398d5bebb48872fc50d606eadb947bd9de

commit 1b8b67398d5bebb48872fc50d606eadb947bd9de
Author:     Martin Betak <mbetak>
AuthorDate: Mon May 29 17:57:40 2017 +0200
Commit:     Martin Betak <mbetak>
CommitDate: Mon Jun 5 12:14:34 2017 +0200

    v2v: Add support for driver ISOs
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1404920

 .../__methods__/create_vm_import_request.rb        |   1 +
 .../Import.class/__methods__/list_driver_isos.rb   |  45 +++++++++
 .../Import.class/__methods__/list_driver_isos.yaml |  12 +++
 .../Transform/Import.class/list_driver_isos.yaml   |  12 +++
 .../VmImport.class/__methods__/submit_vm_import.rb |   9 +-
 .../__methods__/create_vm_import_request_spec.rb   | 107 +++++++++++++++------
 .../__methods__/list_driver_isos_spec.rb           |  52 ++++++++++
 7 files changed, 202 insertions(+), 36 deletions(-)
 create mode 100644 content/automate/ManageIQ/Infrastructure/VM/Transform/Import.class/__methods__/list_driver_isos.rb
 create mode 100644 content/automate/ManageIQ/Infrastructure/VM/Transform/Import.class/__methods__/list_driver_isos.yaml
 create mode 100644 content/automate/ManageIQ/Infrastructure/VM/Transform/Import.class/list_driver_isos.yaml
 create mode 100644 spec/content/automate/ManageIQ/Infrastructure/VM/Transform/Import.class/__methods__/list_driver_isos_spec.rb

Comment 14 CFME Bot 2017-06-05 15:04:02 UTC
New commit detected on ManageIQ/manageiq-providers-ovirt/master:
https://github.com/ManageIQ/manageiq-providers-ovirt/commit/db41e8d5e12693f29f526c813691a2ad59c879b3

commit db41e8d5e12693f29f526c813691a2ad59c879b3
Author:     Martin Betak <mbetak>
AuthorDate: Mon May 29 17:53:40 2017 +0200
Commit:     Martin Betak <mbetak>
CommitDate: Thu Jun 1 18:29:12 2017 +0200

    Add `install drivers` option to V2V
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1404920

 .../providers/redhat/infra_manager/vm_import.rb    |  5 +-
 content/service_dialogs/transform-vm.yml           | 76 +++++++++++++++++++++
 .../redhat/infra_manager/vm_import_spec.rb         | 79 ++++++++++++++++------
 3 files changed, 137 insertions(+), 23 deletions(-)


Note You need to log in before you can comment on or make changes to this bug.