-
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
Adds vendor property to physical_server #14488
Adds vendor property to physical_server #14488
Conversation
Checked commits odravison/manageiq@ce2a6bd~...11b08b1 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@Fryguy @chessbyte |
@odravison master is 🔴 , so you are inheriting that problem. I believe #14495 was put together to solve it, but it is not working. Additionally, #14505 also seems to be helping. Once those are merged, then this one should be ok. |
Why this PR wasn't already merged? |
@Fryguy Can you please merge this? |
@@ -6154,6 +6154,7 @@ physical_servers: | |||
- serial_number | |||
- field_replaceable_unit | |||
- raw_power_state | |||
- vendor |
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.
What's the difference between vendor
and manufacturer
?
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.
Hi, @bdunne .
vendor
is a property called by all generic quadicon_helper into manageiq-ui-classic.
All entities that need render some image on interface use this vendor
property
vendor
is used to match files name and some times the manufacturer
isn't the same.
Marking as |
Adds vendor property to physical_server (cherry picked from commit 77ebf93)
Fine backport details:
|
Adding
vendor
property tophysical_server
by this migration