X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e947590c6a42789d8a1c240331d85ca637274ed4..41bdac8f1d96696cd28642ef0247a07ed59cfae8:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 1799f18dc..c57c56e0f 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -3,7 +3,10 @@ description "Master role applied to gorynych" default_attributes( :hardware => { - :shm_size => "18g" + :ipmi => { + :excluded_sensors => [3, 4] + }, + :shm_size => "20g" }, :munin => { :plugins => { @@ -54,6 +57,14 @@ default_attributes( "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" ] }, + :nginx => { + :cache => { + :proxy => { + :directory => "/store/nginx-cache/proxy-cache", + :max_size => "32768M" + } + } + }, :tilecache => { :tile_parent => "moscow.render.openstreetmap.org" }