X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/388687b7120815bc61f49de6c5dd0ea793dad67b..418848d98ef1254285289a7a78724b89d790d76e:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 47307292d..71e6b5d7c 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -8,9 +8,7 @@ default_attributes( :interface => "em1", :role => :external, :family => :inet, - :address => "140.211.167.105", - :prefix => "28", - :gateway => "140.211.167.97" + :address => "140.211.167.105" }, :external_ipv6 => { :interface => "em1", @@ -25,13 +23,8 @@ default_attributes( :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { - :tile_parent => "corvallis.render.openstreetmap.org", - :tile_siblings => [ - "ascalon.openstreetmap.org", - "jakelong.openstreetmap.org", - "nepomuk.openstreetmap.org", - "lurien.openstreetmap.org" - ] + :tile_parent => "usa.render.openstreetmap.org", + :tile_siblings => [] } )