blob: a949d90f2b7df7838b4df928b88a0f336c0610b4 [file] [log] [blame]
Alpana Kumarib48e6ff2022-04-24 23:42:28 -05001{
2 "commonInterfaces": {
3 "xyz.openbmc_project.Inventory.Decorator.Asset": {
4 "PartNumber": {
5 "recordName": "VINI",
6 "keywordName": "PN"
7 },
8 "SerialNumber": {
9 "recordName": "VINI",
10 "keywordName": "SN"
11 },
12 "SparePartNumber": {
13 "recordName": "VINI",
14 "keywordName": "FN"
15 },
16 "Model": {
17 "recordName": "VINI",
18 "keywordName": "CC"
19 },
20 "BuildDate": {
21 "recordName": "VR10",
22 "keywordName": "DC",
23 "encoding": "DATE"
24 }
girik494ff072023-10-05 23:19:47 -050025 },
26 "xyz.openbmc_project.Inventory.Item": {
27 "PrettyName": {
28 "recordName": "VINI",
29 "keywordName": "DR"
30 },
31 "Present": true
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050032 }
33 },
34 "frus": {
35 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [
36 {
37 "inventoryPath": "/system/chassis/motherboard",
38 "isSystemVpd": true,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050039 "extraInterfaces": {
40 "xyz.openbmc_project.Inventory.Item.Board.Motherboard": null,
41 "com.ibm.ipzvpd.Location": {
42 "LocationCode": "Ufcs-P0"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050043 }
44 }
45 },
46 {
47 "inventoryPath": "/system",
48 "inherit": false,
49 "isSystemVpd": true,
50 "copyRecords": ["VSYS"],
51 "extraInterfaces": {
52 "xyz.openbmc_project.Inventory.Item.System": null,
53 "xyz.openbmc_project.Inventory.Decorator.Asset": {
54 "SerialNumber": {
55 "recordName": "VSYS",
56 "keywordName": "SE"
57 },
58 "Model": {
59 "recordName": "VSYS",
60 "keywordName": "TM"
61 },
62 "SubModel": {
63 "recordName": "VSYS",
64 "keywordName": "BR"
65 }
66 },
67 "com.ibm.ipzvpd.Location": {
68 "LocationCode": "Umts"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050069 }
70 }
71 },
72 {
73 "inventoryPath": "/system/chassis",
girik494ff072023-10-05 23:19:47 -050074 "inherit": false,
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050075 "isSystemVpd": true,
76 "extraInterfaces": {
Gunnar Mills7f23d4d2024-12-10 10:47:41 -060077 "xyz.openbmc_project.Inventory.Item.Chassis": {
78 "Type": "xyz.openbmc_project.Inventory.Item.Chassis.ChassisType.RackMount"
79 },
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050080 "com.ibm.ipzvpd.Location": {
81 "LocationCode": "Ufcs"
Alpana Kumarib48e6ff2022-04-24 23:42:28 -050082 }
83 }
84 }
85 ]
86 }
87}