From da29706fc3b56bdfdcd5b52266319e956c28ec7c Mon Sep 17 00:00:00 2001 From: Oskar Senft Date: Tue, 4 Dec 2018 14:39:43 -0500 Subject: Add chassis type to Inventory.Item.Chassis. The use case is for the ipmi-fru-parser to store the chassis type from IPMI FRU data in the inventory. The phosphor-host-ipmid can use the field when generating IPMI FRU data for the host. Change-Id: Ic9d636ae8f3a87ee3448345b8260ad32f10d381e Signed-off-by: Oskar Senft --- xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml b/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml index 6542cc0..3320ea1 100644 --- a/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml +++ b/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml @@ -1,4 +1,10 @@ description: > Implement to provide Chassis attributes. +properties: + - name: Type + type: string + description: > + The type of physical form factor of the chassis. + # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.1