PEL: Update callouts for fan missing error
The fan missing error has a low priority FRU callout of the FRU that
contains the fan controller/presence IO expander. These are different
between Rainier and Everest, so check the system type in the registry
entry.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Icc66029f993b8e2273d118c0dec7090f9a262cec
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index 9294aa5..011bc1d 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -1583,6 +1583,7 @@
"Callouts": [
{
+ "System": "ibm,rainier",
"CalloutList": [
{
"Priority": "high",
@@ -1594,6 +1595,20 @@
"LocCode": "P0"
}
]
+ },
+ {
+ "System": "ibm,everest",
+ "CalloutList": [
+ {
+ "Priority": "high",
+ "SymbolicFRUTrusted": "air_mover",
+ "UseInventoryLocCode": true
+ },
+ {
+ "Priority": "low",
+ "LocCode": "P1"
+ }
+ ]
}
],
@@ -1606,7 +1621,7 @@
"symbolic FRU AIR_MOVR that has the trusted fan location ",
"code, which it gets using the passed in ",
"CALLOUT_INVENTORY_PATH. The second callout is the FRU ",
- "where the controller is."
+ "where the controller and GPIO expander are."
]
}
},