X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/95aa82e2ca5501be6c311bd8d5e06d084514ccc9..6b191f27ba13c5627fca7e56cf1c7e99a2c70572:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 54f42d5b4..71e6b5d7c 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -3,7 +3,6 @@ description "Master role applied to stormfly-02" default_attributes( :networking => { - :netplan => true, :interfaces => { :external_ipv4 => { :interface => "em1", @@ -24,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 => [] } )