]> git.openstreetmap.org Git - chef.git/commitdiff
Ignore OVH nonsense about ttyS2 being the console
authorTom Hughes <tom@compton.nu>
Fri, 9 Dec 2016 10:53:23 +0000 (10:53 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 9 Dec 2016 10:56:21 +0000 (10:56 +0000)
cookbooks/hardware/recipes/default.rb

index f9f76cd46dc11fadc87f3e7d2fdb98d9ef22a58f..cc46376f42de28d9430992757ad12f1810982462 100644 (file)
@@ -52,8 +52,6 @@ units = []
 
 if node[:roles].include?("bytemark") || node[:roles].include?("exonetric")
   units << "0"
-elsif node[:roles].include?("ovh")
-  units << "2"
 end
 
 case manufacturer
@@ -80,7 +78,7 @@ when "TYAN Computer Corporation"
   units << "0"
 when "Supermicro"
   case product
-  when "H8DGU", "X9SCD", "X7DBU", "X7DW3", "X9DR7/E-(J)LN4F", "X9DR3-F", "X9DRW", "SYS-2028U-TN24R4T+"
+  when "H8DGU", "X9SCD", "X7DBU", "X7DW3", "X9DR7/E-(J)LN4F", "X9DR3-F", "X9DRW", "SYS-2028U-TN24R4T+", "Super Server"
     units << "1"
   else
     units << "0"