X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1ae223cfae9257cff7c851bd0f0c4d403986c04f..85625531ef385b5be17fe2b0de369e3f1af2527b:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 366f6fa94..f444ded44 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -4,26 +4,27 @@ 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 => { @@ -42,7 +43,7 @@ default_attributes( :nominatim => { :state => "standalone", :enable_backup => false, - :enable_git_updates => false, + :enable_git_updates => true, :dbadmins => %w[lonvia tomh], :dbcluster => "9.6/main", :flatnode_file => "/ssd/nominatim/nodes.store",