X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..93a486818f8a4a2fd55afa8c00e6226bc3b2462f:/roles/vhagar.rb diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 304b212db..fc482f341 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -18,25 +18,24 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { - :address => "130.117.76.5" + :address => "184.104.179.133" }, :inet6 => { - :address => "2001:978:2:2c::172:5" + :address => "2001:470:1:fa1::5" } } } }, :nominatim => { :state => "standalone", + :dbcluster => "15/main", :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :max_children => 200 - } - } + :api_flavour => "python", + :api_workers => 24, + :api_pool_size => 8 } )