blob: bcc4fccebf2585697d76d72ac67a3c5e3cd852f4 [file] [log] [blame]
Matt Spinler59349792016-08-11 14:16:42 -05001{
2 "<inventory_root>/system" : {
3 "is_fru" : 1,
4 "fru_type" : "SYSTEM"
5 },
6 "<inventory_root>/system/chassis" : {
7 "is_fru" : 1,
8 "fru_type" : "SYSTEM"
9 },
10 "<inventory_root>/system/chassis/motherboard" : {
11 "is_fru" : 1,
12 "fru_type" : "MAIN_PLANAR"
13 },
14 "<inventory_root>/system/chassis/motherboard/bmc" : {
15 "is_fru" : 0,
16 "fru_type" : "BMC"
17 },
18 "<inventory_root>/system/chassis/motherboard/cpu" : {
19 "is_fru" : 1,
20 "fru_type" : "CPU"
21 },
22 "<inventory_root>/system/chassis/motherboard/cpu/core0" : {
23 "is_fru" : 0,
24 "fru_type" : "CORE"
25 },
26 "<inventory_root>/system/chassis/motherboard/cpu/core1" : {
27 "is_fru" : 0,
28 "fru_type" : "CORE"
29 },
30 "<inventory_root>/system/chassis/motherboard/cpu/core10" : {
31 "is_fru" : 0,
32 "fru_type" : "CORE"
33 },
34 "<inventory_root>/system/chassis/motherboard/cpu/core11" : {
35 "is_fru" : 0,
36 "fru_type" : "CORE"
37 },
38 "<inventory_root>/system/chassis/motherboard/cpu/core2" : {
39 "is_fru" : 0,
40 "fru_type" : "CORE"
41 },
42 "<inventory_root>/system/chassis/motherboard/cpu/core3" : {
43 "is_fru" : 0,
44 "fru_type" : "CORE"
45 },
46 "<inventory_root>/system/chassis/motherboard/cpu/core4" : {
47 "is_fru" : 0,
48 "fru_type" : "CORE"
49 },
50 "<inventory_root>/system/chassis/motherboard/cpu/core5" : {
51 "is_fru" : 0,
52 "fru_type" : "CORE"
53 },
54 "<inventory_root>/system/chassis/motherboard/cpu/core6" : {
55 "is_fru" : 0,
56 "fru_type" : "CORE"
57 },
58 "<inventory_root>/system/chassis/motherboard/cpu/core7" : {
59 "is_fru" : 0,
60 "fru_type" : "CORE"
61 },
62 "<inventory_root>/system/chassis/motherboard/cpu/core8" : {
63 "is_fru" : 0,
64 "fru_type" : "CORE"
65 },
66 "<inventory_root>/system/chassis/motherboard/cpu/core9" : {
67 "is_fru" : 0,
68 "fru_type" : "CORE"
69 },
70 "<inventory_root>/system/chassis/motherboard/dimm0" : {
71 "is_fru" : 1,
72 "fru_type" : "DIMM"
73 },
74 "<inventory_root>/system/chassis/motherboard/dimm1" : {
75 "is_fru" : 1,
76 "fru_type" : "DIMM"
77 },
78 "<inventory_root>/system/chassis/motherboard/dimm2" : {
79 "is_fru" : 1,
80 "fru_type" : "DIMM"
81 },
82 "<inventory_root>/system/chassis/motherboard/dimm3" : {
83 "is_fru" : 1,
84 "fru_type" : "DIMM"
85 },
86 "<inventory_root>/system/chassis/motherboard/fan0" : {
87 "is_fru" : 0,
88 "fru_type" : "FAN"
89 },
90 "<inventory_root>/system/chassis/motherboard/fan1" : {
91 "is_fru" : 0,
92 "fru_type" : "FAN"
93 },
94 "<inventory_root>/system/chassis/motherboard/fan2" : {
95 "is_fru" : 0,
96 "fru_type" : "FAN"
97 },
98 "<inventory_root>/system/chassis/motherboard/fan3" : {
99 "is_fru" : 0,
100 "fru_type" : "FAN"
101 },
102 "<inventory_root>/system/chassis/motherboard/fan4" : {
103 "is_fru" : 0,
104 "fru_type" : "FAN"
105 },
106 "<inventory_root>/system/chassis/motherboard/membuf" : {
107 "is_fru" : 0,
108 "fru_type" : "MEMBUF"
109 },
110 "<inventory_root>/system/chassis/io_board/pcie_slot0" : {
111 "is_fru" : 1,
112 "fru_type" : "PCIE_CARD"
113 },
114 "<inventory_root>/system/chassis/io_board/pcie_slot1" : {
115 "is_fru" : 1,
116 "fru_type" : "PCIE_CARD"
117 },
118 "<inventory_root>/system/chassis/motherboard/pcieclock" : {
119 "is_fru" : 0,
120 "fru_type" : "CLOCK"
121 },
122 "<inventory_root>/system/chassis/motherboard/refclock" : {
123 "is_fru" : 0,
124 "fru_type" : "CLOCK"
125 },
126 "<inventory_root>/system/chassis/motherboard/todclock" : {
127 "is_fru" : 0,
128 "fru_type" : "CLOCK"
129 },
130 "<inventory_root>/system/chassis/motherboard/apss" : {
131 "is_fru" : 0,
132 "fru_type" : "APSS"
133 },
134 "<inventory_root>/system/systemevent" : {
135 "is_fru" : 0,
136 "fru_type" : "SYSTEM_EVENT"
137 }
138}