X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5d65f850c7bedbd18f68f6ba7ad2db87ed6387c2..d99bcca7c473dc4d4b19b3b64020d28b00030044:/roles/gorwen.rb diff --git a/roles/gorwen.rb b/roles/gorwen.rb index 20dc8929c..640c0599b 100644 --- a/roles/gorwen.rb +++ b/roles/gorwen.rb @@ -3,7 +3,7 @@ description "Master role applied to gorwen" default_attributes( :hardware => { - :shm_size => "10g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -27,7 +27,7 @@ default_attributes( }, :squid => { :version => 4, - :cache_mem => "6144 MB", + :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", @@ -43,11 +43,14 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org" + :tile_parent => "bogota.render.openstreetmap.org", + :tile_siblings => [ + "glaedr.openstreetmap.org" + ] } ) run_list( - "role[edgeuno]", + "role[edgeuno-co]", "role[tilecache]" )