New commit detected on ManageIQ/manageiq-content/gaprindashvili: https://github.com/ManageIQ/manageiq-content/commit/ba2c204a76cf249b41aa63d814d0e674e28c0140 commit ba2c204a76cf249b41aa63d814d0e674e28c0140 Author: Greg McCullough <gmccullo> AuthorDate: Wed Jul 25 14:45:22 2018 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Wed Jul 25 14:45:22 2018 -0400 Merge pull request #359 from fdupont-redhat/v2v_refactor_vmtransform_method_for_ssh_support Refactor to add support for SSH transport method (cherry picked from commit a7035b74981613ef2b242d646c38568c24e09371) https://bugzilla.redhat.com/show_bug.cgi?id=1610055 content/automate/ManageIQ/Transformation/Common.class/__methods__/acquiretransformationhost.rb | 11 +- content/automate/ManageIQ/Transformation/Common.class/__methods__/assesstransformation.rb | 11 +- content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 3 +- content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/__class__.yaml | 200 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 59 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 35 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transform.yaml | 36 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 73 +- content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/vmwarews2rhevm_vddk.yaml | 61 - content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/utils.rb | 93 +- content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/utils.yaml | 3 + content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/vmchecktransformed.rb | 83 + content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/vmchecktransformed.yaml | 16 + content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/vmtransform.rb | 72 + content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/vmtransform.yaml | 17 + content/automate/ManageIQ/Transformation/TransformationHosts/ovirt_host.class/__methods__/vmchecktransformed_vmwarews2rhevm_vddk.rb | 83 - content/automate/ManageIQ/Transformation/TransformationHosts/ovirt_host.class/__methods__/vmchecktransformed_vmwarews2rhevm_vddk.yaml | 15 - content/automate/ManageIQ/Transformation/TransformationHosts/ovirt_host.class/__methods__/vmtransform_vmwarews2rhevm_vddk.rb | 104 - content/automate/ManageIQ/Transformation/TransformationHosts/ovirt_host.class/__methods__/vmtransform_vmwarews2rhevm_vddk.yaml | 17 - 19 files changed, 429 insertions(+), 563 deletions(-)
New commit detected on ManageIQ/manageiq-content/gaprindashvili: https://github.com/ManageIQ/manageiq-content/commit/deab31446d813bfafa3ab62083b5b943f2983b93 commit deab31446d813bfafa3ab62083b5b943f2983b93 Author: Madhu Kanoor <mkanoor> AuthorDate: Fri Aug 3 11:56:38 2018 -0400 Commit: Madhu Kanoor <mkanoor> CommitDate: Fri Aug 3 11:56:38 2018 -0400 Merge pull request #393 from fdupont-redhat/v2v_fix_virtv2v_success_check Transformation - Fix virt-v2v success check (cherry picked from commit 6d3d0a31d1938e631637038935394b83ce078a6c) https://bugzilla.redhat.com/show_bug.cgi?id=1610055 content/automate/ManageIQ/Transformation/TransformationHosts/Common.class/__methods__/vmchecktransformed.rb | 8 +- 1 file changed, 4 insertions(+), 4 deletions(-)
on CFME 5.9.4.3 I am able to Migrate VMs using SSH transformation method. Although Progress bar does not update correctly: https://bugzilla.redhat.com/show_bug.cgi?id=1613919
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2561