]> git.openstreetmap.org Git - chef.git/blobdiff - roles/shenron.rb
necrosan: tweak raid queue settings
[chef.git] / roles / shenron.rb
index e614a33262ff39b6eb2882d112388979ff4d0d02..c57441b1149a6adc62090b4c8a93d40d302b3552 100644 (file)
@@ -10,6 +10,11 @@ default_attributes(
     }
   },
   :hardware => {
+    :hwmon => {
+      "platform_it87_552" => {
+        :ignore => %w[in6]
+      }
+    },
     :mcelog => {
       :enabled => false
     },
@@ -21,6 +26,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :dnssec => "false",
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -48,9 +54,5 @@ run_list(
   "role[bytemark]",
   "role[mail]",
   "role[lists]",
-  "role[subversion]",
-  "role[trac]",
-  "role[osqa]",
-  "role[irc]",
-  "recipe[blogs]"
+  "role[osqa]"
 )