From: Grant Slater Date: Fri, 20 Mar 2020 20:45:30 +0000 (+0000) Subject: tilecache: obvious peers back X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f66588e69a4d002cc2a02ee78bd47515bb409970 tilecache: obvious peers back --- diff --git a/roles/glaedr.rb b/roles/glaedr.rb index 19025b698..d4562c512 100644 --- a/roles/glaedr.rb +++ b/roles/glaedr.rb @@ -43,7 +43,10 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org" + :tile_parent => "bogota.render.openstreetmap.org", + :tile_siblings => [ + "gorwen.openstreetmap.org" + ] } ) diff --git a/roles/gorwen.rb b/roles/gorwen.rb index 773e389ce..640c0599b 100644 --- a/roles/gorwen.rb +++ b/roles/gorwen.rb @@ -43,7 +43,10 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org" + :tile_parent => "bogota.render.openstreetmap.org", + :tile_siblings => [ + "glaedr.openstreetmap.org" + ] } ) diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index eda9debcc..8d1830e2e 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -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" + ] } ) diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 25cce34ae..c09c268fb 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -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" + ] } )