-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V2V] Add applying_right_sizing state to InfraConversionJob #19238
[V2V] Add applying_right_sizing state to InfraConversionJob #19238
Conversation
Checked commits fabiendupont/manageiq@6be48fb~...5d6ae53 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@agrare You ok with this one? |
Hey sorry @fdupont-redhat this one slipped through I didn't notice it |
…_right_size [V2V] Add applying_right_sizing state to InfraConversionJob (cherry picked from commit 7a820ad) https://bugzilla.redhat.com/show_bug.cgi?id=1768522
Ivanchuk backport details:
|
…ne_apply_right_size" This reverts commit bf50264. https://bugzilla.redhat.com/show_bug.cgi?id=1768522
Reverted the backport
|
…_right_size [V2V] Add applying_right_sizing state to InfraConversionJob (cherry picked from commit 7a820ad) https://bugzilla.redhat.com/show_bug.cgi?id=1768522
Ivanchuk backport details:
|
For IMS 1.3 we're moving state machine handling from automate into core. For ease of writing and review, we're breaking this down into (hopefully) easily digestible bits, one state at a time. Each PR will ultimately have a corresponding PR in manageiq-content that deletes the relevant bit of code from automate.
Original automate code:
https://github.com/ManageIQ/manageiq-content/blob/master/content/automate/ManageIQ/Transformation/Infrastructure/VM/Common.class/__methods__/applyrightsize.rb
This PR adds applying_right_sizing state to the state machine. The state machine is changed to allow transition from waiting_for_inventory_refresh.
RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=1747927
Depends on #19149, #19150, #19154, #19177, #19200, #19216, #19222, #19230
Built on #19230