summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2018-07-25 04:05:05 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-27 02:21:21 +0000
commitc6ed65665d5392d677c63b836ce6ac358a9db7f7 (patch)
treef5f584bbc29c657aad531c2ade334747b4a370b0 /meta-openbmc-machines
parentac3920eba33a1b9d21316a4a8fec9b77665c7e87 (diff)
downloadtalos-openbmc-c6ed65665d5392d677c63b836ce6ac358a9db7f7.tar.gz
talos-openbmc-c6ed65665d5392d677c63b836ce6ac358a9db7f7.zip
openpower: inventory-config: fix-up interface
The motherboard or 'node' should implement the Inventory.Item.Board interface, and not the Inventory.Item.Chassis interface. The patch lets us view contained systems via the redfish/v1/Systems API on openpower boxes running bmcweb. Change-Id: I1a8755636b516e2284d4fa09391ce88cad113ec5 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
index 39b6f3266..2233913aa 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/ipmi/hostboot-inventory-config/config.yaml
@@ -61,7 +61,7 @@ NODE:
PrettyName:
IPMIFruSection: Board
IPMIFruProperty: "Name"
- xyz.openbmc_project.Inventory.Item.Chassis:
+ xyz.openbmc_project.Inventory.Item.Board:
AssociatedTypes:
- SYS
OpenPOWER on IntegriCloud