summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorOskar Senft <osk@google.com>2018-12-04 14:39:43 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-17 16:54:45 +0000
commitda29706fc3b56bdfdcd5b52266319e956c28ec7c (patch)
tree5bb8c5ffb57cba6ff8aa4162b28065c05ee2ce08 /xyz
parentc39e8ce1a6c1929b8acb2f22385b408ef6a38f57 (diff)
downloadphosphor-dbus-interfaces-da29706fc3b56bdfdcd5b52266319e956c28ec7c.tar.gz
phosphor-dbus-interfaces-da29706fc3b56bdfdcd5b52266319e956c28ec7c.zip
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 <osk@google.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml6
1 files changed, 6 insertions, 0 deletions
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
OpenPOWER on IntegriCloud