X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/97402948037953908f5c66fe3295838d02b5310c..15628b0e7ece90f39b98d5be02ddf5552ba408a6:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index c7dda68de..9ef7d15c8 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -18,20 +18,13 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { - :address => "130.117.76.9", - :prefix => "27", - :gateway => "130.117.76.1" + :address => "184.104.179.137" }, :inet6 => { - :address => "2001:978:2:2c::172:9", - :prefix => "64", - :gateway => "2001:978:2:2c::172:1", - :routes => { - "2001:470:1:b3b::/64" => { :type => "unreachable" } - } + :address => "2001:470:1:fa1::9" } } } @@ -52,6 +45,9 @@ default_attributes( :postgis => "3", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", + :api_flavour => "python", + :api_workers => 14, + :api_pool_size => 10, :config => { :forward_dependencies => "yes" }