summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-ast2600/recipes-phosphor/configuration/entity-manager/OPB2RH-Chassis.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-ast2600/recipes-phosphor/configuration/entity-manager/OPB2RH-Chassis.json')
-rw-r--r--meta-openbmc-mods/meta-ast2600/recipes-phosphor/configuration/entity-manager/OPB2RH-Chassis.json49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta-openbmc-mods/meta-ast2600/recipes-phosphor/configuration/entity-manager/OPB2RH-Chassis.json b/meta-openbmc-mods/meta-ast2600/recipes-phosphor/configuration/entity-manager/OPB2RH-Chassis.json
deleted file mode 100644
index a81329787..000000000
--- a/meta-openbmc-mods/meta-ast2600/recipes-phosphor/configuration/entity-manager/OPB2RH-Chassis.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "Exposes": [
- {
- "Address": "0x56",
- "Bus": 9,
- "Class": "MCUTemp",
- "Name": "PDB MCU Temp",
- "Reg": "0x22",
- "Thresholds": [
- {
- "Direction": "greater than",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 115
- },
- {
- "Direction": "greater than",
- "Name": "upper non critical",
- "Severity": 0,
- "Value": 110
- },
- {
- "Direction": "less than",
- "Name": "lower non critical",
- "Severity": 0,
- "Value": 5
- },
- {
- "Direction": "less than",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 0
- }
- ],
- "Type": "MCUTempSensor"
- }
- ],
- "Name": "OPB2RH Chassis",
- "Probe": [
- "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'FCXXPDBASSMBL'})"
- ],
- "Type": "Chassis",
- "xyz.openbmc_project.Inventory.Decorator.Asset": {
- "Manufacturer": "Intel Corporation",
- "Model": "OPB2RH",
- "PartNumber": "R1234",
- "SerialNumber": "12345"
- }
-}