New commits detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/b752d4ea431f546f88353b33eaed8270ce679022 commit b752d4ea431f546f88353b33eaed8270ce679022 Author: Adam Grare <agrare> AuthorDate: Tue Sep 10 11:08:33 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Tue Sep 10 11:08:33 2019 -0400 Merge pull request #19240 from fdupont-redhat/v2v_state_machine_restore_vm_attributes [V2V] Add restoring_vm_attributes state to InfraConversionJob (cherry picked from commit 399ea7509a84116aaa897e7d62fcdd67cabe6bfe) https://bugzilla.redhat.com/show_bug.cgi?id=1768524 app/models/infra_conversion_job.rb | 48 +- spec/models/infra_conversion_job_spec.rb | 107 +- 2 files changed, 143 insertions(+), 12 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/0cf513156c03f434b00ba7785a0769cc84f11b05 commit 0cf513156c03f434b00ba7785a0769cc84f11b05 Author: Greg McCullough <gmccullo> AuthorDate: Wed Sep 11 09:48:55 2019 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Wed Sep 11 09:48:55 2019 -0400 Merge pull request #573 from fdupont-redhat/v2v_state_machine_restore_vm_attributes [V2V] Remove RestoreVmAttributes state (cherry picked from commit 519e0a9197d4d7492b5c220b206d8146a59eff4c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1768524 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 64 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.yaml | 15 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 - spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes_spec.rb | 128 - 4 files changed, 215 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/07d176c485af199d3c463fbf69b01f9048b3909e commit 07d176c485af199d3c463fbf69b01f9048b3909e Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 11:11:52 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 11:11:52 2019 -0500 Revert "Merge pull request #573 from fdupont-redhat/v2v_state_machine_restore_vm_attributes" This reverts commit 0cf513156c03f434b00ba7785a0769cc84f11b05. https://bugzilla.redhat.com/show_bug.cgi?id=1768524 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 64 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.yaml | 15 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 + spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes_spec.rb | 128 + 4 files changed, 215 insertions(+)
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/4b68205522258dc147168260b0f46618a3871bf1 commit 4b68205522258dc147168260b0f46618a3871bf1 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 12:44:34 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 12:44:34 2019 -0500 Revert "Merge pull request #19240 from fdupont-redhat/v2v_state_machine_restore_vm_attributes" This reverts commit b752d4ea431f546f88353b33eaed8270ce679022. https://bugzilla.redhat.com/show_bug.cgi?id=1768524 app/models/infra_conversion_job.rb | 48 +- spec/models/infra_conversion_job_spec.rb | 107 +- 2 files changed, 12 insertions(+), 143 deletions(-)
Tested on upstream master.20200118225846_b8aaf77 Cold migration works
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/bb3e55cce33d391a21d4a25d4eb47f9c769a4a29 commit bb3e55cce33d391a21d4a25d4eb47f9c769a4a29 Author: Adam Grare <agrare> AuthorDate: Tue Sep 10 15:08:33 2019 +0000 Commit: Adam Grare <agrare> CommitDate: Tue Sep 10 15:08:33 2019 +0000 Merge pull request #19240 from fdupont-redhat/v2v_state_machine_restore_vm_attributes [V2V] Add restoring_vm_attributes state to InfraConversionJob (cherry picked from commit 399ea7509a84116aaa897e7d62fcdd67cabe6bfe) https://bugzilla.redhat.com/show_bug.cgi?id=1768524 app/models/infra_conversion_job.rb | 48 +- spec/models/infra_conversion_job_spec.rb | 107 +- 2 files changed, 143 insertions(+), 12 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/bad9069f794a685aacf8da18d2f0f52713495feb commit bad9069f794a685aacf8da18d2f0f52713495feb Author: Greg McCullough <gmccullo> AuthorDate: Wed Sep 11 13:48:55 2019 +0000 Commit: Greg McCullough <gmccullo> CommitDate: Wed Sep 11 13:48:55 2019 +0000 Merge pull request #573 from fdupont-redhat/v2v_state_machine_restore_vm_attributes [V2V] Remove RestoreVmAttributes state (cherry picked from commit 519e0a9197d4d7492b5c220b206d8146a59eff4c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1768524 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 64 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.yaml | 15 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 - spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes_spec.rb | 128 - 4 files changed, 215 deletions(-)
Verified in cfme version 5.11.4.1 with Downstream UCI image: v2v-conversion-host-appliance-5.11.4.1-1_scratch.x86_64.qcow2.