]> git.openstreetmap.org Git - chef.git/blobdiff - roles/viserion.rb
Allow some extra apache processes to account for graceful termination
[chef.git] / roles / viserion.rb
index 1005efb8f09538f13cf0c6c26d72df3e7b4fef61..a951929020dd9fddc68178d7182afdf5c1739264 100644 (file)
@@ -29,27 +29,10 @@ default_attributes(
         :prefix => "64",
         :gateway => "2001:b68:4cff:3::1"
       }
-    },
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4",
-      "2001:4860:4860::8888",
-      "2001:4860:4860::8844"
-    ]
-  },
-  :squid => {
-    :cache_mem => "35000 MB",
-    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
-  },
-  :tilecache => {
-    :tile_parent => "pula.render.openstreetmap.org",
-    :tile_siblings => [
-      "drogon.openstreetmap.org"
-    ]
+    }
   }
 )
 
 run_list(
-  "role[carnet]",
-  "role[tilecache]"
+  "role[carnet]"
 )