New commits detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/503e54f200d81195486bc56227eeb982f3d4d68d commit 503e54f200d81195486bc56227eeb982f3d4d68d Author: Adam Grare <agrare> AuthorDate: Tue Sep 10 15:54:44 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Tue Sep 10 15:54:44 2019 -0400 Merge pull request #19241 from fdupont-redhat/v2v_state_machine_power_on [V2V] Add powering_on_vm state to InfraConversionJob (cherry picked from commit 373ba873addc3db9f9a4dd614475fd2c9c647fc5) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1768539 app/models/infra_conversion_job.rb | 47 +- spec/models/infra_conversion_job_spec.rb | 138 +- 2 files changed, 176 insertions(+), 9 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/b55b85a9f61c9b3ca98e629f33982828a495a648 commit b55b85a9f61c9b3ca98e629f33982828a495a648 Author: Greg McCullough <gmccullo> AuthorDate: Wed Sep 11 09:50:04 2019 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Wed Sep 11 09:50:04 2019 -0400 Merge pull request #575 from fdupont-redhat/v2v_state_machine_power_on [V2V] Remove PowerOn and CheckPoweredOn states (cherry picked from commit 91ced52383b676fd9b8b892fcf2c18a4e5570a7e) https://bugzilla.redhat.com/show_bug.cgi?id=1768539 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__class__.yaml | 33 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon.rb | 39 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon.yaml | 15 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweron.rb | 35 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweron.yaml | 15 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/_missing.yaml | 12 - content/automate/ManageIQ/Transformation/Infrastructure/VM/__namespace__.yaml | 10 - content/automate/ManageIQ/Transformation/Infrastructure/__namespace__.yaml | 10 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 17 - spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon_spec.rb | 68 - 10 files changed, 254 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/33f1d27ab14660f2e1f38fc562da61a56a4ab931 commit 33f1d27ab14660f2e1f38fc562da61a56a4ab931 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 11:11:31 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 11:11:31 2019 -0500 Revert "Merge pull request #575 from fdupont-redhat/v2v_state_machine_power_on" This reverts commit b55b85a9f61c9b3ca98e629f33982828a495a648. https://bugzilla.redhat.com/show_bug.cgi?id=1768539 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__class__.yaml | 33 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon.rb | 39 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon.yaml | 15 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweron.rb | 35 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweron.yaml | 15 + content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/_missing.yaml | 12 + content/automate/ManageIQ/Transformation/Infrastructure/VM/__namespace__.yaml | 10 + content/automate/ManageIQ/Transformation/Infrastructure/__namespace__.yaml | 10 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 17 + spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon_spec.rb | 68 + 10 files changed, 254 insertions(+)
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/bed579cb6aa6d0cc61d6c661f8895b9179c88a24 commit bed579cb6aa6d0cc61d6c661f8895b9179c88a24 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 12:44:15 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 12:44:15 2019 -0500 Revert "Merge pull request #19241 from fdupont-redhat/v2v_state_machine_power_on" This reverts commit 503e54f200d81195486bc56227eeb982f3d4d68d. https://bugzilla.redhat.com/show_bug.cgi?id=1768539 app/models/infra_conversion_job.rb | 47 +- spec/models/infra_conversion_job_spec.rb | 138 +- 2 files changed, 9 insertions(+), 176 deletions(-)
Tested on upstream master.20200118225846_b8aaf77 Cold migration works
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/207b665692e204453cd508b8a9225ee751bfabc7 commit 207b665692e204453cd508b8a9225ee751bfabc7 Author: Adam Grare <agrare> AuthorDate: Tue Sep 10 19:54:44 2019 +0000 Commit: Adam Grare <agrare> CommitDate: Tue Sep 10 19:54:44 2019 +0000 Merge pull request #19241 from fdupont-redhat/v2v_state_machine_power_on [V2V] Add powering_on_vm state to InfraConversionJob (cherry picked from commit 373ba873addc3db9f9a4dd614475fd2c9c647fc5) https://bugzilla.redhat.com/show_bug.cgi?id=1768539 app/models/infra_conversion_job.rb | 47 +- spec/models/infra_conversion_job_spec.rb | 138 +- 2 files changed, 176 insertions(+), 9 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/dbfdbf844b3a1d6de544ba7aa1fd5674af7efc9e commit dbfdbf844b3a1d6de544ba7aa1fd5674af7efc9e Author: Greg McCullough <gmccullo> AuthorDate: Wed Sep 11 13:50:04 2019 +0000 Commit: Greg McCullough <gmccullo> CommitDate: Wed Sep 11 13:50:04 2019 +0000 Merge pull request #575 from fdupont-redhat/v2v_state_machine_power_on [V2V] Remove PowerOn and CheckPoweredOn states (cherry picked from commit 91ced52383b676fd9b8b892fcf2c18a4e5570a7e) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1768539 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__class__.yaml | 33 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon.rb | 39 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon.yaml | 15 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweron.rb | 35 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/poweron.yaml | 15 - content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/_missing.yaml | 12 - content/automate/ManageIQ/Transformation/Infrastructure/VM/__namespace__.yaml | 10 - content/automate/ManageIQ/Transformation/Infrastructure/__namespace__.yaml | 10 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 17 - spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/checkpoweredon_spec.rb | 68 - 10 files changed, 254 deletions(-)
verified in CFME Version: 5.11.4.1