X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd4556b58140de3140b783be7ad50f5505211425..429eabfe276117f01053ffbf66c291ae72ea3f9c:/roles/tuatara.rb diff --git a/roles/tuatara.rb b/roles/tuatara.rb index ee4f3f654..018542645 100644 --- a/roles/tuatara.rb +++ b/roles/tuatara.rb @@ -8,22 +8,21 @@ default_attributes( :interface => "eno1", :role => :external, :family => :inet, - :address => "103.106.66.202", - :prefix => "24", - :gateway => "103.106.66.254" + :address => "114.23.141.203", + :prefix => "29", + :gateway => "114.23.141.201" } } }, :squid => { - :cache_mem => "75000 MB", + :cache_mem => "7500 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, :tilecache => { :tile_parent => "wellington.render.openstreetmap.org", :tile_siblings => [ - "longma.openstreetmap.org", - "storfly-02.openstreetmap.org", - "jakelong.openstreetmap.org" + "waima.openstreetmap.org", + "longma.openstreetmap.org" ] } )