Skip to content

Commit

Permalink
[Mellanox] Update platform components config files. (#5360)
Browse files Browse the repository at this point in the history
Signed-off-by: Nazarii Hnydyn <[email protected]>
nazariig authored and abdosi committed Sep 19, 2020
1 parent cb55779 commit d46dc0f
Showing 11 changed files with 47 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -2,8 +2,11 @@
"chassis": {
"x86_64-mlnx_msn2010-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,8 +2,11 @@
"chassis": {
"x86_64-mlnx_msn2100-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,8 +2,12 @@
"chassis": {
"x86_64-mlnx_msn2410-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { },
"CPLD3": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,8 +2,12 @@
"chassis": {
"x86_64-mlnx_msn2700-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { },
"CPLD3": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,8 +2,11 @@
"chassis": {
"x86_64-mlnx_msn2740-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@
"chassis": {
"x86_64-mlnx_msn3420-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD1": { },
"CPLD2": { },
Original file line number Diff line number Diff line change
@@ -2,8 +2,12 @@
"chassis": {
"x86_64-mlnx_msn3700-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { },
"CPLD3": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,8 +2,12 @@
"chassis": {
"x86_64-mlnx_msn3700c-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { },
"CPLD3": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,8 +2,13 @@
"chassis": {
"x86_64-mlnx_msn3800-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { },
"CPLD3": { },
"CPLD4": { }
}
}
}
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@
"chassis": {
"x86_64-mlnx_msn4600c-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD1": { },
"CPLD2": { },
Original file line number Diff line number Diff line change
@@ -2,8 +2,12 @@
"chassis": {
"x86_64-mlnx_msn4700-r0": {
"component": {
"ONIE": { },
"SSD": { },
"BIOS": { },
"CPLD": { }
"CPLD1": { },
"CPLD2": { },
"CPLD3": { }
}
}
}

0 comments on commit d46dc0f

Please sign in to comment.