X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0abf66cbcc23b80bd50a9e91675f0d0988539a86..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index c6f34b1cb..7fb9edefc 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.9", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[ens18f0 ens18f1] } }, @@ -32,13 +35,13 @@ default_attributes( :settings => { :defaults => { :work_mem => "240MB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "500" } } }, :nominatim => { - :state => "off", + :state => "standalone", :dbcluster => "14/main", :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", @@ -48,5 +51,5 @@ default_attributes( run_list( "role[equinix-ams]", - "role[nominatim-v4]" + "role[nominatim]" )