X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4ad1c3e037df10b4b092b3c0c114150a78917f0a..11b6e90e603d624cca279eefe4e8d4a26fb56aef:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index b1d9bff2f..0aa526bca 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -23,57 +23,9 @@ default_attributes( :address => "193.60.236.18" } } - }, - :postgresql => { - :versions => ["13"], - :settings => { - :defaults => { - :listen_addresses => "10.0.0.20", - :work_mem => "160MB", - :maintenance_work_mem => "10GB", - :random_page_cost => "1.5", - :effective_cache_size => "60GB", - :effective_io_concurrency => "256", - :fsync => "on" - } - } - }, - :apache => { - :event => { - :max_request_workers => 3000, - :threads_per_child => 70 - } - }, - :nominatim => { - :state => "standalone", - :dbadmins => %w[lonvia tomh], - :dbcluster => "13/main", - :postgis => "3", - :enable_backup => true, - :flatnode_file => "/ssd/nominatim/nodes.store", - :tablespaces => { - "dosm" => "/ssd/tablespaces/dosm", - "iosm" => "/ssd/tablespaces/iosm", - "dplace" => "/ssd/tablespaces/dplace", - "iplace" => "/ssd/tablespaces/iplace", - "daddress" => "/ssd/tablespaces/daddress", - "iaddress" => "/ssd/tablespaces/iaddress", - "dsearch" => "/ssd/tablespaces/dsearch", - "isearch" => "/ssd/tablespaces/isearch", - "daux" => "/data/tablespaces/daux", - "iaux" => "/data/tablespaces/iaux" - }, - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :pm => "dynamic", - :max_children => 120, - :prometheus_port => 9253 - } - } } ) run_list( - "role[ucl]", - "role[nominatim]" + "role[ucl]" )