Potin Lai | ae326c7 | 2024-02-15 15:08:31 +0800 | [diff] [blame] | 1 | { |
| 2 | "Exposes": [ |
| 3 | { |
| 4 | "Address": "$address", |
| 5 | "Bus": "$bus", |
| 6 | "Name": "OCP CX7 NIC FRU $bus", |
| 7 | "Type": "EEPROM" |
| 8 | }, |
| 9 | { |
| 10 | "Address": "0x1f", |
| 11 | "Bus": "$bus", |
| 12 | "Labels": [ |
| 13 | "temp2" |
| 14 | ], |
| 15 | "Name": "NIC Temp $bus", |
| 16 | "Name1": "NIC Temp $bus", |
| 17 | "Thresholds": [ |
| 18 | { |
| 19 | "Direction": "less than", |
| 20 | "Index": 2, |
| 21 | "Name": "lower critical", |
| 22 | "Severity": 1, |
| 23 | "Value": 5 |
| 24 | }, |
| 25 | { |
| 26 | "Direction": "greater than", |
| 27 | "Index": 2, |
| 28 | "Name": "upper critical", |
| 29 | "Severity": 1, |
| 30 | "Value": 105 |
| 31 | } |
| 32 | ], |
| 33 | "Type": "TMP421" |
| 34 | } |
| 35 | ], |
| 36 | "Name": "OCP CX7 NIC $bus", |
| 37 | "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'Nvidia ConnectX-7 OCP3.0'})", |
| 38 | "Type": "Board", |
| 39 | "xyz.openbmc_project.Inventory.Decorator.Asset": { |
| 40 | "Manufacturer": "$BOARD_MANUFACTURER", |
| 41 | "Model": "$BOARD_PRODUCT_NAME", |
| 42 | "PartNumber": "$BOARD_PART_NUMBER", |
Peter Yin | 141718c | 2024-07-15 23:27:01 +0800 | [diff] [blame] | 43 | "SerialNumber": "$BOARD_SERIAL_NUMBER", |
| 44 | "SparePartNumber": "$BOARD_INFO_AM1" |
| 45 | }, |
| 46 | "xyz.openbmc_project.Inventory.Decorator.AssetTag": { |
| 47 | "AssetTag": "$PRODUCT_ASSET_TAG" |
Potin Lai | ae326c7 | 2024-02-15 15:08:31 +0800 | [diff] [blame] | 48 | } |
| 49 | } |