X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4e80879eefd99832cbbd370c7403cc2526ef663a..7dfbb756921020fab762bc6331af5935c9bd5763:/roles/vipertooth.rb diff --git a/roles/vipertooth.rb b/roles/vipertooth.rb index a0f4d4cdb..e91318a99 100644 --- a/roles/vipertooth.rb +++ b/roles/vipertooth.rb @@ -2,11 +2,14 @@ name "vipertooth" description "Master role applied to vipertooth" default_attributes( + :hardware => { + :shm_size => "18g" + }, :location => "Kiev, Ukraine", :networking => { :interfaces => { :external_ipv4 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet, :address => "176.122.99.101", @@ -14,7 +17,7 @@ default_attributes( :gateway => "176.122.99.126" }, :external_ipv6 => { - :interface => "eth0", + :interface => "ens160", :role => :external, :family => :inet6, :address => "2001:67c:2d40::65", @@ -24,17 +27,17 @@ default_attributes( } }, :squid => { - :cache_mem => "16000 MB", - :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" + :version => 4, + :cache_mem => "16384 MB", + :cache_dir => [ + "rock /store/squid/rock-4096 20000 swap-timeout=200 slot-size=4096 max-size=3996", + "rock /store/squid/rock-8192 25000 swap-timeout=200 slot-size=8192 min-size=3997 max-size=8092", + "rock /store/squid/rock-16384 35000 swap-timeout=200 slot-size=16384 min-size=8093 max-size=16284", + "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" + ] }, :tilecache => { - :tile_parent => "kiev.render.openstreetmap.org", - :tile_siblings => [ - "cmok.openstreetmap.org", - "sarkany.openstreetmap.org", - "kalessin.openstreetmap.org", - "konqi.openstreetmap.org" - ] + :tile_parent => "kiev.render.openstreetmap.org" } )