New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/25e4cc99b9df44573ae29b69667188fc71bdee50 commit 25e4cc99b9df44573ae29b69667188fc71bdee50 Author: Adam Grare <agrare> AuthorDate: Thu Aug 29 08:09:50 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Thu Aug 29 08:09:50 2019 -0400 Merge pull request #19216 from fdupont-redhat/v2v_state_machine_shutdown [V2V] Add shutting_down_vm state to InfraConversionJob (cherry picked from commit c799da30fce423163215d7dafd97c5ff66c154cf) https://bugzilla.redhat.com/show_bug.cgi?id=1767545 app/models/infra_conversion_job.rb | 66 +- spec/models/infra_conversion_job_spec.rb | 116 +- 2 files changed, 162 insertions(+), 20 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/1f4748a522a81d77ceb4d9800e85c81e3efb3b5e commit 1f4748a522a81d77ceb4d9800e85c81e3efb3b5e Author: Greg McCullough <gmccullo> AuthorDate: Mon Sep 2 12:17:09 2019 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Mon Sep 2 12:17:09 2019 -0400 Merge pull request #568 from fdupont-redhat/v2v_state_machine_shutdown [V2V] Remove PowerOff state (cherry picked from commit 0f27ca73bc188f5390edaf7047c992cc4417f3b5) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767545 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweroff.rb | 35 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweroff.yaml | 15 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 19 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 8 - 4 files changed, 77 deletions(-)
Hi , Please provide the verification steps for this. Thanks, Shveta
@shveta, you should only test non regression. We backported some code from Automate to the model, so it shouldn't change the behavior. It is the same for all "Port IMS Workflow" BZs.
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/913b4fe437777abe6f117c960b9f3f922a3b4b2e commit 913b4fe437777abe6f117c960b9f3f922a3b4b2e Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 11:13:01 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 11:13:01 2019 -0500 Revert "Merge pull request #568 from fdupont-redhat/v2v_state_machine_shutdown" This reverts commit 1f4748a522a81d77ceb4d9800e85c81e3efb3b5e. https://bugzilla.redhat.com/show_bug.cgi?id=1767545 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweroff.rb | 35 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweroff.yaml | 15 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 19 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 8 + 4 files changed, 77 insertions(+)
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/326b5771bddda89fa64adaabd9ed4246097165e2 commit 326b5771bddda89fa64adaabd9ed4246097165e2 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 12:45:56 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 12:45:56 2019 -0500 Revert "Merge pull request #19216 from fdupont-redhat/v2v_state_machine_shutdown" This reverts commit 25e4cc99b9df44573ae29b69667188fc71bdee50. https://bugzilla.redhat.com/show_bug.cgi?id=1767545 app/models/infra_conversion_job.rb | 66 +- spec/models/infra_conversion_job_spec.rb | 116 +- 2 files changed, 20 insertions(+), 162 deletions(-)
Tested on upstream master.20200118225846_b8aaf77 Cold migration works
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/c0ae5b90f4300d0f2367da6218268de9cc91e851 commit c0ae5b90f4300d0f2367da6218268de9cc91e851 Author: Adam Grare <agrare> AuthorDate: Thu Aug 29 12:09:50 2019 +0000 Commit: Adam Grare <agrare> CommitDate: Thu Aug 29 12:09:50 2019 +0000 Merge pull request #19216 from fdupont-redhat/v2v_state_machine_shutdown [V2V] Add shutting_down_vm state to InfraConversionJob (cherry picked from commit c799da30fce423163215d7dafd97c5ff66c154cf) https://bugzilla.redhat.com/show_bug.cgi?id=1767545 app/models/infra_conversion_job.rb | 66 +- spec/models/infra_conversion_job_spec.rb | 116 +- 2 files changed, 162 insertions(+), 20 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/3e9a1fdec69f4643fc99a83be35411f10db16a91 commit 3e9a1fdec69f4643fc99a83be35411f10db16a91 Author: Greg McCullough <gmccullo> AuthorDate: Mon Sep 2 16:17:09 2019 +0000 Commit: Greg McCullough <gmccullo> CommitDate: Mon Sep 2 16:17:09 2019 +0000 Merge pull request #568 from fdupont-redhat/v2v_state_machine_shutdown [V2V] Remove PowerOff state (cherry picked from commit 0f27ca73bc188f5390edaf7047c992cc4417f3b5) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767545 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweroff.rb | 35 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweroff.yaml | 15 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/pretransform.yaml | 19 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 8 - 4 files changed, 77 deletions(-)
Verified in version: 5.11.4.1