]> 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 b107b0ae6345709ac895aff26fab5110c4ba23ff..71e6b5d7cf079a45a0891cf1f150b31c9beed2ad 100644 (file)
@@ -9,11 +9,28 @@ default_attributes(
         :role => :external,
         :family => :inet,
         :address => "140.211.167.105"
+      },
+      :external_ipv6 => {
+        :interface => "em1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2605:bc80:3010:700::8cde:a769"
       }
     }
+  },
+  :squid => {
+    :cache_mem => "21000 MB",
+    :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+  },
+  :tilecache => {
+    :tile_parent => "usa.render.openstreetmap.org",
+    :tile_siblings => []
   }
 )
 
 run_list(
-  "role[osuosl]"
+  "role[osuosl]",
+  "role[hp-dl360-g6]",
+  "role[geodns]",
+  "role[tilecache]"
 )