]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ladon.rb
nominatim: location of config file for nominatim-ui has changed
[chef.git] / roles / ladon.rb
index 5534b0836f10df3121de570774acc6676ffb5773..c777bc6700221da7a7e6d5de784bee97628ca70a 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
           :mode => "802.3ad",
           :miimon => "100",
           :xmithashpolicy => "layer3+4",
-          :slaves => %w[eth0 eth1]
+          :slaves => %w[ens1f0 ens1f1]
         }
       },
       :external_ipv6 => {
@@ -42,14 +42,7 @@ default_attributes(
     ]
   },
   :tilecache => {
-    :tile_parent => "athens.render.openstreetmap.org",
-    :tile_siblings => [
-      "trogdor.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org",
-      "ridgeback.openstreetmap.org",
-      "gorynych.openstreetmap.org"
-    ]
+    :tile_parent => "athens.render.openstreetmap.org"
   }
 )