X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/54eb0664d2dfa226bd4f8108d2e8ddede1788ec7..eda0faa323426615b78375067a62aecd41b9b5af:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 4f202e6bd..bed21e823 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -2,6 +2,9 @@ name "poldi" description "Master role applied to poldi" default_attributes( + :apt => { + :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] + }, :devices => { :areca_ld_tune => { :comment => "RAID arrays on areca", @@ -51,6 +54,7 @@ default_attributes( } }, :postgresql => { + :versions => [ "9.1" ], :settings => { :defaults => { :shared_buffers => "24GB", @@ -62,10 +66,15 @@ default_attributes( } }, :nominatim => { + :database => { + :cluster => "9.1/main", + :dbname => "nominatim", + :postgis => "2.0" + }, :fpm_pools => { :www => { :pm => "dynamic", - :max_children => "80" + :max_children => "70" }, :bulk => { :pm => "static", @@ -77,8 +86,10 @@ default_attributes( :plugins => { :sensors_volt => { :volt6 => { - :warning => "2.99:3.54", - :critical => "2.50:4.00" + :warning => "2.992:3.536" + }, + :volt10 => { + :warning => "2.71:3.29" } } }