Skip to content

Commit 716a9f5

Browse files
committed
adds VM8-2G handling to server_identifier
1 parent 633580e commit 716a9f5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tools/server_identifier

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ g_product_lut_idx = {
2424
"ALIAS_STYLE": 4
2525
}
2626

27-
# g_chassis_sizes = ["?","AV15","Q30","S45","XL60","F8X1","F8X2","F8X3","NVME-F8X1","NVME-F8X2","NVME-F8X3","2U","2UGW","1UGW","F2","HL15","VM8","VM16","VM32","HL4","HL8","PRO4","PRO8","PRO15","STUDIO8","STUDIO15","HL15_BEAST","F16","VM2"]
2827
g_chassis_sizes = ["?","AV15","Q30","S45","XL60","F8X1","F8X2","F8X3","NVME-F8X1","NVME-F8X2","NVME-F8X3","2U","2UGW","1UGW","F2","HL15","VM8","VM16","VM32","HL4","HL8","PRO4","PRO8","PRO15","STUDIO8","STUDIO15","HL15_BEAST","F16","VM2","2UGW_REV2","X15"]
2928

3029
g_mobo_to_version_lut = {
@@ -272,6 +271,10 @@ g_product_lut = {
272271
"Proxinator-VM8-15mm-Enhanced": [g_mobo_to_version_lut["Enhanced"] ,0,2,"VM8","F2STORNADO"],
273272
"Proxinator-VM8-15mm-Turbo": [g_mobo_to_version_lut["Turbo"] ,0,2,"VM8","F2STORNADO"],
274273

274+
"Proxinator-VM8-2G-Base": [g_mobo_to_version_lut["Good"] ,0,1,"VM8","F2STORNADO"],
275+
"Proxinator-VM8-2G-Enhanced": [g_mobo_to_version_lut["Better"] ,0,1,"VM8","F2STORNADO"],
276+
"Proxinator-VM8-2G-Turbo": [g_mobo_to_version_lut["Best"] ,0,1,"VM8","F2STORNADO"],
277+
275278
"Proxinator-VM4-15mm-Base": [g_mobo_to_version_lut["Base"] ,0,1,"VM4","F2STORNADO"],
276279
"Proxinator-VM4-15mm-Enhanced": [g_mobo_to_version_lut["Enhanced"] ,0,1,"VM4","F2STORNADO"],
277280
"Proxinator-VM4-15mm-Turbo": [g_mobo_to_version_lut["Turbo"] ,0,1,"VM4","F2STORNADO"],

0 commit comments

Comments
 (0)