e3142e80 | 09-Sep-2024 |
Myung Bae <myungbae@us.ibm.com> |
Remove unused OemComputerSystem json file
The previous commit 1d834d4[1] renamed OemComputerSystem json to OpenBmcComputerSystem json, but forgot to delete the old one.
Tested: Inspection only.
[1
Remove unused OemComputerSystem json file
The previous commit 1d834d4[1] renamed OemComputerSystem json to OpenBmcComputerSystem json, but forgot to delete the old one.
Tested: Inspection only.
[1] https://github.com/openbmc/bmcweb/commit/1d834d49cc0d2dcee11f203b167434aeefcb7970
Change-Id: Ia5512f0c9ea249742e0ac5fa3c7d0d120f824c36 Signed-off-by: Myung Bae <myungbae@us.ibm.com>
show more ...
|
7805ca2f | 06-Sep-2024 |
Myung Bae <myungbae@us.ibm.com> |
Fix OpenBMC JsonSchemas installation
This fixes the missing Oem/OpenBMC JsonSchema file installation.
Tested: - Check JsonSchemas to have the enabled OpenBMC schemas ``` curl -k -X GET https::/${b
Fix OpenBMC JsonSchemas installation
This fixes the missing Oem/OpenBMC JsonSchema file installation.
Tested: - Check JsonSchemas to have the enabled OpenBMC schemas ``` curl -k -X GET https::/${bmc}/redfish/v1/JsonSchemas/OpenBMCAccountService curl -k -X GET https::/${bmc}/redfish/v1/JsonSchemas/OpenBMCManager curl -k -X GET https::/${bmc}/redfish/v1/JsonSchemas/OpenBMCComputerSystem ```
Change-Id: Ia13b5c5d1626ee5648ddce5cd62375c8e3e09e75 Signed-off-by: Myung Bae <myungbae@us.ibm.com>
show more ...
|
f056d96a | 29-Aug-2024 |
Gunnar Mills <gmills@us.ibm.com> |
Update installed files to latest
As a comment in https://gerrit.openbmc.org/c/openbmc/bmcweb/+/74159 pointed out, although 74159 fixed the link, it didn't rename the file to the latest. It seems rea
Update installed files to latest
As a comment in https://gerrit.openbmc.org/c/openbmc/bmcweb/+/74159 pointed out, although 74159 fixed the link, it didn't rename the file to the latest. It seems reasonable we do that.
Probably should have been in 74159, i was impatient. Even though 74159 was really simple, still should have waited.
Tested: ``` head -n 4 redfish-core/schema/dmtf/json-schema-installed/Certificate.v1_*.json { "$id": "http://redfish.dmtf.org/schemas/v1/Certificate.v1_8_3.json", "$ref": "#/definitions/Certificate", "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
``` ``` ls redfish-core/schema/dmtf/json-schema-installed/Certificate.v1_*.json
redfish-core/schema/dmtf/json-schema-installed/Certificate.v1_8_3.json ```
Change-Id: Id5bc4ef00a74cce7250c11830dffddfaeee9bdf2 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
show more ...
|
f958ed9c | 12-Jul-2024 |
Ed Tanous <ed@tanous.net> |
Rename OemVirtualMedia to OpenBMCVirtualMedia
Per the redfish spec, we should be naming these schemas correctly
Rename OemVirtualMedia -> OpenBMCVirtualMedia.
Tested: These are only enabled when t
Rename OemVirtualMedia to OpenBMCVirtualMedia
Per the redfish spec, we should be naming these schemas correctly
Rename OemVirtualMedia -> OpenBMCVirtualMedia.
Tested: These are only enabled when the option flag nbd-proxy is enabled, which is commented out. Code inspection only.
Change-Id: Ic94025e2125e5b44e09637024acf9b80897328bd Signed-off-by: Ed Tanous <ed@tanous.net>
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 ...
|