-
Notifications
You must be signed in to change notification settings - Fork 898
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
Add missing quota tags #18656
Add missing quota tags #18656
Conversation
Checked commits jeffmcutter/manageiq@dea4a4a~...c91a13d with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Can you comment on this? Does it make sense? Thanks, |
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.
Thanks @jeffmcutter for adding the missing categories and tags.
@lfu Please review. |
- :description: 1GB | ||
:read_only: "0" | ||
:syntax: string | ||
:name: "1024" |
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.
Why is the name not set the same way as for Quota - Warn Storage?
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.
@lfu Unfortunately, tags values differ for storage and memory. The tag values from max_storage/warn_storage should match, as well as values for max_memory/warn_memory.
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.
We can't change the values because it would break existing customers environments.
@bdunne Please review. |
Hi @tinaafitz @bdunne, Did this get lost or is there an issue? Thanks, |
Automate quota validation is designed to be able to make use of the following tags / tag categories, but they do not exist by default:
Quota - Max VMs
Quota - Warn CPUs
Quota - Warn Memory
Quota - Warn Storage
Quota - Warn VMs