]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / nepomuk.rb
index 3c7d3ccf9340c88ad8a58c0f2e3329a50ac9c7c5..1240179c225c9dabd7a052debf375282e82a5d30 100644 (file)
@@ -3,22 +3,45 @@ description "Master role applied to nepomuk"
 
 default_attributes(
   :networking => {
+    :firewall => {
+      :inet => [
+        {
+          :action => "ACCEPT",
+          :source => "net:77.95.64.120,77.95.64.131,77.95.64.139",
+          :dest => "fw",
+          :proto => "tcp",
+          :dest_ports => "5666",
+          :source_ports => "1024:",
+          :rate_limit => "-",
+          :connection_limit => "-"
+        }
+      ]
+    },
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "77.95.70.166",
+        :address => "77.95.65.39",
         :prefix => "27",
-        :gateway => "77.95.70.161"
+        :gateway => "77.95.65.33"
       },
       :external_ipv6 => {
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2a03:9180:1:21::a6",
+        :address => "2a03:9180:0:100::7",
         :prefix => "64",
-        :gateway => "2a03:9180:1:21::a1"
+        :gateway => "2a03:9180:0:100::1"
+      }
+    }
+  },
+  :sysctl => {
+    :kvm => {
+      :comment => "Tuning for KVM guest",
+      :parameters => {
+        "kernel.sched_min_granularity_ns" => 10000000,
+        "kernel.sched_wakeup_granularity_ns" => 15000000
       }
     }
   },
@@ -30,17 +53,20 @@ default_attributes(
     :hdd_tune => {
       :comment => "Tune the queue for improved performance",
       :parameters => {
-        "block/vda/queue/nr_requests" => "64",
-        "block/vda/queue/scheduler" => "deadline"
+        "block/vda/queue/nr_requests" => "128"
       }
     }
   },
   :tilecache => {
-    :tile_parent => "lyon.render.openstreetmap.org",
+    :tile_parent => "france.render.openstreetmap.org",
     :tile_siblings => [
-      "trogdor.openstreetmap.org",
-      "lurien.openstreetmap.org",
-      "tabaluga.openstreetmap.org"
+      # "necrosan.openstreetmap.org", # IO Overloaded
+      # "nepomuk.openstreetmap.org",
+      "noomoahk.openstreetmap.org",
+      "norbert.openstreetmap.org",
+      "ladon.openstreetmap.org",
+      "culebre.openstreetmap.org",
+      "gorynych.openstreetmap.org"
     ]
   }
 )