]> git.openstreetmap.org Git - chef.git/blobdiff - roles/angor.rb
tilecache: remove trogdor as peer from angor
[chef.git] / roles / angor.rb
index 34af680e4578cfcd936a38a8fd2e9c306941ecbd..65dfc1ed1f6e4151a2e987bb449e35c70d7e9963 100644 (file)
@@ -17,7 +17,8 @@ default_attributes(
         :role => :external,
         :family => :inet6,
         :address => "2001:43f8:1f4:b00:b283:feff:fed8:dd45",
-        :prefix => "64"
+        :prefix => "64",
+        :gateway => "2001:43f8:1f4:b00::1"
       }
     }
   },
@@ -26,9 +27,8 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "london.render.openstreetmap.org",
+    :tile_parent => "capetown.render.openstreetmap.org",
     :tile_siblings => [
-      "trogdor.openstreetmap.org",
       "katie.openstreetmap.org",
       "konqi.openstreetmap.org",
       "ridgeback.openstreetmap.org",
@@ -39,5 +39,6 @@ default_attributes(
 
 run_list(
   "role[inxza]",
-  "role[tilecache]"
+  "role[tilecache]",
+  "role[ftp]"
 )