]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yevaud.rb
Allow % in local parts for locally submitted mail
[chef.git] / roles / yevaud.rb
index a0b9218966dbe89a98fbe56184bb001085f65b37..7dcace09d32510d3e71b7ca9f6b997866949af12 100644 (file)
@@ -39,8 +39,9 @@ default_attributes(
       :bus => "ata",
       :serial => "INTEL_SSDSA2CW600G3_CVPR111401HP600FGN",
       :attrs => {
-        "queue/scheduler" => "deadline",
-        "queue/nr_requests" => "512"
+        "queue/scheduler" => "noop",
+        "queue/nr_requests" => "512",
+        "queue/read_ahead_kb" => "2048"
       }
     }
   },
@@ -57,21 +58,6 @@ default_attributes(
           :warning => 150,
           :critical => 200
         }
-      },
-      :ipmi_fans => {
-        :contacts => "null",
-      },
-      :ipmi_temp => {
-        :contacts => "null",
-      },
-      :sensors_fan => {
-        :contacts => "null"
-      },
-      :sensors_temp => {
-        :contacts => "null"
-      },
-      :sensors_volt => {
-        :contacts => "null"
       }
     }
   },
@@ -87,7 +73,7 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.104"
+        :address => "128.40.45.208"
       }
     }
   },
@@ -124,6 +110,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
+  "role[tyan-s7010]",
   "role[tile]"
 )