Bug 1767538 - Port IMS Workflow - Add a handover mechanism between core and Automate
Summary: Port IMS Workflow - Add a handover mechanism between core and Automate
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: V2V
Version: 5.11.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: GA
: 5.11.4
Assignee: Fabien Dupont
QA Contact: Nandini Chandra
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On: 1741179
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-31 16:22 UTC by Satoe Imaishi
Modified: 2020-03-17 13:24 UTC (History)
2 users (show)

Fixed In Version: 5.11.4.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1741179
Environment:
Last Closed: 2020-03-17 13:24:08 UTC
Category: ---
Cloudforms Team: V2V
Target Upstream Version:
Embargoed:
pm-rhel: cfme-5.11.z+
simaishi: mirror+


Attachments (Terms of Use)

Comment 2 CFME Bot 2019-10-31 21:35:47 UTC
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(+)

Comment 3 CFME Bot 2019-10-31 21:51:34 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(-)

Comment 4 CFME Bot 2019-12-03 16:23:47 UTC
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(-)

Comment 5 CFME Bot 2019-12-03 18:35:43 UTC
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(-)

Comment 6 Shveta 2020-01-21 17:52:07 UTC
Tested on upstream master.20200118225846_b8aaf77 
Cold migration works.

Comment 7 CFME Bot 2020-02-21 19:35:20 UTC
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(+)

Comment 8 CFME Bot 2020-02-21 19:55:51 UTC
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(-)

Comment 9 Nandini Chandra 2020-03-05 19:34:45 UTC
Verified that a cold migration is successful in 5.11.4.1 using UCI conversion hosts.


Note You need to log in before you can comment on or make changes to this bug.