]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Explcitly disable IPv6 on the IC internal network
[chef.git] / roles / ic.rb
index 5724b798ec4c92ffd0a26ab6d6a79c48de12afd7..ea4d17b7a6814d58f34ba64de44cc7c78a389e68 100644 (file)
@@ -8,12 +8,15 @@ default_attributes(
     }
   },
   :networking => {
-    :nameservers => ["146.179.159.177"],
+    :nameservers => ["8.8.8.8", "146.179.159.177"],
     :roles => {
       :internal => {
         :inet => {
           :prefix => "27",
           :gateway => "146.179.159.177"
+        },
+        :inet6 => {
+          :method => "manual"
         }
       },
       :external => {
@@ -28,15 +31,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"
-      }
-    }
   }
 )