X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/60e1fc9aacf2df475061326987658fa729c5840b..f4e4d77e318f2130d2f410d118a5bd720ece3bbd:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index ec2ac08b6..9f63dd0c0 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -2,9 +2,6 @@ name "pummelzacken" description "Master role applied to pummelzacken" default_attributes( - :apt => { - :sources => ["postgresql"] - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -29,11 +26,13 @@ default_attributes( :work_mem => "160MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", - :effective_cache_size => "60GB" + :effective_cache_size => "60GB", + :fsync => "on" } } }, :nominatim => { + :state => "standalone", :dbadmins => %w(lonvia tomh), :dbcluster => "9.5/main", :flatnode_file => "/ssd/nominatim/nodes.store", @@ -48,12 +47,11 @@ default_attributes( "isearch" => "/ssd/tablespaces/isearch", "daux" => "/data/tablespaces/daux", "iaux" => "/data/tablespaces/iaux" - }, - :revision => "cmake-port" + } } ) run_list( "role[ucl-wolfson]", - "role[nominatim-base]" + "role[nominatim]" )