]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Update to tilelog 1.3.0
[chef.git] / roles / nepomuk.rb
index 11c28546403bbbb002b098f3d4ead556553291e7..4035409b2bd1b11cc4c2e05e926c6c32a49e1503 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to nepomuk"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :firewall => {
       :inet => [
         {
@@ -46,10 +45,6 @@ default_attributes(
       }
     }
   },
-  :squid => {
-    :cache_mem => "7500 MB",
-    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
-  },
   :sysfs => {
     :hdd_tune => {
       :comment => "Tune the queue for improved performance",
@@ -57,23 +52,9 @@ default_attributes(
         "block/vda/queue/nr_requests" => "128"
       }
     }
-  },
-  :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org",
-    :tile_siblings => [
-      "noomoahk.openstreetmap.org",
-      "norbert.openstreetmap.org",
-      "necrosan.openstreetmap.org",
-      "trogdor.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org",
-      "ridgeback.openstreetmap.org",
-      "gorynych.openstreetmap.org"
-    ]
   }
 )
 
 run_list(
-  "role[lyonix]",
-  "role[tilecache]"
+  "role[lyonix]"
 )