X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/eceff52f5c6f0d1e50fa1e9cc98878a6a883c6ed..19292cce10ddff756c298142883712568c19bee3:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 1c180ab8a..379e35f20 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -55,43 +55,10 @@ default_attributes( :address => "2001:630:12:500:2e0:81ff:fec5:333e" } } - }, - :postgresql => { - :settings => { - :defaults => { - :shared_buffers => "10GB", - :work_mem => "160MB", - :maintenance_work_mem => "10GB", - :random_page_cost => "1.5", - :effective_cache_size => "40GB", - :fsync => "on" - } - } - }, - :nominatim => { - :flatnode_file => "/ssd-old/nominatim/nodes.store", - :database => { - :cluster => "9.3/main", - :dbname => "nominatim", - :postgis => "2.1" - }, - :fpm_pools => { - :www => { - :port => "8000", - :pm => "dynamic", - :max_children => "60" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - } - } } ) run_list( "role[ic]", - "role[tyan-s7010]", - "role[nominatim-slave]" + "role[tyan-s7010]" )