X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ed381333f1c3b6e7e4cf8c1a09f7f96478f72b06..aa631a37ed7af957d7b0c6c80b0257c183428132:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index e0264e9d0..5ce024ec7 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -4,14 +4,20 @@ description "Master role applied to pummelzacken" default_attributes( :networking => { :interfaces => { + :bond => { + :interface => "bond0", + :bond => { + :slaves => %w[eno1 enp5s0f0] + } + }, :internal_ipv4 => { - :interface => "em1.2801", + :interface => "bond0.2801", :role => :internal, :family => :inet, :address => "10.0.0.20" }, :external_ipv4 => { - :interface => "em1.2800", + :interface => "bond0.2800", :role => :external, :family => :inet, :address => "193.60.236.18" @@ -19,7 +25,7 @@ default_attributes( } }, :postgresql => { - :versions => ["9.6"], + :versions => ["13"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -27,6 +33,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", + :effective_io_concurrency => "256", :fsync => "on" } } @@ -34,8 +41,13 @@ default_attributes( :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "9.6/main", + :dbcluster => "13/main", + :postgis => "3", + :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", + :config => { + :tokenizer => "icu" + }, :tablespaces => { "dosm" => "/ssd/tablespaces/dosm", "iosm" => "/ssd/tablespaces/iosm",