X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c2706435c565a8c71487515de5390c4fe0642276..bf224da116c5a68ed9317a2433dfffd99b992ac4:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index a1e930e78..f444ded44 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -4,45 +4,48 @@ description "Master role applied to dulcy" default_attributes( :networking => { :interfaces => { - :external_ipv4 => { - :interface => "p18p1", - :role => :external, + :internal_ipv4 => { + :interface => "bond0", + :role => :internal, :family => :inet, - :address => "193.63.75.109", - :hwaddress => "0c:c4:7a:66:96:d2" + :address => "10.0.48.1", + :bond => { + :slaves => %w[p18p1 p18p2] + } }, - :external_ipv6 => { - :interface => "p18p1", + :external_ipv4 => { + :interface => "bond0.3", :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 => "130.117.76.1" + }, + # :external_ipv6 => { + # :interface => "bond0.3", + # :role => :external, + # :family => :inet6, + # :address => "2001:978:2:2C::172:1001" + # } } }, :postgresql => { - :versions => ["9.5"], + :versions => ["9.6"], :settings => { :defaults => { :work_mem => "300MB", :maintenance_work_mem => "10GB", :random_page_cost => "1.5", :effective_cache_size => "60GB", - :fsync => "on" + :fsync => "on", + :effective_io_concurrency => "3" } } }, :nominatim => { :state => "standalone", :enable_backup => false, - :dbadmins => %w(lonvia tomh), - :dbcluster => "9.5/main", + :enable_git_updates => true, + :dbadmins => %w[lonvia tomh], + :dbcluster => "9.6/main", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => {