Bug 1767538
| Summary: | Port IMS Workflow - Add a handover mechanism between core and Automate | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | V2V | Assignee: | Fabien Dupont <fdupont> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nandini Chandra <nachandr> |
| Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | medium | ||
| Version: | 5.11.0 | CC: | bthurber, mshriver |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.11.4 | Flags: | pm-rhel:
cfme-5.11.z+
simaishi: mirror+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.11.4.0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1741179 | Environment: | |
| Last Closed: | 2020-03-17 13:24:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | V2V | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1741179 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2019-10-31 21:35:47 UTC
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. |