X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6393de85ce947f2ca1dc38365c779b748ed966b5..3c0b0291d8da98704bc52eef5229776fbcbd00b1:/roles/simurgh.rb diff --git a/roles/simurgh.rb b/roles/simurgh.rb index 232d25fcb..3be91b44e 100644 --- a/roles/simurgh.rb +++ b/roles/simurgh.rb @@ -5,7 +5,7 @@ default_attributes( :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "ens32", :role => :external, :family => :inet, :address => "94.20.20.55", @@ -18,14 +18,19 @@ default_attributes( :cache_mem => "6400 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, + :nginx => { + :cache => { + :proxy => { + :max_size => "2048M" + } + } + }, :tilecache => { :tile_parent => "baku.render.openstreetmap.org", :tile_siblings => [ - "tabaluga.openstreetmap.org", - "fume.openstreetmap.org", - "nepomuk.openstreetmap.org", - "ridgeback.openstreetmap.org", - "trogdor.openstreetmap.org" + "katie.openstreetmap.org", + "konqi.openstreetmap.org", + "ridgeback.openstreetmap.org" ] } )