Bug 1768524 - Port IMS Workflow - RestoreVmAttributes
Summary: Port IMS Workflow - RestoreVmAttributes
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: Md Nadeem
Red Hat CloudForms Documentation
URL:
Whiteboard:
Depends On: 1748075
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-04 16:21 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: 1748075
Environment:
Last Closed: 2020-03-17 13:24:06 UTC
Category: ---
Cloudforms Team: V2V
Target Upstream Version:
Embargoed:
pm-rhel: cfme-5.11.z+


Attachments (Terms of Use)

Comment 2 CFME Bot 2019-11-04 18:00:47 UTC
New commits detected on ManageIQ/manageiq/ivanchuk:

https://github.com/ManageIQ/manageiq/commit/b752d4ea431f546f88353b33eaed8270ce679022
commit b752d4ea431f546f88353b33eaed8270ce679022
Author:     Adam Grare <agrare>
AuthorDate: Tue Sep 10 11:08:33 2019 -0400
Commit:     Adam Grare <agrare>
CommitDate: Tue Sep 10 11:08:33 2019 -0400

    Merge pull request #19240 from fdupont-redhat/v2v_state_machine_restore_vm_attributes

    [V2V] Add restoring_vm_attributes state to InfraConversionJob

    (cherry picked from commit 399ea7509a84116aaa897e7d62fcdd67cabe6bfe)

    https://bugzilla.redhat.com/show_bug.cgi?id=1768524

 app/models/infra_conversion_job.rb | 48 +-
 spec/models/infra_conversion_job_spec.rb | 107 +-
 2 files changed, 143 insertions(+), 12 deletions(-)

Comment 3 CFME Bot 2019-11-04 18:01:51 UTC
New commit detected on ManageIQ/manageiq-content/ivanchuk:

https://github.com/ManageIQ/manageiq-content/commit/0cf513156c03f434b00ba7785a0769cc84f11b05
commit 0cf513156c03f434b00ba7785a0769cc84f11b05
Author:     Greg McCullough <gmccullo>
AuthorDate: Wed Sep 11 09:48:55 2019 -0400
Commit:     Greg McCullough <gmccullo>
CommitDate: Wed Sep 11 09:48:55 2019 -0400

    Merge pull request #573 from fdupont-redhat/v2v_state_machine_restore_vm_attributes

    [V2V] Remove RestoreVmAttributes state

    (cherry picked from commit 519e0a9197d4d7492b5c220b206d8146a59eff4c)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1768524

 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 64 -
 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.yaml | 15 -
 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 -
 spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes_spec.rb | 128 -
 4 files changed, 215 deletions(-)

Comment 4 CFME Bot 2019-12-03 16:23:27 UTC
New commit detected on ManageIQ/manageiq-content/ivanchuk:

https://github.com/ManageIQ/manageiq-content/commit/07d176c485af199d3c463fbf69b01f9048b3909e
commit 07d176c485af199d3c463fbf69b01f9048b3909e
Author:     Satoe Imaishi <simaishi>
AuthorDate: Tue Dec  3 11:11:52 2019 -0500
Commit:     Satoe Imaishi <simaishi>
CommitDate: Tue Dec  3 11:11:52 2019 -0500

    Revert "Merge pull request #573 from fdupont-redhat/v2v_state_machine_restore_vm_attributes"

    This reverts commit 0cf513156c03f434b00ba7785a0769cc84f11b05.

    https://bugzilla.redhat.com/show_bug.cgi?id=1768524

 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 64 +
 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.yaml | 15 +
 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 +
 spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes_spec.rb | 128 +
 4 files changed, 215 insertions(+)

Comment 5 CFME Bot 2019-12-03 18:10:54 UTC
New commit detected on ManageIQ/manageiq/ivanchuk:

https://github.com/ManageIQ/manageiq/commit/4b68205522258dc147168260b0f46618a3871bf1
commit 4b68205522258dc147168260b0f46618a3871bf1
Author:     Satoe Imaishi <simaishi>
AuthorDate: Tue Dec  3 12:44:34 2019 -0500
Commit:     Satoe Imaishi <simaishi>
CommitDate: Tue Dec  3 12:44:34 2019 -0500

    Revert "Merge pull request #19240 from fdupont-redhat/v2v_state_machine_restore_vm_attributes"

    This reverts commit b752d4ea431f546f88353b33eaed8270ce679022.

    https://bugzilla.redhat.com/show_bug.cgi?id=1768524

 app/models/infra_conversion_job.rb | 48 +-
 spec/models/infra_conversion_job_spec.rb | 107 +-
 2 files changed, 12 insertions(+), 143 deletions(-)

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

Comment 7 CFME Bot 2020-02-21 19:35:40 UTC
New commit detected on ManageIQ/manageiq/ivanchuk:

https://github.com/ManageIQ/manageiq/commit/bb3e55cce33d391a21d4a25d4eb47f9c769a4a29
commit bb3e55cce33d391a21d4a25d4eb47f9c769a4a29
Author:     Adam Grare <agrare>
AuthorDate: Tue Sep 10 15:08:33 2019 +0000
Commit:     Adam Grare <agrare>
CommitDate: Tue Sep 10 15:08:33 2019 +0000

    Merge pull request #19240 from fdupont-redhat/v2v_state_machine_restore_vm_attributes

    [V2V] Add restoring_vm_attributes state to InfraConversionJob

    (cherry picked from commit 399ea7509a84116aaa897e7d62fcdd67cabe6bfe)

    https://bugzilla.redhat.com/show_bug.cgi?id=1768524

 app/models/infra_conversion_job.rb | 48 +-
 spec/models/infra_conversion_job_spec.rb | 107 +-
 2 files changed, 143 insertions(+), 12 deletions(-)

Comment 8 CFME Bot 2020-02-21 19:56:14 UTC
New commit detected on ManageIQ/manageiq-content/ivanchuk:

https://github.com/ManageIQ/manageiq-content/commit/bad9069f794a685aacf8da18d2f0f52713495feb
commit bad9069f794a685aacf8da18d2f0f52713495feb
Author:     Greg McCullough <gmccullo>
AuthorDate: Wed Sep 11 13:48:55 2019 +0000
Commit:     Greg McCullough <gmccullo>
CommitDate: Wed Sep 11 13:48:55 2019 +0000

    Merge pull request #573 from fdupont-redhat/v2v_state_machine_restore_vm_attributes

    [V2V] Remove RestoreVmAttributes state

    (cherry picked from commit 519e0a9197d4d7492b5c220b206d8146a59eff4c)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1768524

 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.rb | 64 -
 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes.yaml | 15 -
 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 -
 spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/restorevmattributes_spec.rb | 128 -
 4 files changed, 215 deletions(-)

Comment 9 Md Nadeem 2020-03-05 06:46:27 UTC
Verified in cfme version 5.11.4.1 with Downstream UCI image: v2v-conversion-host-appliance-5.11.4.1-1_scratch.x86_64.qcow2.


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