New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/e886061cdacdf0931fffd1de06015aeb019220c4 commit e886061cdacdf0931fffd1de06015aeb019220c4 Author: Adam Grare <agrare> AuthorDate: Thu Aug 15 09:00:03 2019 -0400 Commit: Adam Grare <agrare> CommitDate: Thu Aug 15 09:00:03 2019 -0400 Merge pull request #19149 from fdupont-redhat/v2v_manage_handover_between_core_and_automate [V2V] Manage handover between core and automate (cherry picked from commit a0df6ed3a7689843452f354620ea052f67232f8b) https://bugzilla.redhat.com/show_bug.cgi?id=1767538 app/models/infra_conversion_job.rb | 7 + spec/models/infra_conversion_job_spec.rb | 1 + 2 files changed, 8 insertions(+)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/48cd0f2b1c0e89734e3bcb1788f866199f5ed08e commit 48cd0f2b1c0e89734e3bcb1788f866199f5ed08e Author: tina <tfitzger> AuthorDate: Mon Aug 19 17:55:28 2019 -0400 Commit: tina <tfitzger> CommitDate: Mon Aug 19 17:55:28 2019 -0400 Merge pull request #561 from fdupont-redhat/v2v_manage_handover_between_core_and_automate [V2V] Manage handover between core and automate (cherry picked from commit fa38a42270b2c08dd6848fd2a19998f4eacaf814) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767538 content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck.rb | 25 - content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck.yaml | 15 - content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover.rb | 25 + content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover.yaml | 15 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 8 +- spec/content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck_spec.rb | 52 - spec/content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover_spec.rb | 61 + 7 files changed, 105 insertions(+), 96 deletions(-)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/7e58f3602ea02e1d8ee5f6ed5455c92153ee080b commit 7e58f3602ea02e1d8ee5f6ed5455c92153ee080b Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 11:13:49 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 11:13:49 2019 -0500 Revert "Merge pull request #561 from fdupont-redhat/v2v_manage_handover_between_core_and_automate" This reverts commit 48cd0f2b1c0e89734e3bcb1788f866199f5ed08e. https://bugzilla.redhat.com/show_bug.cgi?id=1767538 content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck.rb | 25 + content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck.yaml | 15 + content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover.rb | 25 - content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover.yaml | 15 - content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 8 +- spec/content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck_spec.rb | 52 + spec/content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover_spec.rb | 61 - 7 files changed, 96 insertions(+), 105 deletions(-)
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/facbc14f5e15ffbd8a8d583521f55b3a1bbb25e8 commit facbc14f5e15ffbd8a8d583521f55b3a1bbb25e8 Author: Satoe Imaishi <simaishi> AuthorDate: Tue Dec 3 13:34:50 2019 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Tue Dec 3 13:34:50 2019 -0500 Revert "Merge pull request #19149 from fdupont-redhat/v2v_manage_handover_between_core_and_automate" This reverts commit e886061cdacdf0931fffd1de06015aeb019220c4. https://bugzilla.redhat.com/show_bug.cgi?id=1767538 app/models/infra_conversion_job.rb | 7 - spec/models/infra_conversion_job_spec.rb | 1 - 2 files changed, 8 deletions(-)
Tested on upstream master.20200118225846_b8aaf77 Cold migration works.
New commit detected on ManageIQ/manageiq/ivanchuk: https://github.com/ManageIQ/manageiq/commit/9202bd64efc02aa2d0150c22b29d867356462b6d commit 9202bd64efc02aa2d0150c22b29d867356462b6d Author: Adam Grare <agrare> AuthorDate: Thu Aug 15 13:00:03 2019 +0000 Commit: Adam Grare <agrare> CommitDate: Thu Aug 15 13:00:03 2019 +0000 Merge pull request #19149 from fdupont-redhat/v2v_manage_handover_between_core_and_automate [V2V] Manage handover between core and automate (cherry picked from commit a0df6ed3a7689843452f354620ea052f67232f8b) https://bugzilla.redhat.com/show_bug.cgi?id=1767538 app/models/infra_conversion_job.rb | 7 + spec/models/infra_conversion_job_spec.rb | 1 + 2 files changed, 8 insertions(+)
New commit detected on ManageIQ/manageiq-content/ivanchuk: https://github.com/ManageIQ/manageiq-content/commit/32986ff54a8f80f1ff3c4cf94aa57570bb01840b commit 32986ff54a8f80f1ff3c4cf94aa57570bb01840b Author: tina <tfitzger> AuthorDate: Mon Aug 19 21:55:28 2019 +0000 Commit: tina <tfitzger> CommitDate: Mon Aug 19 21:55:28 2019 +0000 Merge pull request #561 from fdupont-redhat/v2v_manage_handover_between_core_and_automate [V2V] Manage handover between core and automate (cherry picked from commit fa38a42270b2c08dd6848fd2a19998f4eacaf814) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767538 content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck.rb | 25 - content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck.yaml | 15 - content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover.rb | 25 + content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover.yaml | 15 + content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/transformation.yaml | 8 +- spec/content/automate/ManageIQ/Transformation/Common.class/__methods__/preflightcheck_spec.rb | 52 - spec/content/automate/ManageIQ/Transformation/Common.class/__methods__/waitforhandover_spec.rb | 61 + 7 files changed, 105 insertions(+), 96 deletions(-)
Verified that a cold migration is successful in 5.11.4.1 using UCI conversion hosts.