summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
diff options
context:
space:
mode:
authorGeorge Liu <liuxiwei@inspur.com>2023-01-17 06:02:59 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2023-01-20 01:08:34 +0300
commit28bcda4c2d559c5ff002615af7a115cc475309e7 (patch)
tree0b65b2052e7aba43d1f16907260ea550d8071757 /meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
parent06e64b92012f47c3d050eb986c277e2df71303d7 (diff)
downloadopenbmc-28bcda4c2d559c5ff002615af7a115cc475309e7.tar.xz
meta-ibm: p10bmc: Update the association between Fan and Chassis
Per association document[1], add/update the association between Fan and Chassis. [1] https://github.com/openbmc/phosphor-dbus-interfaces/commit/d0aa13b446ee1738d53fb1e04341946f5b0b7616 Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I6c4d74b17fcfcbeb620832485928dcfd3460fc00
Diffstat (limited to 'meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json')
-rw-r--r--meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json b/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
index 4c49644a66..4997fb89fe 100644
--- a/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
+++ b/meta-ibm/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
@@ -105,6 +105,15 @@
[
"/xyz/openbmc_project/led/physical/fan0"
]
+ },
+ {
+ "types": {
+ "rType": "cooled_by",
+ "fType": "cooling"
+ },
+ "paths": [
+ "/xyz/openbmc_project/inventory/system/chassis"
+ ]
}
]
},
@@ -134,6 +143,15 @@
[
"/xyz/openbmc_project/led/physical/fan1"
]
+ },
+ {
+ "types": {
+ "rType": "cooled_by",
+ "fType": "cooling"
+ },
+ "paths": [
+ "/xyz/openbmc_project/inventory/system/chassis"
+ ]
}
]
},
@@ -163,6 +181,15 @@
[
"/xyz/openbmc_project/led/physical/fan2"
]
+ },
+ {
+ "types": {
+ "rType": "cooled_by",
+ "fType": "cooling"
+ },
+ "paths": [
+ "/xyz/openbmc_project/inventory/system/chassis"
+ ]
}
]
},
@@ -192,6 +219,15 @@
[
"/xyz/openbmc_project/led/physical/fan3"
]
+ },
+ {
+ "types": {
+ "rType": "cooled_by",
+ "fType": "cooling"
+ },
+ "paths": [
+ "/xyz/openbmc_project/inventory/system/chassis"
+ ]
}
]
},