#
c44cddd8 |
| 05-Sep-2024 |
Ed Tanous <etanous@nvidia.com> |
Format OEM schemas with xmllint
Our OEM schemas still have whitespace violations. Reformat using xmllint --format.
Tested: Whitespace changes only. Code compiles.
Change-Id: Ic240d7b7c617991005d
Format OEM schemas with xmllint
Our OEM schemas still have whitespace violations. Reformat using xmllint --format.
Tested: Whitespace changes only. Code compiles.
Change-Id: Ic240d7b7c617991005d72313183b20d452273662 Signed-off-by: Ed Tanous <etanous@nvidia.com>
show more ...
|
#
fc1cdd14 |
| 11-Jul-2024 |
Ed Tanous <ed@tanous.net> |
Fix OpenBMC OEMManager
The OpenBMC OEM schemas have had many things wrong since their creation, to the point where nobody could be using them to generate values. This commit fixes the issues, namel
Fix OpenBMC OEMManager
The OpenBMC OEM schemas have had many things wrong since their creation, to the point where nobody could be using them to generate values. This commit fixes the issues, namely. OemManager schema and namespace are renamed to OpenBMCManager, in line with the Redfish specification around OEM naming conventions. OpenBMCManager now includes versions, which is a partial fix for #184. json-schemas are regenerated from the CSDL to json script in Redfish-Tools, rather than being handmade. This also introduces versions in the json-schema.
Tested: Redfish service validator passes.
Change-Id: I18f7d0445105a361775c04ae614d6ae2e297bbf6 Signed-off-by: Ed Tanous <ed@tanous.net>
show more ...
|