X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68a7a97c27d04dd01ce9dc8f139da5d58686d40c..e7079dd2fb8ce60491718872e14f7d8272376c21:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 8aefdaf82..7bb870f71 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,6 +66,11 @@ default_attributes( } }, :nominatim => { + :database => { + :cluster => "9.1/main", + :dbname => "nominatim", + :postgis => "2.0" + }, :fpm_pools => { :www => { :pm => "dynamic", @@ -69,7 +78,7 @@ default_attributes( }, :bulk => { :pm => "static", - :max_children => "9" + :max_children => "10" } } }, @@ -88,6 +97,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wates]", "role[nominatim]" )