X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8c9e22c57e15f81b21072fc7ae97878ce52f203d..b93f93e39e3d97f342ee1f78d3203b6b3d2c4dc8:/roles/vhagar.rb diff --git a/roles/vhagar.rb b/roles/vhagar.rb index b952a699f..c1d5b3b9d 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -17,29 +17,35 @@ default_attributes( :slaves => %w[eno1 eno2 eno3 eno4 eno5 eno6] } }, - :external => { + :external_he => { :interface => "bond0.3", :role => :external, + :metric => 150, + :source_route_table => 100, :inet => { - :address => "184.104.179.133" - }, - :inet6 => { - :address => "2001:470:1:fa1::5" + :address => "184.104.179.133", + :prefix => "27", + :gateway => "184.104.179.129" + } + }, + :external => { + :interface => "bond0.103", + :role => :external, + :source_route_table => 150, + :inet => { + :address => "82.199.86.101", + :prefix => "27", + :gateway => "82.199.86.97" } } } }, :nominatim => { - :state => "standalone", + :dbcluster => "17/main", :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", :api_flavour => "python", :api_workers => 24, - :api_pool_size => 10, - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :max_children => 200 - } - } + :api_pool_size => 8 } )