X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5818514f2355d672e5bed4f54d349cca58e453de..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 8223638c9..51f6efab8 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -4,25 +4,26 @@ description "Master role applied to dulcy" default_attributes( :networking => { :interfaces => { + :internal_ipv4 => { + :interface => "bond0", + :role => :internal, + :family => :inet, + :address => "10.0.48.9", + :bond => { + :slaves => %w[p18p1 p18p2] + } + }, :external_ipv4 => { - :interface => "p18p1", + :interface => "bond0.2", :role => :external, :family => :inet, - :address => "193.63.75.109", - :hwaddress => "0c:c4:7a:66:96:d2" + :address => "130.117.76.9" }, :external_ipv6 => { - :interface => "p18p1", + :interface => "bond0.2", :role => :external, :family => :inet6, - :address => "2001:630:12:500:ec4:7aff:fe66:96d2" - }, - :internal_ipv4 => { - :interface => "p18p2", - :role => :internal, - :family => :inet, - :address => "146.179.159.179", - :hwaddress => "0c:c4:7a:66:96:d3" + :address => "2001:978:2:2C::172:9" } } }, @@ -34,7 +35,7 @@ default_attributes( :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "off", + :fsync => "on", :effective_io_concurrency => "3" } } @@ -45,6 +46,7 @@ default_attributes( :enable_git_updates => true, :dbadmins => %w[lonvia tomh], :dbcluster => "9.6/main", + :postgis => "2.3", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => { @@ -72,6 +74,6 @@ default_attributes( ) run_list( - "role[ic]", + "role[equinix]", "role[nominatim]" )