-
Notifications
You must be signed in to change notification settings - Fork 37
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
1060: Move Error yaml to VPD directory #94
base: 1060
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
|
||
- name: PerformVPDRecollection | ||
description: > | ||
An api to check for FRUs replaced and if required, perform | ||
recollection of VPD data for them. | ||
errors: | ||
- xyz.openbmc_project.Common.Error.InvalidArgument | ||
|
||
- name: deleteFRUVPD |
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 were these removed?
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.
okay , will check, how this happened.
@@ -94,45 +94,12 @@ methods: | |||
Location code in expanded format. | |||
errors: | |||
- xyz.openbmc_project.Common.Error.InvalidArgument | |||
- com.ibm.VPD.Error.LocationNotFound | |||
- com.ibm.VPD.Error.NodeNotFound | |||
- com.ibm.VPD.VPD.Error.LocationNotFound |
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.
Lets see if we can rename the file from VPD.errors.yaml.
These repeated VPD.VPD is not looking good and create confusions later on.
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.
Something like Parser.errors.yaml
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.
okay, yeah.
but then it will be different from current upstream commit.
This commit is to move yaml/com/ibm/VPD.errors.yaml into yaml/com/ibm/VPD directory Test: Tested the patch on Rainier system. Reached successfully standby - runtime - standby Change-Id: I4e04a865164f7e1a4548ffd7a80b4f035a31573d Signed-off-by: Alpana Kumari <[email protected]>
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.
This change is not so straight forward.
This will have impact on message registry and the way we create PELs from parser code.
Will need to discuss this in detail.
As we discussed, I am closing this PR, as this change is causing lots of other files/components change. We can come back later on it. |
This commit is to move yaml/com/ibm/VPD.errors.yaml into yaml/com/ibm/VPD directory
Test:
Tested the patch on Rainier system.
Reached successfully standby - runtime - standby
Change-Id: I4e04a865164f7e1a4548ffd7a80b4f035a31573d