Bug 1768522 - Port IMS Workflow - ApplyRightSize
Summary: Port IMS Workflow - ApplyRightSize
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: 1747927
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: 1747927
Environment:
Last Closed: 2020-03-17 13:24:09 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:45 UTC
New commits detected on ManageIQ/manageiq/ivanchuk:

https://github.com/ManageIQ/manageiq/commit/bf502643dd759b65da14163a86f5cda96771e521
commit bf502643dd759b65da14163a86f5cda96771e521
Author:     Adam Grare <agrare>
AuthorDate: Tue Sep 10 09:44:09 2019 -0400
Commit:     Adam Grare <agrare>
CommitDate: Tue Sep 10 09:44:09 2019 -0400

    Merge pull request #19238 from fdupont-redhat/v2v_state_machine_apply_right_size

    [V2V] Add applying_right_sizing state to InfraConversionJob

    (cherry picked from commit 7a820adbf8db1e22d8a64db4cca2cd6b8f0aa97a)

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

 app/models/infra_conversion_job.rb | 84 +-
 app/models/service_template_transformation_plan/validate_config_info.rb | 2 +
 app/models/service_template_transformation_plan_task.rb | 8 +
 spec/models/infra_conversion_job_spec.rb | 186 +-
 4 files changed, 243 insertions(+), 37 deletions(-)

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

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

    Merge pull request #572 from fdupont-redhat/v2v_state_machine_apply_right_size

    [V2] Remove ApplyRightSize state

    (cherry picked from commit a69dc82f07b0e3b8692c668557f2474e5357c4a8)

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

 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.rb | 42 -
 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.yaml | 15 -
 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 -
 spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize_spec.rb | 95 -
 4 files changed, 160 deletions(-)

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

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

    Revert "Merge pull request #572 from fdupont-redhat/v2v_state_machine_apply_right_size"

    This reverts commit 5e138d614eb8dca7ba971467fd88c9c70ea0f706.

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

 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.rb | 42 +
 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.yaml | 15 +
 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 +
 spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize_spec.rb | 95 +
 4 files changed, 160 insertions(+)

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

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

    Revert "Merge pull request #19238 from fdupont-redhat/v2v_state_machine_apply_right_size"

    This reverts commit bf502643dd759b65da14163a86f5cda96771e521.

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

 app/models/infra_conversion_job.rb | 84 +-
 app/models/service_template_transformation_plan/validate_config_info.rb | 2 -
 app/models/service_template_transformation_plan_task.rb | 8 -
 spec/models/infra_conversion_job_spec.rb | 186 +-
 4 files changed, 37 insertions(+), 243 deletions(-)

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

https://github.com/ManageIQ/manageiq/commit/94c02b544a2d3c02babb3a608afb75a3ae9b7daf
commit 94c02b544a2d3c02babb3a608afb75a3ae9b7daf
Author:     Adam Grare <agrare>
AuthorDate: Tue Sep 10 13:44:09 2019 +0000
Commit:     Adam Grare <agrare>
CommitDate: Tue Sep 10 13:44:09 2019 +0000

    Merge pull request #19238 from fdupont-redhat/v2v_state_machine_apply_right_size

    [V2V] Add applying_right_sizing state to InfraConversionJob

    (cherry picked from commit 7a820adbf8db1e22d8a64db4cca2cd6b8f0aa97a)

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

 app/models/infra_conversion_job.rb | 84 +-
 app/models/service_template_transformation_plan/validate_config_info.rb | 2 +
 app/models/service_template_transformation_plan_task.rb | 8 +
 spec/models/infra_conversion_job_spec.rb | 186 +-
 4 files changed, 243 insertions(+), 37 deletions(-)

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

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

    Merge pull request #572 from fdupont-redhat/v2v_state_machine_apply_right_size

    [V2] Remove ApplyRightSize state

    (cherry picked from commit a69dc82f07b0e3b8692c668557f2474e5357c4a8)

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

 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.rb | 42 -
 content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.yaml | 15 -
 content/automate/ManageIQ/Transformation/StateMachines/VMTransformation.class/posttransform.yaml | 8 -
 spec/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize_spec.rb | 95 -
 4 files changed, 160 deletions(-)

Comment 8 Md Nadeem 2020-03-05 06:44:05 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.