]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
Resync exim config with upstream default
[chef.git] / roles / jakelong.rb
index 9acde915a85f8af8b5f0f390ecfb7a1d35f98119..cd8bcb17b6a6cc424c54386cead78f18a15d64a4 100644 (file)
@@ -2,8 +2,10 @@ name "jakelong"
 description "Master role applied to jakelong"
 
 default_attributes(
+  :hardware => {
+    :shm_size => "3g"
+  },
   :networking => {
-    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "eth0",
@@ -24,8 +26,22 @@ default_attributes(
     }
   },
   :squid => {
+    :version => 4,
     :cache_mem => "1024 MB",
-    :cache_dir => "coss /store/squid/coss-01 24000 block-size=8192 max-size=262144 membufs=30"
+    :cache_dir => [
+      "rock /store/squid/rock-4096 3840 swap-timeout=200 slot-size=4096 max-size=3996",
+      "rock /store/squid/rock-8192 4800 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092",
+      "rock /store/squid/rock-16384 6720 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284",
+      "rock /store/squid/rock-32768 8640 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
+    ]
+  },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :keys_zone => "proxy_cache_zone:64M",
+        :max_size => "2048M"
+      }
+    }
   },
   :sysctl => {
     :kvm => {
@@ -43,14 +59,7 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "sanfrancisco.render.openstreetmap.org",
-    :tile_siblings => [
-      "stormfly-02.openstreetmap.org",
-      "ascalon.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org"
-    ]
+    :tile_parent => "sanfrancisco.render.openstreetmap.org"
   }
 )