Skip to content
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

Requested Quota for instance_type dialog override. #333

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

billfitzgerald0120
Copy link
Contributor

Updated requested method to allow for Service dialogs to override instance_type for cloud provisioning.
Added tests for Google service and instance_type override.

This requires updated quota_helper method in ManageIQ repo.
ManageIQ/manageiq#17597

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

Updated requested method to allow for Service dialogs to override instance_type for cloud provisioning.
Added tests for Google service and instance_type override
This requires updated quota_helper method in ManageIQ repo.
@billfitzgerald0120
Copy link
Contributor Author

@miq-bot add_label enhancement

@miq-bot
Copy link
Member

miq-bot commented Jun 18, 2018

Checked commit billfitzgerald0120@641b8d0 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 🍰

@billfitzgerald0120 billfitzgerald0120 changed the title [WIP] Requested Quota for instance_type dialog override. Requested Quota for instance_type dialog override. Jun 18, 2018
@miq-bot miq-bot removed the wip label Jun 18, 2018
@billfitzgerald0120
Copy link
Contributor Author

@tinaafitz Please review

Copy link
Member

@tinaafitz tinaafitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@billfitzgerald0120 Looks good.
@mkanoor Please review.

@@ -263,7 +264,7 @@ def cloud_storage(args_hash)
flavor.root_disk_size.to_i + flavor.ephemeral_disk_size.to_i + flavor.swap_disk_size.to_i
end

storage += cloud_volume_storage(args_hash)
storage += cloud_volume_storage(args_hash) if @reconfigure_request
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@billfitzgerald0120
Is this related to this PR? or related to configure request

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkanoor I added the "if @reconfigure_request" because it caused the test to fail without it.

@gmcculloug
Copy link
Member

@mkanoor The dependent PR is merged, anything else for this PR?

@mkanoor mkanoor merged commit 2c5fa67 into ManageIQ:master Jul 26, 2018
@mkanoor mkanoor added this to the Sprint 91 Ending Jul 30, 2018 milestone Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants