X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b725125af1a56b4dcad5b731d31d5585e3f3be66..1979164dcd63295f558af65a16de29f65120dbdf:/roles/longma.rb?ds=sidebyside diff --git a/roles/longma.rb b/roles/longma.rb index b67537fa5..14a634c9c 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -36,13 +36,13 @@ default_attributes( :defaults => { :max_connections => "550", :work_mem => "240MB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbcluster => "14/main", :postgis => "3", :enable_qa_tiles => true, @@ -52,11 +52,14 @@ default_attributes( "nominatim.openstreetmap.org" => { :max_children => 200 } + }, + :config => { + :forward_dependencies => "yes" } } ) run_list( "role[equinix-dub]", - "role[nominatim-v4]" + "role[nominatim]" )