X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68e068818d559ef35bdf2a138a93596337828ef9..644f12460af63db5fa70baa490def90dd7374ad7:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index abce74926..9a19c5b2d 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -4,11 +4,12 @@ description "Master role applied to odin" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.48.15", + :inet => { + :address => "10.0.48.15" + }, :bond => { :mode => "802.3ad", :lacprate => "fast", @@ -16,25 +17,21 @@ default_attributes( :slaves => %w[eno1 eno2] } }, - :external_ipv4 => { - :interface => "bond0.2", + :external => { + :interface => "bond0.3", :role => :external, - :family => :inet, - :address => "130.117.76.15" - }, - :external_ipv6 => { - :interface => "bond0.2", - :role => :external, - :family => :inet6, - :address => "2001:978:2:2C::172:F" + :inet => { + :address => "184.104.179.143" + }, + :inet6 => { + :address => "2001:470:1:fa1::f" + } } } }, :postgresql => { :settings => { :defaults => { - :shared_buffers => "8GB", - :maintenance_work_mem => "7144MB", :effective_cache_size => "16GB" } } @@ -50,7 +47,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "14/main", + :cluster => "16/main", :postgis => "3" }, :mapnik => "3.1",