]> git.openstreetmap.org Git - chef.git/blobdiff - roles/base.rb
Add remote hands accounts for norbert
[chef.git] / roles / base.rb
index 5ffc5dee9adf35ad3fd6129bd85e1cb759582e36..094190e1a8561d0c099ad0632322eb2199ece311 100644 (file)
@@ -13,6 +13,13 @@ default_attributes(
   :apt => {
     :sources => ["openstreetmap"]
   },
+  :munin => {
+    :plugins => {
+      :ntp_offset => {
+        :offset => { :warning => "100", :critical => "250" }
+      }
+    }
+  },
   :networking => {
     :roles => {
       :internal => { :metric => 200, :zone => "loc" },
@@ -56,6 +63,12 @@ default_attributes(
       :parameters => {
         "net.ipv4.tcp_syncookies" => "1"
       }
+    },
+    :default_qdisc => {
+      :comment => "Use pfifo_fast as the default queuing discipline",
+      :parameters => {
+        "net.core.default_qdisc" => "pfifo_fast"
+      }
     }
   },
   :sysfs => {