X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f263015bff089f1d2ae00159cb5ae99c3d5f2850..e693cad1797b863b72437a1f06850e9c98b45ba1:/roles/vhagar.rb diff --git a/roles/vhagar.rb b/roles/vhagar.rb index b06027cab..c1d5b3b9d 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -17,26 +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", - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :max_children => 200 - } - } + :api_flavour => "python", + :api_workers => 24, + :api_pool_size => 8 } )