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(-)
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(-)
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(+)
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(-)
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(-)
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(-)
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.