X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/85625531ef385b5be17fe2b0de369e3f1af2527b..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index f444ded44..51f6efab8 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -8,23 +8,23 @@ default_attributes( :interface => "bond0", :role => :internal, :family => :inet, - :address => "10.0.48.1", + :address => "10.0.48.9", :bond => { :slaves => %w[p18p1 p18p2] } }, :external_ipv4 => { - :interface => "bond0.3", + :interface => "bond0.2", :role => :external, :family => :inet, - :address => "130.117.76.1" + :address => "130.117.76.9" }, - # :external_ipv6 => { - # :interface => "bond0.3", - # :role => :external, - # :family => :inet6, - # :address => "2001:978:2:2C::172:1001" - # } + :external_ipv6 => { + :interface => "bond0.2", + :role => :external, + :family => :inet6, + :address => "2001:978:2:2C::172:9" + } } }, :postgresql => { @@ -46,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 => { @@ -73,6 +74,6 @@ default_attributes( ) run_list( - "role[ic]", + "role[equinix]", "role[nominatim]" )