X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2cd6a527ccf654edd83ce73cbd897f900e3537ef..901782e5452c232c7e6f644f2c56a3903b09edf3:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 481fc50e2..f20cf2ec8 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -3,7 +3,7 @@ description "Master role applied to ascalon" default_attributes( :hardware => { - :shm_size => "18g" + :shm_size => "20g" }, :networking => { :interfaces => { @@ -28,12 +28,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "montreal.render.openstreetmap.org", - :tile_siblings => [ - "stormfly-02.openstreetmap.org", - "azure.openstreetmap.org", - "jakelong.openstreetmap.org" - ] + :tile_parent => "montreal.render.openstreetmap.org" } )