]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Bump cookstyle from 7.28.2 to 7.30.1
[chef.git] / roles / nepomuk.rb
index 1240179c225c9dabd7a052debf375282e82a5d30..4035409b2bd1b11cc4c2e05e926c6c32a49e1503 100644 (file)
@@ -45,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",
@@ -56,22 +52,9 @@ default_attributes(
         "block/vda/queue/nr_requests" => "128"
       }
     }
-  },
-  :tilecache => {
-    :tile_parent => "france.render.openstreetmap.org",
-    :tile_siblings => [
-      # "necrosan.openstreetmap.org", # IO Overloaded
-      # "nepomuk.openstreetmap.org",
-      "noomoahk.openstreetmap.org",
-      "norbert.openstreetmap.org",
-      "ladon.openstreetmap.org",
-      "culebre.openstreetmap.org",
-      "gorynych.openstreetmap.org"
-    ]
   }
 )
 
 run_list(
-  "role[lyonix]",
-  "role[tilecache]"
+  "role[lyonix]"
 )