]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
tilecache: remove peers from azure + stormfly-02
[chef.git] / roles / stormfly-02.rb
index 47307292dd0122401964447e08e232f867d12a4c..71e6b5d7cf079a45a0891cf1f150b31c9beed2ad 100644 (file)
@@ -8,9 +8,7 @@ default_attributes(
         :interface => "em1",
         :role => :external,
         :family => :inet,
-        :address => "140.211.167.105",
-        :prefix => "28",
-        :gateway => "140.211.167.97"
+        :address => "140.211.167.105"
       },
       :external_ipv6 => {
         :interface => "em1",
@@ -25,13 +23,8 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org",
-    :tile_siblings => [
-      "ascalon.openstreetmap.org",
-      "jakelong.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "lurien.openstreetmap.org"
-    ]
+    :tile_parent => "usa.render.openstreetmap.org",
+    :tile_siblings => []
   }
 )