]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Mediawiki: use lz4 instead of xz for sql backup
[chef.git] / roles / ic.rb
index 5724b798ec4c92ffd0a26ab6d6a79c48de12afd7..af78c9f2395e0230136d9880153d9c39268c0a50 100644 (file)
@@ -8,7 +8,7 @@ default_attributes(
     }
   },
   :networking => {
-    :nameservers => ["146.179.159.177"],
+    :nameservers => ["8.8.8.8", "146.179.159.177"],
     :roles => {
       :internal => {
         :inet => {
@@ -28,15 +28,6 @@ default_attributes(
         }
       }
     }
-  },
-  :sysfs => {
-    :cpufreq_ondemand_low => {
-      :comment => "Tune the ondemand CPU frequency governor for reduced scaling",
-      :parameters => {
-        "devices/system/cpu/cpufreq/ondemand/up_threshold" => "95",
-        "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "1"
-      }
-    }
   }
 )