]> git.openstreetmap.org Git - chef.git/blobdiff - roles/saphira.rb
Increase replication slots
[chef.git] / roles / saphira.rb
index dcb011087ad3b0a4d92c79c75ce610453572ec94..7da9a071463627441a88edbd8c9b6171110de997 100644 (file)
@@ -21,25 +21,10 @@ default_attributes(
         :gateway => "fe80::fcff:ffff:feff:ffff"
       }
     }
-  },
-  :squid => {
-    :cache_mem => "6100 MB",
-    :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
-  },
-  :tilecache => {
-    :tile_parent => "london.render.openstreetmap.org",
-    :tile_siblings => [
-      "trogdor.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org",
-      "ridgeback.openstreetmap.org",
-      "gorynych.openstreetmap.org"
-    ]
   }
 )
 
 run_list(
   "role[jump]",
-  "role[geodns]",
-  "role[tilecache]"
+  "role[geodns]"
 )