-
Notifications
You must be signed in to change notification settings - Fork 120
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
Refactor microsoft_best_fit_least_utilized method for VM Placement. #626
Refactor microsoft_best_fit_least_utilized method for VM Placement. #626
Conversation
Pull Request Test Coverage Report for Build 4098
💛 - Coveralls |
Pull Request Test Coverage Report for Build 4134
💛 - Coveralls |
...rastructure/VM/Provisioning/Placement.class/__methods__/microsoft_best_fit_least_utilized.rb
Show resolved
Hide resolved
...rastructure/VM/Provisioning/Placement.class/__methods__/microsoft_best_fit_least_utilized.rb
Outdated
Show resolved
Hide resolved
468c42b
to
30285a1
Compare
...rastructure/VM/Provisioning/Placement.class/__methods__/microsoft_best_fit_least_utilized.rb
Outdated
Show resolved
Hide resolved
…ent. Refactored method and test. Removed old test. This PR is based on the issue below. ManageIQ/manageiq#12038 @miq-bot add_label refactoring @miq-bot assign @tinaafitz Added check for ems Removed storage profile as requested Changed ems logic in method as requested
30285a1
to
6ace6e1
Compare
Some comments on commit billfitzgerald0120@6ace6e1 spec/content/automate/ManageIQ/Infrastructure/VM/Provisioning/Placement.class/methods/microsoft_best_fit_least_utilized_spec.rb
|
Checked commit billfitzgerald0120@6ace6e1 with ruby 2.5.5, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@lfu Looks like your review comments were addressed. Anything else on this one or is it ready to merge? |
Refactored method and test.
Removed old test.
This PR is based on the issue below.
ManageIQ/manageiq#12038
@miq-bot add_label refactoring
@miq-bot assign @tinaafitz