X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..b86b20ea2cfe55a288ecf4307fb13037511b1968:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index a7f836e18..03d0d59b3 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -14,17 +14,17 @@ default_attributes( :mode => "802.3ad", :lacprate => "fast", :xmithashpolicy => "layer3+4", - :slaves => %w[eno1 eno2] + :slaves => %w[eno1np0 eno2np1] } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { - :address => "130.117.76.15" + :address => "184.104.179.143" }, :inet6 => { - :address => "2001:978:2:2c::172:f" + :address => "2001:470:1:fa1::f" } } } @@ -32,8 +32,6 @@ default_attributes( :postgresql => { :settings => { :defaults => { - :shared_buffers => "8GB", - :maintenance_work_mem => "7144MB", :effective_cache_size => "16GB" } } @@ -49,7 +47,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "14/main", + :cluster => "16/main", :postgis => "3" }, :mapnik => "3.1",