commit | e153a9d34fcded79fcbb32a1a2c74ecb3da0f312 | [log] [tgz] |
---|---|---|
author | Sean He <sean.he.wiwynn@gmail.com> | Fri Oct 25 18:12:17 2024 +0800 |
committer | Sean He <sean.he.wiwynn@gmail.com> | Wed Nov 13 02:31:02 2024 +0000 |
tree | f2d76ad252e55b1cc591b4d194e00df0ddceffd0 | |
parent | f3302c2d7c5c16c02a6ff1a34388dc6e5c0cb996 [diff] [blame] |
schemas: chassis types for Inventory.Item.Chassis This commit add the chassis types and corresponding interface as described in [1]. [1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml Tested: Interfaces are added with the corresponding properties RackMount and Blade under the related path. Change-Id: Id0cb2b2450b290d0d2af994d07cec301b441ab2d Signed-off-by: Sean He <sean.he.wiwynn@gmail.com>
diff --git a/schemas/openbmc-dbus.json b/schemas/openbmc-dbus.json index 24f71b9..528d2b2 100644 --- a/schemas/openbmc-dbus.json +++ b/schemas/openbmc-dbus.json
@@ -118,6 +118,11 @@ }, "Chassis": { "additionalProperties": false, + "properties": { + "ChassisType": { + "type": "string" + } + }, "type": "object" }, "NetworkInterface": {