From f66588e69a4d002cc2a02ee78bd47515bb409970 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 20 Mar 2020 20:45:30 +0000 Subject: [PATCH] tilecache: obvious peers back --- roles/glaedr.rb | 5 ++++- roles/gorwen.rb | 5 ++++- roles/stormfly-01.rb | 5 ++++- roles/stormfly-02.rb | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) 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" + ] } ) -- 2.43.2