]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
tilecache: storage tuning
[chef.git] / roles / jakelong.rb
index 7a213bbd46a650b9e342476d184c8228f643df78..4eff9e02a8a3184ddb18a7841b36d87fac0c2914 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "71.19.155.177",
         :prefix => "24",
-        :gateway => "71.19.155.10"
+        :gateway => "71.19.155.1"
       },
       :external_ipv6 => {
         :interface => "eth0",
@@ -18,7 +18,7 @@ default_attributes(
         :family => :inet6,
         :address => "2605:2700:0:17:a800:ff:fe3e:cdca",
         :prefix => "64",
-        :gateway => "fe80::260:ddff:fe46:623d"
+        :gateway => "2605:2700:0:17::1"
       }
     }
   },
@@ -26,6 +26,13 @@ default_attributes(
     :cache_mem => "1024 MB",
     :cache_dir => "coss /store/squid/coss-01 24000 block-size=8192 max-size=262144 membufs=30"
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "2048M"
+      }
+    }
+  },
   :sysctl => {
     :kvm => {
       :comment => "Tuning for KVM guest",
@@ -46,7 +53,6 @@ default_attributes(
     :tile_siblings => [
       "stormfly-02.openstreetmap.org",
       "ascalon.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org"
     ]