]> git.openstreetmap.org Git - chef.git/commitdiff
tilecache: obvious peers back
authorGrant Slater <git@firefishy.com>
Fri, 20 Mar 2020 20:45:30 +0000 (20:45 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 20 Mar 2020 20:45:30 +0000 (20:45 +0000)
roles/glaedr.rb
roles/gorwen.rb
roles/stormfly-01.rb
roles/stormfly-02.rb

index 19025b698e388b3f1b6379c343487a6f269f9811..d4562c512e6320d4155f3b91f61ba43eae9d3609 100644 (file)
@@ -43,7 +43,10 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "bogota.render.openstreetmap.org"
+    :tile_parent => "bogota.render.openstreetmap.org",
+    :tile_siblings => [
+      "gorwen.openstreetmap.org"
+    ]
   }
 )
 
index 773e389cefb8c4f4628a44430a559dc6a3849e26..640c0599bbf6a3987a232f8b091e13dce2243280 100644 (file)
@@ -43,7 +43,10 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "bogota.render.openstreetmap.org"
+    :tile_parent => "bogota.render.openstreetmap.org",
+    :tile_siblings => [
+      "glaedr.openstreetmap.org"
+    ]
   }
 )
 
index eda9debcc0ef9a580ae398b82b86304964f1bc43..8d1830e2ed1137c14189f12bb936ad6451d0815a 100644 (file)
@@ -39,7 +39,10 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org"
+    :tile_parent => "corvallis.render.openstreetmap.org",
+    :tile_siblings => [
+      "stormfly-02.openstreetmap.org"
+    ]
   }
 )
 
index 25cce34ae4e02fa0394374e6d691cd698e645164..c09c268fbe3d0cd063109bad9944b615a88ec75d 100644 (file)
@@ -39,7 +39,10 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org"
+    :tile_parent => "corvallis.render.openstreetmap.org",
+    :tile_siblings => [
+      "stormfly-01.openstreetmap.org"
+    ]
   }
 )