X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/73bc6e38f5f493a664a9439c44cd7ad49ff234a3..d1431acb11401014ee807cb1c1c2793136c8e25d:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index afb38e151..6639332e3 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -10,7 +10,7 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet, :address => "140.110.240.7", @@ -18,7 +18,7 @@ default_attributes( :gateway => "140.110.240.254" }, :external_ipv6 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet6, :address => "2001:e10:2000:240::7", @@ -32,7 +32,12 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :tile_parent => "hsinchu.render.openstreetmap.org" + :tile_parent => "hsinchu.render.openstreetmap.org", + :tile_siblings => [ + "balerion.openstreetmap.org", + "waima.openstreetmap.org", + "tuatara.openstreetmap.org" + ] } )