blob: 667c53c895b0a415e63b86b4188b9e088e9a4537 [file] [log] [blame]
Matt Spinler47162542021-03-02 15:00:09 -06001{
2 "condition":
3 {
4 "path": "system/chassis/motherboard",
5 "interface": "com.ibm.ipzvpd.VSBP",
6 "property": "IM",
7 "values": [
8 [80, 0, 16, 0],
9 [80, 0, 16, 2]
10 ]
11 },
12 "associations":
13 [
14 {
15 "path": "system/chassis/motherboard/fan0",
16 "endpoints":
17 [
18 {
19 "types":
20 {
21 "rType": "inventory",
22 "fType": "sensors"
23 },
24 "paths":
25 [
26 "/xyz/openbmc_project/sensors/fan_tach/fan0_0"
27 ]
28 },
29 {
30 "types":
31 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -060032 "rType": "fault_inventory_object",
33 "fType": "fault_led_group"
Matt Spinler47162542021-03-02 15:00:09 -060034 },
35 "paths":
36 [
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -060037 "/xyz/openbmc_project/led/groups/fan0_fault"
38 ]
39 },
40 {
41 "types":
42 {
43 "rType": "identify_inventory_object",
44 "fType": "identify_led_group"
45 },
46 "paths":
47 [
48 "/xyz/openbmc_project/led/groups/fan0_identify"
Matt Spinler47162542021-03-02 15:00:09 -060049 ]
50 }
51 ]
52 },
53 {
54 "path": "system/chassis/motherboard/fan1",
55 "endpoints":
56 [
57 {
58 "types":
59 {
60 "rType": "inventory",
61 "fType": "sensors"
62 },
63 "paths":
64 [
65 "/xyz/openbmc_project/sensors/fan_tach/fan1_0"
66 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -060067 },
68 {
69 "types":
70 {
71 "rType": "fault_inventory_object",
72 "fType": "fault_led_group"
73 },
74 "paths":
75 [
76 "/xyz/openbmc_project/led/groups/fan1_fault"
77 ]
78 },
79 {
80 "types":
81 {
82 "rType": "identify_inventory_object",
83 "fType": "identify_led_group"
84 },
85 "paths":
86 [
87 "/xyz/openbmc_project/led/groups/fan1_identify"
88 ]
Matt Spinler47162542021-03-02 15:00:09 -060089 }
90 ]
91 },
92 {
93 "path": "system/chassis/motherboard/fan2",
94 "endpoints":
95 [
96 {
97 "types":
98 {
99 "rType": "inventory",
100 "fType": "sensors"
101 },
102 "paths":
103 [
104 "/xyz/openbmc_project/sensors/fan_tach/fan2_0"
105 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600106 },
107 {
108 "types":
109 {
110 "rType": "fault_inventory_object",
111 "fType": "fault_led_group"
112 },
113 "paths":
114 [
115 "/xyz/openbmc_project/led/groups/fan2_fault"
116 ]
117 },
118 {
119 "types":
120 {
121 "rType": "identify_inventory_object",
122 "fType": "identify_led_group"
123 },
124 "paths":
125 [
126 "/xyz/openbmc_project/led/groups/fan2_identify"
127 ]
Matt Spinler47162542021-03-02 15:00:09 -0600128 }
129 ]
130 },
131 {
132 "path": "system/chassis/motherboard/fan3",
133 "endpoints":
134 [
135 {
136 "types":
137 {
138 "rType": "inventory",
139 "fType": "sensors"
140 },
141 "paths":
142 [
143 "/xyz/openbmc_project/sensors/fan_tach/fan3_0"
144 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600145 },
146 {
147 "types":
148 {
149 "rType": "fault_inventory_object",
150 "fType": "fault_led_group"
151 },
152 "paths":
153 [
154 "/xyz/openbmc_project/led/groups/fan3_fault"
155 ]
156 },
157 {
158 "types":
159 {
160 "rType": "identify_inventory_object",
161 "fType": "identify_led_group"
162 },
163 "paths":
164 [
165 "/xyz/openbmc_project/led/groups/fan3_identify"
166 ]
Matt Spinler47162542021-03-02 15:00:09 -0600167 }
168 ]
169 },
170 {
171 "path": "system/chassis/motherboard/fan4",
172 "endpoints":
173 [
174 {
175 "types":
176 {
177 "rType": "inventory",
178 "fType": "sensors"
179 },
180 "paths":
181 [
182 "/xyz/openbmc_project/sensors/fan_tach/fan4_0"
183 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600184 },
185 {
186 "types":
187 {
188 "rType": "fault_inventory_object",
189 "fType": "fault_led_group"
190 },
191 "paths":
192 [
193 "/xyz/openbmc_project/led/groups/fan4_fault"
194 ]
195 },
196 {
197 "types":
198 {
199 "rType": "identify_inventory_object",
200 "fType": "identify_led_group"
201 },
202 "paths":
203 [
204 "/xyz/openbmc_project/led/groups/fan4_identify"
205 ]
Matt Spinler47162542021-03-02 15:00:09 -0600206 }
207 ]
208 },
209 {
210 "path": "system/chassis/motherboard/fan5",
211 "endpoints":
212 [
213 {
214 "types":
215 {
216 "rType": "inventory",
217 "fType": "sensors"
218 },
219 "paths":
220 [
221 "/xyz/openbmc_project/sensors/fan_tach/fan5_0"
222 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600223 },
224 {
225 "types":
226 {
227 "rType": "fault_inventory_object",
228 "fType": "fault_led_group"
229 },
230 "paths":
231 [
232 "/xyz/openbmc_project/led/groups/fan5_fault"
233 ]
234 },
235 {
236 "types":
237 {
238 "rType": "identify_inventory_object",
239 "fType": "identify_led_group"
240 },
241 "paths":
242 [
243 "/xyz/openbmc_project/led/groups/fan5_identify"
244 ]
Matt Spinler47162542021-03-02 15:00:09 -0600245 }
246 ]
247 },
248 {
249 "path": "system/chassis",
250 "endpoints":
251 [
252 {
253 "types":
254 {
Lakshminarayana R. Kammath9f2ba622021-11-03 05:41:03 -0500255 "rType": "fault_inventory_object",
256 "fType": "fault_led_group"
257 },
258 "paths":
259 [
260 "/xyz/openbmc_project/led/groups/enclosure_fault"
261 ]
262 },
263 {
264 "types":
265 {
266 "rType": "identify_inventory_object",
267 "fType": "identify_led_group"
268 },
269 "paths":
270 [
271 "/xyz/openbmc_project/led/groups/enclosure_identify"
272 ]
273 },
274 {
275 "types":
276 {
Matt Spinler47162542021-03-02 15:00:09 -0600277 "rType": "chassis",
278 "fType": "all_sensors"
279 },
280 "paths":
281 [
282 "/xyz/openbmc_project/sensors/fan_tach/fan0_0",
283 "/xyz/openbmc_project/sensors/fan_tach/fan1_0",
284 "/xyz/openbmc_project/sensors/fan_tach/fan2_0",
285 "/xyz/openbmc_project/sensors/fan_tach/fan3_0",
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500286 "/xyz/openbmc_project/sensors/fan_tach/fan4_0",
287 "/xyz/openbmc_project/sensors/fan_tach/fan5_0"
Matt Spinler47162542021-03-02 15:00:09 -0600288 ]
Vishwanatha Subbanna563b5fa2021-05-13 01:55:06 -0500289 },
290 {
291 "types":
292 {
293 "rType": "inventory",
294 "fType": "assembly"
295 },
296 "paths":
297 [
298 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm0",
299 "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm1",
300 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tpm_wilson",
301 "/xyz/openbmc_project/inventory/system/chassis/motherboard/tod_battery",
302 "/xyz/openbmc_project/inventory/system/chassis/motherboard/base_op_panel_blyth",
303 "/xyz/openbmc_project/inventory/system/chassis/motherboard/lcd_op_panel_hill",
304 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0",
305 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1",
306 "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2"
307 ]
Matt Spinler47162542021-03-02 15:00:09 -0600308 }
309 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600310 },
311 {
312 "path": "system/chassis/motherboard/powersupply0",
313 "endpoints":
314 [
315 {
316 "types":
317 {
318 "rType": "fault_inventory_object",
319 "fType": "fault_led_group"
320 },
321 "paths":
322 [
323 "/xyz/openbmc_project/led/groups/powersupply0_fault"
324 ]
325 },
326 {
327 "types":
328 {
329 "rType": "identify_inventory_object",
330 "fType": "identify_led_group"
331 },
332 "paths":
333 [
334 "/xyz/openbmc_project/led/groups/powersupply0_identify"
335 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500336 },
337 {
338 "types":
339 {
340 "rType": "inventory",
341 "fType": "chassis"
342 },
343 "paths":
344 [
345 "/xyz/openbmc_project/inventory/system/chassis"
346 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600347 }
348 ]
349 },
350 {
351 "path": "system/chassis/motherboard/powersupply1",
352 "endpoints":
353 [
354 {
355 "types":
356 {
357 "rType": "fault_inventory_object",
358 "fType": "fault_led_group"
359 },
360 "paths":
361 [
362 "/xyz/openbmc_project/led/groups/powersupply1_fault"
363 ]
364 },
365 {
366 "types":
367 {
368 "rType": "identify_inventory_object",
369 "fType": "identify_led_group"
370 },
371 "paths":
372 [
373 "/xyz/openbmc_project/led/groups/powersupply1_identify"
374 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500375 },
376 {
377 "types":
378 {
379 "rType": "inventory",
380 "fType": "chassis"
381 },
382 "paths":
383 [
384 "/xyz/openbmc_project/inventory/system/chassis"
385 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600386 }
387 ]
388 },
389 {
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500390 "path": "system/chassis/motherboard/powersupply2",
391 "endpoints":
392 [
393 {
394 "types":
395 {
396 "rType": "fault_inventory_object",
397 "fType": "fault_led_group"
398 },
399 "paths":
400 [
401 "/xyz/openbmc_project/led/groups/powersupply2_fault"
402 ]
403 },
404 {
405 "types":
406 {
407 "rType": "identify_inventory_object",
408 "fType": "identify_led_group"
409 },
410 "paths":
411 [
412 "/xyz/openbmc_project/led/groups/powersupply2_identify"
413 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500414 },
415 {
416 "types":
417 {
418 "rType": "inventory",
419 "fType": "chassis"
420 },
421 "paths":
422 [
423 "/xyz/openbmc_project/inventory/system/chassis"
424 ]
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500425 }
426 ]
427 },
428 {
429 "path": "system/chassis/motherboard/powersupply3",
430 "endpoints":
431 [
432 {
433 "types":
434 {
435 "rType": "fault_inventory_object",
436 "fType": "fault_led_group"
437 },
438 "paths":
439 [
440 "/xyz/openbmc_project/led/groups/powersupply3_fault"
441 ]
442 },
443 {
444 "types":
445 {
446 "rType": "identify_inventory_object",
447 "fType": "identify_led_group"
448 },
449 "paths":
450 [
451 "/xyz/openbmc_project/led/groups/powersupply3_identify"
452 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -0500453 },
454 {
455 "types":
456 {
457 "rType": "inventory",
458 "fType": "chassis"
459 },
460 "paths":
461 [
462 "/xyz/openbmc_project/inventory/system/chassis"
463 ]
Vishwanatha Subbannaad65e372021-05-06 06:26:21 -0500464 }
465 ]
466 },
467 {
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -0600468 "path": "system/chassis/motherboard",
469 "endpoints":
470 [
471 {
472 "types":
473 {
474 "rType": "fault_inventory_object",
475 "fType": "fault_led_group"
476 },
477 "paths":
478 [
479 "/xyz/openbmc_project/led/groups/planar_fault"
480 ]
481 },
482 {
483 "types":
484 {
485 "rType": "identify_inventory_object",
486 "fType": "identify_led_group"
487 },
488 "paths":
489 [
490 "/xyz/openbmc_project/led/groups/planar_identify"
491 ]
492 }
493 ]
494 },
495 {
496 "path": "system/chassis/motherboard/base_op_panel_blyth",
497 "endpoints":
498 [
499 {
500 "types":
501 {
502 "rType": "fault_inventory_object",
503 "fType": "fault_led_group"
504 },
505 "paths":
506 [
507 "/xyz/openbmc_project/led/groups/base_blyth_fault"
508 ]
509 },
510 {
511 "types":
512 {
513 "rType": "identify_inventory_object",
514 "fType": "identify_led_group"
515 },
516 "paths":
517 [
518 "/xyz/openbmc_project/led/groups/base_blyth_identify"
519 ]
520 }
521 ]
522 },
523 {
524 "path": "system/chassis/motherboard/lcd_op_panel_hill",
525 "endpoints":
526 [
527 {
528 "types":
529 {
530 "rType": "fault_inventory_object",
531 "fType": "fault_led_group"
532 },
533 "paths":
534 [
535 "/xyz/openbmc_project/led/groups/lcd_russel_fault"
536 ]
537 },
538 {
539 "types":
540 {
541 "rType": "identify_inventory_object",
542 "fType": "identify_led_group"
543 },
544 "paths":
545 [
546 "/xyz/openbmc_project/led/groups/lcd_russel_identify"
547 ]
548 }
549 ]
550 },
551 {
552 "path": "system/chassis/motherboard/ebmc_card_bmc",
553 "endpoints":
554 [
555 {
556 "types":
557 {
558 "rType": "fault_inventory_object",
559 "fType": "fault_led_group"
560 },
561 "paths":
562 [
563 "/xyz/openbmc_project/led/groups/bmc_ingraham_fault"
564 ]
565 },
566 {
567 "types":
568 {
569 "rType": "identify_inventory_object",
570 "fType": "identify_led_group"
571 },
572 "paths":
573 [
574 "/xyz/openbmc_project/led/groups/bmc_ingraham_identify"
575 ]
576 }
577 ]
578 },
579 {
580 "path": "system/chassis/motherboard/cpu0",
581 "endpoints":
582 [
583 {
584 "types":
585 {
586 "rType": "fault_inventory_object",
587 "fType": "fault_led_group"
588 },
589 "paths":
590 [
591 "/xyz/openbmc_project/led/groups/cpu0_fault"
592 ]
593 },
594 {
595 "types":
596 {
597 "rType": "identify_inventory_object",
598 "fType": "identify_led_group"
599 },
600 "paths":
601 [
602 "/xyz/openbmc_project/led/groups/cpu0_identify"
603 ]
604 }
605 ]
606 },
607 {
608 "path": "system/chassis/motherboard/cpu1",
609 "endpoints":
610 [
611 {
612 "types":
613 {
614 "rType": "fault_inventory_object",
615 "fType": "fault_led_group"
616 },
617 "paths":
618 [
619 "/xyz/openbmc_project/led/groups/cpu0_fault"
620 ]
621 },
622 {
623 "types":
624 {
625 "rType": "identify_inventory_object",
626 "fType": "identify_led_group"
627 },
628 "paths":
629 [
630 "/xyz/openbmc_project/led/groups/cpu0_identify"
631 ]
632 }
633 ]
634 },
635 {
636 "path": "system/chassis/motherboard/cpu2",
637 "endpoints":
638 [
639 {
640 "types":
641 {
642 "rType": "fault_inventory_object",
643 "fType": "fault_led_group"
644 },
645 "paths":
646 [
647 "/xyz/openbmc_project/led/groups/cpu1_fault"
648 ]
649 },
650 {
651 "types":
652 {
653 "rType": "identify_inventory_object",
654 "fType": "identify_led_group"
655 },
656 "paths":
657 [
658 "/xyz/openbmc_project/led/groups/cpu1_identify"
659 ]
660 }
661 ]
662 },
663 {
664 "path": "system/chassis/motherboard/cpu3",
665 "endpoints":
666 [
667 {
668 "types":
669 {
670 "rType": "fault_inventory_object",
671 "fType": "fault_led_group"
672 },
673 "paths":
674 [
675 "/xyz/openbmc_project/led/groups/cpu1_fault"
676 ]
677 },
678 {
679 "types":
680 {
681 "rType": "identify_inventory_object",
682 "fType": "identify_led_group"
683 },
684 "paths":
685 [
686 "/xyz/openbmc_project/led/groups/cpu1_identify"
687 ]
688 }
689 ]
690 },
691 {
692 "path": "system/chassis/motherboard/dimm0",
693 "endpoints":
694 [
695 {
696 "types":
697 {
698 "rType": "fault_inventory_object",
699 "fType": "fault_led_group"
700 },
701 "paths":
702 [
703 "/xyz/openbmc_project/led/groups/ddimm0_fault"
704 ]
705 },
706 {
707 "types":
708 {
709 "rType": "identify_inventory_object",
710 "fType": "identify_led_group"
711 },
712 "paths":
713 [
714 "/xyz/openbmc_project/led/groups/ddimm0_identify"
715 ]
716 }
717 ]
718 },
719 {
720 "path": "system/chassis/motherboard/dimm1",
721 "endpoints":
722 [
723 {
724 "types":
725 {
726 "rType": "fault_inventory_object",
727 "fType": "fault_led_group"
728 },
729 "paths":
730 [
731 "/xyz/openbmc_project/led/groups/ddimm1_fault"
732 ]
733 },
734 {
735 "types":
736 {
737 "rType": "identify_inventory_object",
738 "fType": "identify_led_group"
739 },
740 "paths":
741 [
742 "/xyz/openbmc_project/led/groups/ddimm1_identify"
743 ]
744 }
745 ]
746 },
747 {
748 "path": "system/chassis/motherboard/dimm2",
749 "endpoints":
750 [
751 {
752 "types":
753 {
754 "rType": "fault_inventory_object",
755 "fType": "fault_led_group"
756 },
757 "paths":
758 [
759 "/xyz/openbmc_project/led/groups/ddimm2_fault"
760 ]
761 },
762 {
763 "types":
764 {
765 "rType": "identify_inventory_object",
766 "fType": "identify_led_group"
767 },
768 "paths":
769 [
770 "/xyz/openbmc_project/led/groups/ddimm2_identify"
771 ]
772 }
773 ]
774 },
775 {
776 "path": "system/chassis/motherboard/dimm3",
777 "endpoints":
778 [
779 {
780 "types":
781 {
782 "rType": "fault_inventory_object",
783 "fType": "fault_led_group"
784 },
785 "paths":
786 [
787 "/xyz/openbmc_project/led/groups/ddimm3_fault"
788 ]
789 },
790 {
791 "types":
792 {
793 "rType": "identify_inventory_object",
794 "fType": "identify_led_group"
795 },
796 "paths":
797 [
798 "/xyz/openbmc_project/led/groups/ddimm3_identify"
799 ]
800 }
801 ]
802 },
803 {
804 "path": "system/chassis/motherboard/dimm4",
805 "endpoints":
806 [
807 {
808 "types":
809 {
810 "rType": "fault_inventory_object",
811 "fType": "fault_led_group"
812 },
813 "paths":
814 [
815 "/xyz/openbmc_project/led/groups/ddimm4_fault"
816 ]
817 },
818 {
819 "types":
820 {
821 "rType": "identify_inventory_object",
822 "fType": "identify_led_group"
823 },
824 "paths":
825 [
826 "/xyz/openbmc_project/led/groups/ddimm4_identify"
827 ]
828 }
829 ]
830 },
831 {
832 "path": "system/chassis/motherboard/dimm5",
833 "endpoints":
834 [
835 {
836 "types":
837 {
838 "rType": "fault_inventory_object",
839 "fType": "fault_led_group"
840 },
841 "paths":
842 [
843 "/xyz/openbmc_project/led/groups/ddimm5_fault"
844 ]
845 },
846 {
847 "types":
848 {
849 "rType": "identify_inventory_object",
850 "fType": "identify_led_group"
851 },
852 "paths":
853 [
854 "/xyz/openbmc_project/led/groups/ddimm5_identify"
855 ]
856 }
857 ]
858 },
859 {
860 "path": "system/chassis/motherboard/dimm6",
861 "endpoints":
862 [
863 {
864 "types":
865 {
866 "rType": "fault_inventory_object",
867 "fType": "fault_led_group"
868 },
869 "paths":
870 [
871 "/xyz/openbmc_project/led/groups/ddimm6_fault"
872 ]
873 },
874 {
875 "types":
876 {
877 "rType": "identify_inventory_object",
878 "fType": "identify_led_group"
879 },
880 "paths":
881 [
882 "/xyz/openbmc_project/led/groups/ddimm6_identify"
883 ]
884 }
885 ]
886 },
887 {
888 "path": "system/chassis/motherboard/dimm7",
889 "endpoints":
890 [
891 {
892 "types":
893 {
894 "rType": "fault_inventory_object",
895 "fType": "fault_led_group"
896 },
897 "paths":
898 [
899 "/xyz/openbmc_project/led/groups/ddimm7_fault"
900 ]
901 },
902 {
903 "types":
904 {
905 "rType": "identify_inventory_object",
906 "fType": "identify_led_group"
907 },
908 "paths":
909 [
910 "/xyz/openbmc_project/led/groups/ddimm7_identify"
911 ]
912 }
913 ]
914 },
915 {
916 "path": "system/chassis/motherboard/dimm8",
917 "endpoints":
918 [
919 {
920 "types":
921 {
922 "rType": "fault_inventory_object",
923 "fType": "fault_led_group"
924 },
925 "paths":
926 [
927 "/xyz/openbmc_project/led/groups/ddimm8_fault"
928 ]
929 },
930 {
931 "types":
932 {
933 "rType": "identify_inventory_object",
934 "fType": "identify_led_group"
935 },
936 "paths":
937 [
938 "/xyz/openbmc_project/led/groups/ddimm8_identify"
939 ]
940 }
941 ]
942 },
943 {
944 "path": "system/chassis/motherboard/dimm9",
945 "endpoints":
946 [
947 {
948 "types":
949 {
950 "rType": "fault_inventory_object",
951 "fType": "fault_led_group"
952 },
953 "paths":
954 [
955 "/xyz/openbmc_project/led/groups/ddimm9_fault"
956 ]
957 },
958 {
959 "types":
960 {
961 "rType": "identify_inventory_object",
962 "fType": "identify_led_group"
963 },
964 "paths":
965 [
966 "/xyz/openbmc_project/led/groups/ddimm9_identify"
967 ]
968 }
969 ]
970 },
971 {
972 "path": "system/chassis/motherboard/dimm10",
973 "endpoints":
974 [
975 {
976 "types":
977 {
978 "rType": "fault_inventory_object",
979 "fType": "fault_led_group"
980 },
981 "paths":
982 [
983 "/xyz/openbmc_project/led/groups/ddimm10_fault"
984 ]
985 },
986 {
987 "types":
988 {
989 "rType": "identify_inventory_object",
990 "fType": "identify_led_group"
991 },
992 "paths":
993 [
994 "/xyz/openbmc_project/led/groups/ddimm10_identify"
995 ]
996 }
997 ]
998 },
999 {
1000 "path": "system/chassis/motherboard/dimm11",
1001 "endpoints":
1002 [
1003 {
1004 "types":
1005 {
1006 "rType": "fault_inventory_object",
1007 "fType": "fault_led_group"
1008 },
1009 "paths":
1010 [
1011 "/xyz/openbmc_project/led/groups/ddimm11_fault"
1012 ]
1013 },
1014 {
1015 "types":
1016 {
1017 "rType": "identify_inventory_object",
1018 "fType": "identify_led_group"
1019 },
1020 "paths":
1021 [
1022 "/xyz/openbmc_project/led/groups/ddimm11_identify"
1023 ]
1024 }
1025 ]
1026 },
1027 {
1028 "path": "system/chassis/motherboard/dimm12",
1029 "endpoints":
1030 [
1031 {
1032 "types":
1033 {
1034 "rType": "fault_inventory_object",
1035 "fType": "fault_led_group"
1036 },
1037 "paths":
1038 [
1039 "/xyz/openbmc_project/led/groups/ddimm12_fault"
1040 ]
1041 },
1042 {
1043 "types":
1044 {
1045 "rType": "identify_inventory_object",
1046 "fType": "identify_led_group"
1047 },
1048 "paths":
1049 [
1050 "/xyz/openbmc_project/led/groups/ddimm12_identify"
1051 ]
1052 }
1053 ]
1054 },
1055 {
1056 "path": "system/chassis/motherboard/dimm13",
1057 "endpoints":
1058 [
1059 {
1060 "types":
1061 {
1062 "rType": "fault_inventory_object",
1063 "fType": "fault_led_group"
1064 },
1065 "paths":
1066 [
1067 "/xyz/openbmc_project/led/groups/ddimm13_fault"
1068 ]
1069 },
1070 {
1071 "types":
1072 {
1073 "rType": "identify_inventory_object",
1074 "fType": "identify_led_group"
1075 },
1076 "paths":
1077 [
1078 "/xyz/openbmc_project/led/groups/ddimm13_identify"
1079 ]
1080 }
1081 ]
1082 },
1083 {
1084 "path": "system/chassis/motherboard/dimm14",
1085 "endpoints":
1086 [
1087 {
1088 "types":
1089 {
1090 "rType": "fault_inventory_object",
1091 "fType": "fault_led_group"
1092 },
1093 "paths":
1094 [
1095 "/xyz/openbmc_project/led/groups/ddimm14_fault"
1096 ]
1097 },
1098 {
1099 "types":
1100 {
1101 "rType": "identify_inventory_object",
1102 "fType": "identify_led_group"
1103 },
1104 "paths":
1105 [
1106 "/xyz/openbmc_project/led/groups/ddimm14_identify"
1107 ]
1108 }
1109 ]
1110 },
1111 {
1112 "path": "system/chassis/motherboard/dimm15",
1113 "endpoints":
1114 [
1115 {
1116 "types":
1117 {
1118 "rType": "fault_inventory_object",
1119 "fType": "fault_led_group"
1120 },
1121 "paths":
1122 [
1123 "/xyz/openbmc_project/led/groups/ddimm15_fault"
1124 ]
1125 },
1126 {
1127 "types":
1128 {
1129 "rType": "identify_inventory_object",
1130 "fType": "identify_led_group"
1131 },
1132 "paths":
1133 [
1134 "/xyz/openbmc_project/led/groups/ddimm15_identify"
1135 ]
1136 }
1137 ]
1138 },
1139 {
1140 "path": "system/chassis/motherboard/dimm16",
1141 "endpoints":
1142 [
1143 {
1144 "types":
1145 {
1146 "rType": "fault_inventory_object",
1147 "fType": "fault_led_group"
1148 },
1149 "paths":
1150 [
1151 "/xyz/openbmc_project/led/groups/ddimm16_fault"
1152 ]
1153 },
1154 {
1155 "types":
1156 {
1157 "rType": "identify_inventory_object",
1158 "fType": "identify_led_group"
1159 },
1160 "paths":
1161 [
1162 "/xyz/openbmc_project/led/groups/ddimm16_identify"
1163 ]
1164 }
1165 ]
1166 },
1167 {
1168 "path": "system/chassis/motherboard/dimm17",
1169 "endpoints":
1170 [
1171 {
1172 "types":
1173 {
1174 "rType": "fault_inventory_object",
1175 "fType": "fault_led_group"
1176 },
1177 "paths":
1178 [
1179 "/xyz/openbmc_project/led/groups/ddimm17_fault"
1180 ]
1181 },
1182 {
1183 "types":
1184 {
1185 "rType": "identify_inventory_object",
1186 "fType": "identify_led_group"
1187 },
1188 "paths":
1189 [
1190 "/xyz/openbmc_project/led/groups/ddimm17_identify"
1191 ]
1192 }
1193 ]
1194 },
1195 {
1196 "path": "system/chassis/motherboard/dimm18",
1197 "endpoints":
1198 [
1199 {
1200 "types":
1201 {
1202 "rType": "fault_inventory_object",
1203 "fType": "fault_led_group"
1204 },
1205 "paths":
1206 [
1207 "/xyz/openbmc_project/led/groups/ddimm18_fault"
1208 ]
1209 },
1210 {
1211 "types":
1212 {
1213 "rType": "identify_inventory_object",
1214 "fType": "identify_led_group"
1215 },
1216 "paths":
1217 [
1218 "/xyz/openbmc_project/led/groups/ddimm18_identify"
1219 ]
1220 }
1221 ]
1222 },
1223 {
1224 "path": "system/chassis/motherboard/dimm19",
1225 "endpoints":
1226 [
1227 {
1228 "types":
1229 {
1230 "rType": "fault_inventory_object",
1231 "fType": "fault_led_group"
1232 },
1233 "paths":
1234 [
1235 "/xyz/openbmc_project/led/groups/ddimm19_fault"
1236 ]
1237 },
1238 {
1239 "types":
1240 {
1241 "rType": "identify_inventory_object",
1242 "fType": "identify_led_group"
1243 },
1244 "paths":
1245 [
1246 "/xyz/openbmc_project/led/groups/ddimm19_identify"
1247 ]
1248 }
1249 ]
1250 },
1251 {
1252 "path": "system/chassis/motherboard/dimm20",
1253 "endpoints":
1254 [
1255 {
1256 "types":
1257 {
1258 "rType": "fault_inventory_object",
1259 "fType": "fault_led_group"
1260 },
1261 "paths":
1262 [
1263 "/xyz/openbmc_project/led/groups/ddimm20_fault"
1264 ]
1265 },
1266 {
1267 "types":
1268 {
1269 "rType": "identify_inventory_object",
1270 "fType": "identify_led_group"
1271 },
1272 "paths":
1273 [
1274 "/xyz/openbmc_project/led/groups/ddimm20_identify"
1275 ]
1276 }
1277 ]
1278 },
1279 {
1280 "path": "system/chassis/motherboard/dimm21",
1281 "endpoints":
1282 [
1283 {
1284 "types":
1285 {
1286 "rType": "fault_inventory_object",
1287 "fType": "fault_led_group"
1288 },
1289 "paths":
1290 [
1291 "/xyz/openbmc_project/led/groups/ddimm21_fault"
1292 ]
1293 },
1294 {
1295 "types":
1296 {
1297 "rType": "identify_inventory_object",
1298 "fType": "identify_led_group"
1299 },
1300 "paths":
1301 [
1302 "/xyz/openbmc_project/led/groups/ddimm21_identify"
1303 ]
1304 }
1305 ]
1306 },
1307 {
1308 "path": "system/chassis/motherboard/dimm22",
1309 "endpoints":
1310 [
1311 {
1312 "types":
1313 {
1314 "rType": "fault_inventory_object",
1315 "fType": "fault_led_group"
1316 },
1317 "paths":
1318 [
1319 "/xyz/openbmc_project/led/groups/ddimm22_fault"
1320 ]
1321 },
1322 {
1323 "types":
1324 {
1325 "rType": "identify_inventory_object",
1326 "fType": "identify_led_group"
1327 },
1328 "paths":
1329 [
1330 "/xyz/openbmc_project/led/groups/ddimm22_identify"
1331 ]
1332 }
1333 ]
1334 },
1335 {
1336 "path": "system/chassis/motherboard/dimm23",
1337 "endpoints":
1338 [
1339 {
1340 "types":
1341 {
1342 "rType": "fault_inventory_object",
1343 "fType": "fault_led_group"
1344 },
1345 "paths":
1346 [
1347 "/xyz/openbmc_project/led/groups/ddimm23_fault"
1348 ]
1349 },
1350 {
1351 "types":
1352 {
1353 "rType": "identify_inventory_object",
1354 "fType": "identify_led_group"
1355 },
1356 "paths":
1357 [
1358 "/xyz/openbmc_project/led/groups/ddimm23_identify"
1359 ]
1360 }
1361 ]
1362 },
1363 {
1364 "path": "system/chassis/motherboard/dimm24",
1365 "endpoints":
1366 [
1367 {
1368 "types":
1369 {
1370 "rType": "fault_inventory_object",
1371 "fType": "fault_led_group"
1372 },
1373 "paths":
1374 [
1375 "/xyz/openbmc_project/led/groups/ddimm24_fault"
1376 ]
1377 },
1378 {
1379 "types":
1380 {
1381 "rType": "identify_inventory_object",
1382 "fType": "identify_led_group"
1383 },
1384 "paths":
1385 [
1386 "/xyz/openbmc_project/led/groups/ddimm24_identify"
1387 ]
1388 }
1389 ]
1390 },
1391 {
1392 "path": "system/chassis/motherboard/dimm25",
1393 "endpoints":
1394 [
1395 {
1396 "types":
1397 {
1398 "rType": "fault_inventory_object",
1399 "fType": "fault_led_group"
1400 },
1401 "paths":
1402 [
1403 "/xyz/openbmc_project/led/groups/ddimm25_fault"
1404 ]
1405 },
1406 {
1407 "types":
1408 {
1409 "rType": "identify_inventory_object",
1410 "fType": "identify_led_group"
1411 },
1412 "paths":
1413 [
1414 "/xyz/openbmc_project/led/groups/ddimm25_identify"
1415 ]
1416 }
1417 ]
1418 },
1419 {
1420 "path": "system/chassis/motherboard/dimm26",
1421 "endpoints":
1422 [
1423 {
1424 "types":
1425 {
1426 "rType": "fault_inventory_object",
1427 "fType": "fault_led_group"
1428 },
1429 "paths":
1430 [
1431 "/xyz/openbmc_project/led/groups/ddimm26_fault"
1432 ]
1433 },
1434 {
1435 "types":
1436 {
1437 "rType": "identify_inventory_object",
1438 "fType": "identify_led_group"
1439 },
1440 "paths":
1441 [
1442 "/xyz/openbmc_project/led/groups/ddimm26_identify"
1443 ]
1444 }
1445 ]
1446 },
1447 {
1448 "path": "system/chassis/motherboard/dimm27",
1449 "endpoints":
1450 [
1451 {
1452 "types":
1453 {
1454 "rType": "fault_inventory_object",
1455 "fType": "fault_led_group"
1456 },
1457 "paths":
1458 [
1459 "/xyz/openbmc_project/led/groups/ddimm27_fault"
1460 ]
1461 },
1462 {
1463 "types":
1464 {
1465 "rType": "identify_inventory_object",
1466 "fType": "identify_led_group"
1467 },
1468 "paths":
1469 [
1470 "/xyz/openbmc_project/led/groups/ddimm27_identify"
1471 ]
1472 }
1473 ]
1474 },
1475 {
1476 "path": "system/chassis/motherboard/dimm28",
1477 "endpoints":
1478 [
1479 {
1480 "types":
1481 {
1482 "rType": "fault_inventory_object",
1483 "fType": "fault_led_group"
1484 },
1485 "paths":
1486 [
1487 "/xyz/openbmc_project/led/groups/ddimm28_fault"
1488 ]
1489 },
1490 {
1491 "types":
1492 {
1493 "rType": "identify_inventory_object",
1494 "fType": "identify_led_group"
1495 },
1496 "paths":
1497 [
1498 "/xyz/openbmc_project/led/groups/ddimm28_identify"
1499 ]
1500 }
1501 ]
1502 },
1503 {
1504 "path": "system/chassis/motherboard/dimm29",
1505 "endpoints":
1506 [
1507 {
1508 "types":
1509 {
1510 "rType": "fault_inventory_object",
1511 "fType": "fault_led_group"
1512 },
1513 "paths":
1514 [
1515 "/xyz/openbmc_project/led/groups/ddimm29_fault"
1516 ]
1517 },
1518 {
1519 "types":
1520 {
1521 "rType": "identify_inventory_object",
1522 "fType": "identify_led_group"
1523 },
1524 "paths":
1525 [
1526 "/xyz/openbmc_project/led/groups/ddimm29_identify"
1527 ]
1528 }
1529 ]
1530 },
1531 {
1532 "path": "system/chassis/motherboard/dimm30",
1533 "endpoints":
1534 [
1535 {
1536 "types":
1537 {
1538 "rType": "fault_inventory_object",
1539 "fType": "fault_led_group"
1540 },
1541 "paths":
1542 [
1543 "/xyz/openbmc_project/led/groups/ddimm30_fault"
1544 ]
1545 },
1546 {
1547 "types":
1548 {
1549 "rType": "identify_inventory_object",
1550 "fType": "identify_led_group"
1551 },
1552 "paths":
1553 [
1554 "/xyz/openbmc_project/led/groups/ddimm30_identify"
1555 ]
1556 }
1557 ]
1558 },
1559 {
1560 "path": "system/chassis/motherboard/dimm31",
1561 "endpoints":
1562 [
1563 {
1564 "types":
1565 {
1566 "rType": "fault_inventory_object",
1567 "fType": "fault_led_group"
1568 },
1569 "paths":
1570 [
1571 "/xyz/openbmc_project/led/groups/ddimm31_fault"
1572 ]
1573 },
1574 {
1575 "types":
1576 {
1577 "rType": "identify_inventory_object",
1578 "fType": "identify_led_group"
1579 },
1580 "paths":
1581 [
1582 "/xyz/openbmc_project/led/groups/ddimm31_identify"
1583 ]
1584 }
1585 ]
1586 },
1587 {
1588 "path": "system/chassis/motherboard/vdd_vrm0",
1589 "endpoints":
1590 [
1591 {
1592 "types":
1593 {
1594 "rType": "fault_inventory_object",
1595 "fType": "fault_led_group"
1596 },
1597 "paths":
1598 [
1599 "/xyz/openbmc_project/led/groups/cpu0_vrm0_fault"
1600 ]
1601 },
1602 {
1603 "types":
1604 {
1605 "rType": "identify_inventory_object",
1606 "fType": "identify_led_group"
1607 },
1608 "paths":
1609 [
1610 "/xyz/openbmc_project/led/groups/cpu0_vrm0_identify"
1611 ]
1612 }
1613 ]
1614 },
1615 {
1616 "path": "system/chassis/motherboard/vdd_vrm1",
1617 "endpoints":
1618 [
1619 {
1620 "types":
1621 {
1622 "rType": "fault_inventory_object",
1623 "fType": "fault_led_group"
1624 },
1625 "paths":
1626 [
1627 "/xyz/openbmc_project/led/groups/cpu1_vrm0_fault"
1628 ]
1629 },
1630 {
1631 "types":
1632 {
1633 "rType": "identify_inventory_object",
1634 "fType": "identify_led_group"
1635 },
1636 "paths":
1637 [
1638 "/xyz/openbmc_project/led/groups/cpu1_vrm0_identify"
1639 ]
1640 }
1641 ]
1642 },
1643 {
1644 "path": "system/chassis/motherboard/tod_battery",
1645 "endpoints":
1646 [
1647 {
1648 "types":
1649 {
1650 "rType": "fault_inventory_object",
1651 "fType": "fault_led_group"
1652 },
1653 "paths":
1654 [
1655 "/xyz/openbmc_project/led/groups/rtc_battery_fault"
1656 ]
1657 },
1658 {
1659 "types":
1660 {
1661 "rType": "identify_inventory_object",
1662 "fType": "identify_led_group"
1663 },
1664 "paths":
1665 [
1666 "/xyz/openbmc_project/led/groups/rtc_battery_identify"
1667 ]
1668 }
1669 ]
1670 },
1671 {
1672 "path": "system/chassis/motherboard/tpm_wilson",
1673 "endpoints":
1674 [
1675 {
1676 "types":
1677 {
1678 "rType": "fault_inventory_object",
1679 "fType": "fault_led_group"
1680 },
1681 "paths":
1682 [
1683 "/xyz/openbmc_project/led/groups/tpm_wilson_fault"
1684 ]
1685 },
1686 {
1687 "types":
1688 {
1689 "rType": "identify_inventory_object",
1690 "fType": "identify_led_group"
1691 },
1692 "paths":
1693 [
1694 "/xyz/openbmc_project/led/groups/tpm_wilson_identify"
1695 ]
1696 }
1697 ]
1698 },
1699 {
1700 "path": "system/chassis/motherboard/pcieslot0",
1701 "endpoints":
1702 [
1703 {
1704 "types":
1705 {
1706 "rType": "fault_inventory_object",
1707 "fType": "fault_led_group"
1708 },
1709 "paths":
1710 [
1711 "/xyz/openbmc_project/led/groups/pcieslot0_fault"
1712 ]
1713 },
1714 {
1715 "types":
1716 {
1717 "rType": "identify_inventory_object",
1718 "fType": "identify_led_group"
1719 },
1720 "paths":
1721 [
1722 "/xyz/openbmc_project/led/groups/pcieslot0_identify"
1723 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001724 },
1725 {
1726 "types":
1727 {
1728 "rType": "inventory",
1729 "fType": "chassis"
1730 },
1731 "paths":
1732 [
1733 "/xyz/openbmc_project/inventory/system/chassis"
1734 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001735 }
1736 ]
1737 },
1738 {
1739 "path": "system/chassis/motherboard/pcieslot1",
1740 "endpoints":
1741 [
1742 {
1743 "types":
1744 {
1745 "rType": "fault_inventory_object",
1746 "fType": "fault_led_group"
1747 },
1748 "paths":
1749 [
1750 "/xyz/openbmc_project/led/groups/pcieslot1_fault"
1751 ]
1752 },
1753 {
1754 "types":
1755 {
1756 "rType": "identify_inventory_object",
1757 "fType": "identify_led_group"
1758 },
1759 "paths":
1760 [
1761 "/xyz/openbmc_project/led/groups/pcieslot1_identify"
1762 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001763 },
1764 {
1765 "types":
1766 {
1767 "rType": "inventory",
1768 "fType": "chassis"
1769 },
1770 "paths":
1771 [
1772 "/xyz/openbmc_project/inventory/system/chassis"
1773 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001774 }
1775 ]
1776 },
1777 {
1778 "path": "system/chassis/motherboard/pcieslot2",
1779 "endpoints":
1780 [
1781 {
1782 "types":
1783 {
1784 "rType": "fault_inventory_object",
1785 "fType": "fault_led_group"
1786 },
1787 "paths":
1788 [
1789 "/xyz/openbmc_project/led/groups/pcieslot2_fault"
1790 ]
1791 },
1792 {
1793 "types":
1794 {
1795 "rType": "identify_inventory_object",
1796 "fType": "identify_led_group"
1797 },
1798 "paths":
1799 [
1800 "/xyz/openbmc_project/led/groups/pcieslot2_identify"
1801 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001802 },
1803 {
1804 "types":
1805 {
1806 "rType": "inventory",
1807 "fType": "chassis"
1808 },
1809 "paths":
1810 [
1811 "/xyz/openbmc_project/inventory/system/chassis"
1812 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001813 }
1814 ]
1815 },
1816 {
1817 "path": "system/chassis/motherboard/pcieslot3",
1818 "endpoints":
1819 [
1820 {
1821 "types":
1822 {
1823 "rType": "fault_inventory_object",
1824 "fType": "fault_led_group"
1825 },
1826 "paths":
1827 [
1828 "/xyz/openbmc_project/led/groups/pcieslot3_fault"
1829 ]
1830 },
1831 {
1832 "types":
1833 {
1834 "rType": "identify_inventory_object",
1835 "fType": "identify_led_group"
1836 },
1837 "paths":
1838 [
1839 "/xyz/openbmc_project/led/groups/pcieslot3_identify"
1840 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001841 },
1842 {
1843 "types":
1844 {
1845 "rType": "inventory",
1846 "fType": "chassis"
1847 },
1848 "paths":
1849 [
1850 "/xyz/openbmc_project/inventory/system/chassis"
1851 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001852 }
1853 ]
1854 },
1855 {
1856 "path": "system/chassis/motherboard/pcieslot4",
1857 "endpoints":
1858 [
1859 {
1860 "types":
1861 {
1862 "rType": "fault_inventory_object",
1863 "fType": "fault_led_group"
1864 },
1865 "paths":
1866 [
1867 "/xyz/openbmc_project/led/groups/pcieslot4_fault"
1868 ]
1869 },
1870 {
1871 "types":
1872 {
1873 "rType": "identify_inventory_object",
1874 "fType": "identify_led_group"
1875 },
1876 "paths":
1877 [
1878 "/xyz/openbmc_project/led/groups/pcieslot4_identify"
1879 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001880 },
1881 {
1882 "types":
1883 {
1884 "rType": "inventory",
1885 "fType": "chassis"
1886 },
1887 "paths":
1888 [
1889 "/xyz/openbmc_project/inventory/system/chassis"
1890 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001891 }
1892 ]
1893 },
1894 {
1895 "path": "system/chassis/motherboard/pcieslot6",
1896 "endpoints":
1897 [
1898 {
1899 "types":
1900 {
1901 "rType": "fault_inventory_object",
1902 "fType": "fault_led_group"
1903 },
1904 "paths":
1905 [
1906 "/xyz/openbmc_project/led/groups/pcieslot6_fault"
1907 ]
1908 },
1909 {
1910 "types":
1911 {
1912 "rType": "identify_inventory_object",
1913 "fType": "identify_led_group"
1914 },
1915 "paths":
1916 [
1917 "/xyz/openbmc_project/led/groups/pcieslot6_identify"
1918 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001919 },
1920 {
1921 "types":
1922 {
1923 "rType": "inventory",
1924 "fType": "chassis"
1925 },
1926 "paths":
1927 [
1928 "/xyz/openbmc_project/inventory/system/chassis"
1929 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001930 }
1931 ]
1932 },
1933 {
1934 "path": "system/chassis/motherboard/pcieslot7",
1935 "endpoints":
1936 [
1937 {
1938 "types":
1939 {
1940 "rType": "fault_inventory_object",
1941 "fType": "fault_led_group"
1942 },
1943 "paths":
1944 [
1945 "/xyz/openbmc_project/led/groups/pcieslot7_fault"
1946 ]
1947 },
1948 {
1949 "types":
1950 {
1951 "rType": "identify_inventory_object",
1952 "fType": "identify_led_group"
1953 },
1954 "paths":
1955 [
1956 "/xyz/openbmc_project/led/groups/pcieslot7_identify"
1957 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001958 },
1959 {
1960 "types":
1961 {
1962 "rType": "inventory",
1963 "fType": "chassis"
1964 },
1965 "paths":
1966 [
1967 "/xyz/openbmc_project/inventory/system/chassis"
1968 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06001969 }
1970 ]
1971 },
1972 {
1973 "path": "system/chassis/motherboard/pcieslot8",
1974 "endpoints":
1975 [
1976 {
1977 "types":
1978 {
1979 "rType": "fault_inventory_object",
1980 "fType": "fault_led_group"
1981 },
1982 "paths":
1983 [
1984 "/xyz/openbmc_project/led/groups/pcieslot8_fault"
1985 ]
1986 },
1987 {
1988 "types":
1989 {
1990 "rType": "identify_inventory_object",
1991 "fType": "identify_led_group"
1992 },
1993 "paths":
1994 [
1995 "/xyz/openbmc_project/led/groups/pcieslot8_identify"
1996 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05001997 },
1998 {
1999 "types":
2000 {
2001 "rType": "inventory",
2002 "fType": "chassis"
2003 },
2004 "paths":
2005 [
2006 "/xyz/openbmc_project/inventory/system/chassis"
2007 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002008 }
2009 ]
2010 },
2011 {
2012 "path": "system/chassis/motherboard/pcieslot9",
2013 "endpoints":
2014 [
2015 {
2016 "types":
2017 {
2018 "rType": "fault_inventory_object",
2019 "fType": "fault_led_group"
2020 },
2021 "paths":
2022 [
2023 "/xyz/openbmc_project/led/groups/pcieslot9_fault"
2024 ]
2025 },
2026 {
2027 "types":
2028 {
2029 "rType": "identify_inventory_object",
2030 "fType": "identify_led_group"
2031 },
2032 "paths":
2033 [
2034 "/xyz/openbmc_project/led/groups/pcieslot9_identify"
2035 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002036 },
2037 {
2038 "types":
2039 {
2040 "rType": "inventory",
2041 "fType": "chassis"
2042 },
2043 "paths":
2044 [
2045 "/xyz/openbmc_project/inventory/system/chassis"
2046 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002047 }
2048 ]
2049 },
2050 {
2051 "path": "system/chassis/motherboard/pcieslot10",
2052 "endpoints":
2053 [
2054 {
2055 "types":
2056 {
2057 "rType": "fault_inventory_object",
2058 "fType": "fault_led_group"
2059 },
2060 "paths":
2061 [
2062 "/xyz/openbmc_project/led/groups/pcieslot10_fault"
2063 ]
2064 },
2065 {
2066 "types":
2067 {
2068 "rType": "identify_inventory_object",
2069 "fType": "identify_led_group"
2070 },
2071 "paths":
2072 [
2073 "/xyz/openbmc_project/led/groups/pcieslot10_identify"
2074 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002075 },
2076 {
2077 "types":
2078 {
2079 "rType": "inventory",
2080 "fType": "chassis"
2081 },
2082 "paths":
2083 [
2084 "/xyz/openbmc_project/inventory/system/chassis"
2085 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002086 }
2087 ]
2088 },
2089 {
2090 "path": "system/chassis/motherboard/pcieslot11",
2091 "endpoints":
2092 [
2093 {
2094 "types":
2095 {
2096 "rType": "fault_inventory_object",
2097 "fType": "fault_led_group"
2098 },
2099 "paths":
2100 [
2101 "/xyz/openbmc_project/led/groups/pcieslot11_fault"
2102 ]
2103 },
2104 {
2105 "types":
2106 {
2107 "rType": "identify_inventory_object",
2108 "fType": "identify_led_group"
2109 },
2110 "paths":
2111 [
2112 "/xyz/openbmc_project/led/groups/pcieslot11_identify"
2113 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002114 },
2115 {
2116 "types":
2117 {
2118 "rType": "inventory",
2119 "fType": "chassis"
2120 },
2121 "paths":
2122 [
2123 "/xyz/openbmc_project/inventory/system/chassis"
2124 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002125 }
2126 ]
2127 },
2128 {
2129 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_top",
2130 "endpoints":
2131 [
2132 {
2133 "types":
2134 {
2135 "rType": "fault_inventory_object",
2136 "fType": "fault_led_group"
2137 },
2138 "paths":
2139 [
2140 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_fault"
2141 ]
2142 },
2143 {
2144 "types":
2145 {
2146 "rType": "identify_inventory_object",
2147 "fType": "identify_led_group"
2148 },
2149 "paths":
2150 [
2151 "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_identify"
2152 ]
2153 }
2154 ]
2155 },
2156 {
2157 "path": "system/chassis/motherboard/pcie_cable_card0/cxp_bot",
2158 "endpoints":
2159 [
2160 {
2161 "types":
2162 {
2163 "rType": "fault_inventory_object",
2164 "fType": "fault_led_group"
2165 },
2166 "paths":
2167 [
2168 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_fault"
2169 ]
2170 },
2171 {
2172 "types":
2173 {
2174 "rType": "identify_inventory_object",
2175 "fType": "identify_led_group"
2176 },
2177 "paths":
2178 [
2179 "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_identify"
2180 ]
2181 }
2182 ]
2183 },
2184 {
2185 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_top",
2186 "endpoints":
2187 [
2188 {
2189 "types":
2190 {
2191 "rType": "fault_inventory_object",
2192 "fType": "fault_led_group"
2193 },
2194 "paths":
2195 [
2196 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_fault"
2197 ]
2198 },
2199 {
2200 "types":
2201 {
2202 "rType": "identify_inventory_object",
2203 "fType": "identify_led_group"
2204 },
2205 "paths":
2206 [
2207 "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_identify"
2208 ]
2209 }
2210 ]
2211 },
2212 {
2213 "path": "system/chassis/motherboard/pcie_cable_card3/cxp_bot",
2214 "endpoints":
2215 [
2216 {
2217 "types":
2218 {
2219 "rType": "fault_inventory_object",
2220 "fType": "fault_led_group"
2221 },
2222 "paths":
2223 [
2224 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_fault"
2225 ]
2226 },
2227 {
2228 "types":
2229 {
2230 "rType": "identify_inventory_object",
2231 "fType": "identify_led_group"
2232 },
2233 "paths":
2234 [
2235 "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_identify"
2236 ]
2237 }
2238 ]
2239 },
2240 {
2241 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_top",
2242 "endpoints":
2243 [
2244 {
2245 "types":
2246 {
2247 "rType": "fault_inventory_object",
2248 "fType": "fault_led_group"
2249 },
2250 "paths":
2251 [
2252 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_fault"
2253 ]
2254 },
2255 {
2256 "types":
2257 {
2258 "rType": "identify_inventory_object",
2259 "fType": "identify_led_group"
2260 },
2261 "paths":
2262 [
2263 "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_identify"
2264 ]
2265 }
2266 ]
2267 },
2268 {
2269 "path": "system/chassis/motherboard/pcie_cable_card4/cxp_bot",
2270 "endpoints":
2271 [
2272 {
2273 "types":
2274 {
2275 "rType": "fault_inventory_object",
2276 "fType": "fault_led_group"
2277 },
2278 "paths":
2279 [
2280 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_fault"
2281 ]
2282 },
2283 {
2284 "types":
2285 {
2286 "rType": "identify_inventory_object",
2287 "fType": "identify_led_group"
2288 },
2289 "paths":
2290 [
2291 "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_identify"
2292 ]
2293 }
2294 ]
2295 },
2296 {
2297 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_top",
2298 "endpoints":
2299 [
2300 {
2301 "types":
2302 {
2303 "rType": "fault_inventory_object",
2304 "fType": "fault_led_group"
2305 },
2306 "paths":
2307 [
2308 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_fault"
2309 ]
2310 },
2311 {
2312 "types":
2313 {
2314 "rType": "identify_inventory_object",
2315 "fType": "identify_led_group"
2316 },
2317 "paths":
2318 [
2319 "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_identify"
2320 ]
2321 }
2322 ]
2323 },
2324 {
2325 "path": "system/chassis/motherboard/pcie_cable_card10/cxp_bot",
2326 "endpoints":
2327 [
2328 {
2329 "types":
2330 {
2331 "rType": "fault_inventory_object",
2332 "fType": "fault_led_group"
2333 },
2334 "paths":
2335 [
2336 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_fault"
2337 ]
2338 },
2339 {
2340 "types":
2341 {
2342 "rType": "identify_inventory_object",
2343 "fType": "identify_led_group"
2344 },
2345 "paths":
2346 [
2347 "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_identify"
2348 ]
2349 }
2350 ]
2351 },
2352 {
2353 "path": "system/chassis/motherboard/disk_backplane0",
2354 "endpoints":
2355 [
2356 {
2357 "types":
2358 {
2359 "rType": "fault_inventory_object",
2360 "fType": "fault_led_group"
2361 },
2362 "paths":
2363 [
2364 "/xyz/openbmc_project/led/groups/dasd_pyramid0_fault"
2365 ]
2366 },
2367 {
2368 "types":
2369 {
2370 "rType": "identify_inventory_object",
2371 "fType": "identify_led_group"
2372 },
2373 "paths":
2374 [
2375 "/xyz/openbmc_project/led/groups/dasd_pyramid0_identify"
2376 ]
2377 }
2378 ]
2379 },
2380 {
2381 "path": "system/chassis/motherboard/disk_backplane1",
2382 "endpoints":
2383 [
2384 {
2385 "types":
2386 {
2387 "rType": "fault_inventory_object",
2388 "fType": "fault_led_group"
2389 },
2390 "paths":
2391 [
2392 "/xyz/openbmc_project/led/groups/dasd_pyramid1_fault"
2393 ]
2394 },
2395 {
2396 "types":
2397 {
2398 "rType": "identify_inventory_object",
2399 "fType": "identify_led_group"
2400 },
2401 "paths":
2402 [
2403 "/xyz/openbmc_project/led/groups/dasd_pyramid1_identify"
2404 ]
2405 }
2406 ]
2407 },
2408 {
2409 "path": "system/chassis/motherboard/disk_backplane2",
2410 "endpoints":
2411 [
2412 {
2413 "types":
2414 {
2415 "rType": "fault_inventory_object",
2416 "fType": "fault_led_group"
2417 },
2418 "paths":
2419 [
2420 "/xyz/openbmc_project/led/groups/dasd_pyramid2_fault"
2421 ]
2422 },
2423 {
2424 "types":
2425 {
2426 "rType": "identify_inventory_object",
2427 "fType": "identify_led_group"
2428 },
2429 "paths":
2430 [
2431 "/xyz/openbmc_project/led/groups/dasd_pyramid2_identify"
2432 ]
2433 }
2434 ]
2435 },
2436 {
2437 "path": "system/chassis/motherboard/disk_backplane0/nvme0",
2438 "endpoints":
2439 [
2440 {
2441 "types":
2442 {
2443 "rType": "fault_inventory_object",
2444 "fType": "fault_led_group"
2445 },
2446 "paths":
2447 [
2448 "/xyz/openbmc_project/led/groups/nvme0_fault"
2449 ]
2450 },
2451 {
2452 "types":
2453 {
2454 "rType": "identify_inventory_object",
2455 "fType": "identify_led_group"
2456 },
2457 "paths":
2458 [
2459 "/xyz/openbmc_project/led/groups/nvme0_identify"
2460 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002461 },
2462 {
2463 "types":
2464 {
2465 "rType": "inventory",
2466 "fType": "chassis"
2467 },
2468 "paths":
2469 [
2470 "/xyz/openbmc_project/inventory/system/chassis"
2471 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002472 }
2473 ]
2474 },
2475 {
2476 "path": "system/chassis/motherboard/disk_backplane0/nvme1",
2477 "endpoints":
2478 [
2479 {
2480 "types":
2481 {
2482 "rType": "fault_inventory_object",
2483 "fType": "fault_led_group"
2484 },
2485 "paths":
2486 [
2487 "/xyz/openbmc_project/led/groups/nvme1_fault"
2488 ]
2489 },
2490 {
2491 "types":
2492 {
2493 "rType": "identify_inventory_object",
2494 "fType": "identify_led_group"
2495 },
2496 "paths":
2497 [
2498 "/xyz/openbmc_project/led/groups/nvme1_identify"
2499 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002500 },
2501 {
2502 "types":
2503 {
2504 "rType": "inventory",
2505 "fType": "chassis"
2506 },
2507 "paths":
2508 [
2509 "/xyz/openbmc_project/inventory/system/chassis"
2510 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002511 }
2512 ]
2513 },
2514 {
2515 "path": "system/chassis/motherboard/disk_backplane0/nvme2",
2516 "endpoints":
2517 [
2518 {
2519 "types":
2520 {
2521 "rType": "fault_inventory_object",
2522 "fType": "fault_led_group"
2523 },
2524 "paths":
2525 [
2526 "/xyz/openbmc_project/led/groups/nvme2_fault"
2527 ]
2528 },
2529 {
2530 "types":
2531 {
2532 "rType": "identify_inventory_object",
2533 "fType": "identify_led_group"
2534 },
2535 "paths":
2536 [
2537 "/xyz/openbmc_project/led/groups/nvme2_identify"
2538 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002539 },
2540 {
2541 "types":
2542 {
2543 "rType": "inventory",
2544 "fType": "chassis"
2545 },
2546 "paths":
2547 [
2548 "/xyz/openbmc_project/inventory/system/chassis"
2549 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002550 }
2551 ]
2552 },
2553 {
2554 "path": "system/chassis/motherboard/disk_backplane0/nvme3",
2555 "endpoints":
2556 [
2557 {
2558 "types":
2559 {
2560 "rType": "fault_inventory_object",
2561 "fType": "fault_led_group"
2562 },
2563 "paths":
2564 [
2565 "/xyz/openbmc_project/led/groups/nvme3_fault"
2566 ]
2567 },
2568 {
2569 "types":
2570 {
2571 "rType": "identify_inventory_object",
2572 "fType": "identify_led_group"
2573 },
2574 "paths":
2575 [
2576 "/xyz/openbmc_project/led/groups/nvme3_identify"
2577 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002578 },
2579 {
2580 "types":
2581 {
2582 "rType": "inventory",
2583 "fType": "chassis"
2584 },
2585 "paths":
2586 [
2587 "/xyz/openbmc_project/inventory/system/chassis"
2588 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002589 }
2590 ]
2591 },
2592 {
2593 "path": "system/chassis/motherboard/disk_backplane0/nvme4",
2594 "endpoints":
2595 [
2596 {
2597 "types":
2598 {
2599 "rType": "fault_inventory_object",
2600 "fType": "fault_led_group"
2601 },
2602 "paths":
2603 [
2604 "/xyz/openbmc_project/led/groups/nvme4_fault"
2605 ]
2606 },
2607 {
2608 "types":
2609 {
2610 "rType": "identify_inventory_object",
2611 "fType": "identify_led_group"
2612 },
2613 "paths":
2614 [
2615 "/xyz/openbmc_project/led/groups/nvme4_identify"
2616 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002617 },
2618 {
2619 "types":
2620 {
2621 "rType": "inventory",
2622 "fType": "chassis"
2623 },
2624 "paths":
2625 [
2626 "/xyz/openbmc_project/inventory/system/chassis"
2627 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002628 }
2629 ]
2630 },
2631 {
2632 "path": "system/chassis/motherboard/disk_backplane0/nvme5",
2633 "endpoints":
2634 [
2635 {
2636 "types":
2637 {
2638 "rType": "fault_inventory_object",
2639 "fType": "fault_led_group"
2640 },
2641 "paths":
2642 [
2643 "/xyz/openbmc_project/led/groups/nvme5_fault"
2644 ]
2645 },
2646 {
2647 "types":
2648 {
2649 "rType": "identify_inventory_object",
2650 "fType": "identify_led_group"
2651 },
2652 "paths":
2653 [
2654 "/xyz/openbmc_project/led/groups/nvme5_identify"
2655 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002656 },
2657 {
2658 "types":
2659 {
2660 "rType": "inventory",
2661 "fType": "chassis"
2662 },
2663 "paths":
2664 [
2665 "/xyz/openbmc_project/inventory/system/chassis"
2666 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002667 }
2668 ]
2669 },
2670 {
2671 "path": "system/chassis/motherboard/disk_backplane0/nvme6",
2672 "endpoints":
2673 [
2674 {
2675 "types":
2676 {
2677 "rType": "fault_inventory_object",
2678 "fType": "fault_led_group"
2679 },
2680 "paths":
2681 [
2682 "/xyz/openbmc_project/led/groups/nvme6_fault"
2683 ]
2684 },
2685 {
2686 "types":
2687 {
2688 "rType": "identify_inventory_object",
2689 "fType": "identify_led_group"
2690 },
2691 "paths":
2692 [
2693 "/xyz/openbmc_project/led/groups/nvme6_identify"
2694 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002695 },
2696 {
2697 "types":
2698 {
2699 "rType": "inventory",
2700 "fType": "chassis"
2701 },
2702 "paths":
2703 [
2704 "/xyz/openbmc_project/inventory/system/chassis"
2705 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002706 }
2707 ]
2708 },
2709 {
2710 "path": "system/chassis/motherboard/disk_backplane0/nvme7",
2711 "endpoints":
2712 [
2713 {
2714 "types":
2715 {
2716 "rType": "fault_inventory_object",
2717 "fType": "fault_led_group"
2718 },
2719 "paths":
2720 [
2721 "/xyz/openbmc_project/led/groups/nvme7_fault"
2722 ]
2723 },
2724 {
2725 "types":
2726 {
2727 "rType": "identify_inventory_object",
2728 "fType": "identify_led_group"
2729 },
2730 "paths":
2731 [
2732 "/xyz/openbmc_project/led/groups/nvme7_identify"
2733 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002734 },
2735 {
2736 "types":
2737 {
2738 "rType": "inventory",
2739 "fType": "chassis"
2740 },
2741 "paths":
2742 [
2743 "/xyz/openbmc_project/inventory/system/chassis"
2744 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002745 }
2746 ]
2747 },
2748 {
2749 "path": "system/chassis/motherboard/disk_backplane1/nvme0",
2750 "endpoints":
2751 [
2752 {
2753 "types":
2754 {
2755 "rType": "fault_inventory_object",
2756 "fType": "fault_led_group"
2757 },
2758 "paths":
2759 [
2760 "/xyz/openbmc_project/led/groups/nvme8_fault"
2761 ]
2762 },
2763 {
2764 "types":
2765 {
2766 "rType": "identify_inventory_object",
2767 "fType": "identify_led_group"
2768 },
2769 "paths":
2770 [
2771 "/xyz/openbmc_project/led/groups/nvme8_identify"
2772 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002773 },
2774 {
2775 "types":
2776 {
2777 "rType": "inventory",
2778 "fType": "chassis"
2779 },
2780 "paths":
2781 [
2782 "/xyz/openbmc_project/inventory/system/chassis"
2783 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002784 }
2785 ]
2786 },
2787 {
2788 "path": "system/chassis/motherboard/disk_backplane1/nvme1",
2789 "endpoints":
2790 [
2791 {
2792 "types":
2793 {
2794 "rType": "fault_inventory_object",
2795 "fType": "fault_led_group"
2796 },
2797 "paths":
2798 [
2799 "/xyz/openbmc_project/led/groups/nvme9_fault"
2800 ]
2801 },
2802 {
2803 "types":
2804 {
2805 "rType": "identify_inventory_object",
2806 "fType": "identify_led_group"
2807 },
2808 "paths":
2809 [
2810 "/xyz/openbmc_project/led/groups/nvme9_identify"
2811 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002812 },
2813 {
2814 "types":
2815 {
2816 "rType": "inventory",
2817 "fType": "chassis"
2818 },
2819 "paths":
2820 [
2821 "/xyz/openbmc_project/inventory/system/chassis"
2822 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002823 }
2824 ]
2825 },
2826 {
2827 "path": "system/chassis/motherboard/disk_backplane1/nvme2",
2828 "endpoints":
2829 [
2830 {
2831 "types":
2832 {
2833 "rType": "fault_inventory_object",
2834 "fType": "fault_led_group"
2835 },
2836 "paths":
2837 [
2838 "/xyz/openbmc_project/led/groups/nvme10_fault"
2839 ]
2840 },
2841 {
2842 "types":
2843 {
2844 "rType": "identify_inventory_object",
2845 "fType": "identify_led_group"
2846 },
2847 "paths":
2848 [
2849 "/xyz/openbmc_project/led/groups/nvme10_identify"
2850 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002851 },
2852 {
2853 "types":
2854 {
2855 "rType": "inventory",
2856 "fType": "chassis"
2857 },
2858 "paths":
2859 [
2860 "/xyz/openbmc_project/inventory/system/chassis"
2861 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002862 }
2863 ]
2864 },
2865 {
2866 "path": "system/chassis/motherboard/disk_backplane1/nvme3",
2867 "endpoints":
2868 [
2869 {
2870 "types":
2871 {
2872 "rType": "fault_inventory_object",
2873 "fType": "fault_led_group"
2874 },
2875 "paths":
2876 [
2877 "/xyz/openbmc_project/led/groups/nvme11_fault"
2878 ]
2879 },
2880 {
2881 "types":
2882 {
2883 "rType": "identify_inventory_object",
2884 "fType": "identify_led_group"
2885 },
2886 "paths":
2887 [
2888 "/xyz/openbmc_project/led/groups/nvme11_identify"
2889 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002890 },
2891 {
2892 "types":
2893 {
2894 "rType": "inventory",
2895 "fType": "chassis"
2896 },
2897 "paths":
2898 [
2899 "/xyz/openbmc_project/inventory/system/chassis"
2900 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002901 }
2902 ]
2903 },
2904 {
2905 "path": "system/chassis/motherboard/disk_backplane1/nvme4",
2906 "endpoints":
2907 [
2908 {
2909 "types":
2910 {
2911 "rType": "fault_inventory_object",
2912 "fType": "fault_led_group"
2913 },
2914 "paths":
2915 [
2916 "/xyz/openbmc_project/led/groups/nvme12_fault"
2917 ]
2918 },
2919 {
2920 "types":
2921 {
2922 "rType": "identify_inventory_object",
2923 "fType": "identify_led_group"
2924 },
2925 "paths":
2926 [
2927 "/xyz/openbmc_project/led/groups/nvme12_identify"
2928 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002929 },
2930 {
2931 "types":
2932 {
2933 "rType": "inventory",
2934 "fType": "chassis"
2935 },
2936 "paths":
2937 [
2938 "/xyz/openbmc_project/inventory/system/chassis"
2939 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002940 }
2941 ]
2942 },
2943 {
2944 "path": "system/chassis/motherboard/disk_backplane1/nvme5",
2945 "endpoints":
2946 [
2947 {
2948 "types":
2949 {
2950 "rType": "fault_inventory_object",
2951 "fType": "fault_led_group"
2952 },
2953 "paths":
2954 [
2955 "/xyz/openbmc_project/led/groups/nvme13_fault"
2956 ]
2957 },
2958 {
2959 "types":
2960 {
2961 "rType": "identify_inventory_object",
2962 "fType": "identify_led_group"
2963 },
2964 "paths":
2965 [
2966 "/xyz/openbmc_project/led/groups/nvme13_identify"
2967 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05002968 },
2969 {
2970 "types":
2971 {
2972 "rType": "inventory",
2973 "fType": "chassis"
2974 },
2975 "paths":
2976 [
2977 "/xyz/openbmc_project/inventory/system/chassis"
2978 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06002979 }
2980 ]
2981 },
2982 {
2983 "path": "system/chassis/motherboard/disk_backplane1/nvme6",
2984 "endpoints":
2985 [
2986 {
2987 "types":
2988 {
2989 "rType": "fault_inventory_object",
2990 "fType": "fault_led_group"
2991 },
2992 "paths":
2993 [
2994 "/xyz/openbmc_project/led/groups/nvme14_fault"
2995 ]
2996 },
2997 {
2998 "types":
2999 {
3000 "rType": "identify_inventory_object",
3001 "fType": "identify_led_group"
3002 },
3003 "paths":
3004 [
3005 "/xyz/openbmc_project/led/groups/nvme14_identify"
3006 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003007 },
3008 {
3009 "types":
3010 {
3011 "rType": "inventory",
3012 "fType": "chassis"
3013 },
3014 "paths":
3015 [
3016 "/xyz/openbmc_project/inventory/system/chassis"
3017 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003018 }
3019 ]
3020 },
3021 {
3022 "path": "system/chassis/motherboard/disk_backplane1/nvme7",
3023 "endpoints":
3024 [
3025 {
3026 "types":
3027 {
3028 "rType": "fault_inventory_object",
3029 "fType": "fault_led_group"
3030 },
3031 "paths":
3032 [
3033 "/xyz/openbmc_project/led/groups/nvme15_fault"
3034 ]
3035 },
3036 {
3037 "types":
3038 {
3039 "rType": "identify_inventory_object",
3040 "fType": "identify_led_group"
3041 },
3042 "paths":
3043 [
3044 "/xyz/openbmc_project/led/groups/nvme15_identify"
3045 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003046 },
3047 {
3048 "types":
3049 {
3050 "rType": "inventory",
3051 "fType": "chassis"
3052 },
3053 "paths":
3054 [
3055 "/xyz/openbmc_project/inventory/system/chassis"
3056 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003057 }
3058 ]
3059 },
3060 {
3061 "path": "system/chassis/motherboard/disk_backplane2/nvme0",
3062 "endpoints":
3063 [
3064 {
3065 "types":
3066 {
3067 "rType": "fault_inventory_object",
3068 "fType": "fault_led_group"
3069 },
3070 "paths":
3071 [
3072 "/xyz/openbmc_project/led/groups/nvme16_fault"
3073 ]
3074 },
3075 {
3076 "types":
3077 {
3078 "rType": "identify_inventory_object",
3079 "fType": "identify_led_group"
3080 },
3081 "paths":
3082 [
3083 "/xyz/openbmc_project/led/groups/nvme16_identify"
3084 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003085 },
3086 {
3087 "types":
3088 {
3089 "rType": "inventory",
3090 "fType": "chassis"
3091 },
3092 "paths":
3093 [
3094 "/xyz/openbmc_project/inventory/system/chassis"
3095 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003096 }
3097 ]
3098 },
3099 {
3100 "path": "system/chassis/motherboard/disk_backplane2/nvme1",
3101 "endpoints":
3102 [
3103 {
3104 "types":
3105 {
3106 "rType": "fault_inventory_object",
3107 "fType": "fault_led_group"
3108 },
3109 "paths":
3110 [
3111 "/xyz/openbmc_project/led/groups/nvme17_fault"
3112 ]
3113 },
3114 {
3115 "types":
3116 {
3117 "rType": "identify_inventory_object",
3118 "fType": "identify_led_group"
3119 },
3120 "paths":
3121 [
3122 "/xyz/openbmc_project/led/groups/nvme17_identify"
3123 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003124 },
3125 {
3126 "types":
3127 {
3128 "rType": "inventory",
3129 "fType": "chassis"
3130 },
3131 "paths":
3132 [
3133 "/xyz/openbmc_project/inventory/system/chassis"
3134 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003135 }
3136 ]
3137 },
3138 {
3139 "path": "system/chassis/motherboard/disk_backplane2/nvme2",
3140 "endpoints":
3141 [
3142 {
3143 "types":
3144 {
3145 "rType": "fault_inventory_object",
3146 "fType": "fault_led_group"
3147 },
3148 "paths":
3149 [
3150 "/xyz/openbmc_project/led/groups/nvme18_fault"
3151 ]
3152 },
3153 {
3154 "types":
3155 {
3156 "rType": "identify_inventory_object",
3157 "fType": "identify_led_group"
3158 },
3159 "paths":
3160 [
3161 "/xyz/openbmc_project/led/groups/nvme18_identify"
3162 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003163 },
3164 {
3165 "types":
3166 {
3167 "rType": "inventory",
3168 "fType": "chassis"
3169 },
3170 "paths":
3171 [
3172 "/xyz/openbmc_project/inventory/system/chassis"
3173 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003174 }
3175 ]
3176 },
3177 {
3178 "path": "system/chassis/motherboard/disk_backplane2/nvme3",
3179 "endpoints":
3180 [
3181 {
3182 "types":
3183 {
3184 "rType": "fault_inventory_object",
3185 "fType": "fault_led_group"
3186 },
3187 "paths":
3188 [
3189 "/xyz/openbmc_project/led/groups/nvme19_fault"
3190 ]
3191 },
3192 {
3193 "types":
3194 {
3195 "rType": "identify_inventory_object",
3196 "fType": "identify_led_group"
3197 },
3198 "paths":
3199 [
3200 "/xyz/openbmc_project/led/groups/nvme19_identify"
3201 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003202 },
3203 {
3204 "types":
3205 {
3206 "rType": "inventory",
3207 "fType": "chassis"
3208 },
3209 "paths":
3210 [
3211 "/xyz/openbmc_project/inventory/system/chassis"
3212 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003213 }
3214 ]
3215 },
3216 {
3217 "path": "system/chassis/motherboard/disk_backplane2/nvme4",
3218 "endpoints":
3219 [
3220 {
3221 "types":
3222 {
3223 "rType": "fault_inventory_object",
3224 "fType": "fault_led_group"
3225 },
3226 "paths":
3227 [
3228 "/xyz/openbmc_project/led/groups/nvme20_fault"
3229 ]
3230 },
3231 {
3232 "types":
3233 {
3234 "rType": "identify_inventory_object",
3235 "fType": "identify_led_group"
3236 },
3237 "paths":
3238 [
3239 "/xyz/openbmc_project/led/groups/nvme20_identify"
3240 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003241 },
3242 {
3243 "types":
3244 {
3245 "rType": "inventory",
3246 "fType": "chassis"
3247 },
3248 "paths":
3249 [
3250 "/xyz/openbmc_project/inventory/system/chassis"
3251 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003252 }
3253 ]
3254 },
3255 {
3256 "path": "system/chassis/motherboard/disk_backplane2/nvme5",
3257 "endpoints":
3258 [
3259 {
3260 "types":
3261 {
3262 "rType": "fault_inventory_object",
3263 "fType": "fault_led_group"
3264 },
3265 "paths":
3266 [
3267 "/xyz/openbmc_project/led/groups/nvme21_fault"
3268 ]
3269 },
3270 {
3271 "types":
3272 {
3273 "rType": "identify_inventory_object",
3274 "fType": "identify_led_group"
3275 },
3276 "paths":
3277 [
3278 "/xyz/openbmc_project/led/groups/nvme21_identify"
3279 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003280 },
3281 {
3282 "types":
3283 {
3284 "rType": "inventory",
3285 "fType": "chassis"
3286 },
3287 "paths":
3288 [
3289 "/xyz/openbmc_project/inventory/system/chassis"
3290 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003291 }
3292 ]
3293 },
3294 {
3295 "path": "system/chassis/motherboard/disk_backplane2/nvme6",
3296 "endpoints":
3297 [
3298 {
3299 "types":
3300 {
3301 "rType": "fault_inventory_object",
3302 "fType": "fault_led_group"
3303 },
3304 "paths":
3305 [
3306 "/xyz/openbmc_project/led/groups/nvme22_fault"
3307 ]
3308 },
3309 {
3310 "types":
3311 {
3312 "rType": "identify_inventory_object",
3313 "fType": "identify_led_group"
3314 },
3315 "paths":
3316 [
3317 "/xyz/openbmc_project/led/groups/nvme22_identify"
3318 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003319 },
3320 {
3321 "types":
3322 {
3323 "rType": "inventory",
3324 "fType": "chassis"
3325 },
3326 "paths":
3327 [
3328 "/xyz/openbmc_project/inventory/system/chassis"
3329 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003330 }
3331 ]
3332 },
3333 {
3334 "path": "system/chassis/motherboard/disk_backplane2/nvme7",
3335 "endpoints":
3336 [
3337 {
3338 "types":
3339 {
3340 "rType": "fault_inventory_object",
3341 "fType": "fault_led_group"
3342 },
3343 "paths":
3344 [
3345 "/xyz/openbmc_project/led/groups/nvme23_fault"
3346 ]
3347 },
3348 {
3349 "types":
3350 {
3351 "rType": "identify_inventory_object",
3352 "fType": "identify_led_group"
3353 },
3354 "paths":
3355 [
3356 "/xyz/openbmc_project/led/groups/nvme23_identify"
3357 ]
Vishwanatha Subbanna9b211ef2021-05-11 07:12:09 -05003358 },
3359 {
3360 "types":
3361 {
3362 "rType": "inventory",
3363 "fType": "chassis"
3364 },
3365 "paths":
3366 [
3367 "/xyz/openbmc_project/inventory/system/chassis"
3368 ]
Vishwanatha Subbanna18a75b92021-03-08 05:29:30 -06003369 }
3370 ]
Matt Spinler47162542021-03-02 15:00:09 -06003371 }
3372 ]
3373}