]> git.openstreetmap.org Git - chef.git/blobdiff - roles/norbert.rb
tilecache: storage tuning
[chef.git] / roles / norbert.rb
index c998fb12a6a1eb04a7cb64149c59b7d70ac6959c..d86bd088c8b1bc741404b266a80dfe6ea57ea2a5 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to norbert"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "ens18",
@@ -27,14 +26,18 @@ default_attributes(
     :cache_mem => "7500 MB",
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "2048M"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "france.render.openstreetmap.org",
     :tile_siblings => [
       "noomoahk.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "necrosan.openstreetmap.org",
-      "ladon.openstreetmap.org",
-      "culebre.openstreetmap.org"
+      "ladon.openstreetmap.org"
     ]
   }
 )