From: Tom Hughes Date: Thu, 21 May 2020 13:39:09 +0000 (+0100) Subject: Use ttyS1 for serial console on all Supermicro servers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/551ba1f4c9d24c1d374c8df04d6101474bd59e52 Use ttyS1 for serial console on all Supermicro servers --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 48e816e0e..fe185248b 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -86,12 +86,7 @@ when "TYAN" when "TYAN Computer Corporation" units << "0" when "Supermicro" - case product - when "H8DGU", "X9SCD", "X7DBU", "X7DW3", "X9DR7/E-(J)LN4F", "X9DR3-F", "X9DRW", "SYS-1028U-TN10RT+", "SYS-2028U-TN24R4T+", "SYS-1029P-WTRT", "SYS-2029U-TN24R4T", "Super Server" - units << "1" - else - units << "0" - end + units << "1" when "IBM" units << "0" when "VMware, Inc."