Bug 1768539

Summary: Port IMS Workflow - PowerOn
Product: Red Hat CloudForms Management Engine Reporter: Satoe Imaishi <simaishi>
Component: V2VAssignee: 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.0CC: bthurber, mnadeem, mshriver, simaishi
Target Milestone: GAKeywords: ZStream
Target Release: 5.11.4Flags: pm-rhel: cfme-5.11.z+
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: 1748100 Environment:
Last Closed: 2020-03-17 13:24:09 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: 1748100    
Bug Blocks:    

Comment 2 CFME Bot 2019-11-04 18:00:50 UTC
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(-)

Comment 3 CFME Bot 2019-11-04 18:01:54 UTC
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(-)

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

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

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

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

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

Comment 9 Md Nadeem 2020-03-09 06:20:22 UTC
verified in CFME Version: 5.11.4.1