X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/97402948037953908f5c66fe3295838d02b5310c..44e0f4953cfed15830b936cbec75e92ed17a92d6:/roles/odin.rb?ds=sidebyside diff --git a/roles/odin.rb b/roles/odin.rb index 6d29b734c..9a19c5b2d 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -18,20 +18,13 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { - :address => "130.117.76.15", - :prefix => "27", - :gateway => "130.117.76.1" + :address => "184.104.179.143" }, :inet6 => { - :address => "2001:978:2:2c::172:f", - :prefix => "64", - :gateway => "2001:978:2:2c::172:1", - :routes => { - "2001:470:1:b3b::/64" => { :type => "unreachable" } - } + :address => "2001:470:1:fa1::f" } } } @@ -39,8 +32,6 @@ default_attributes( :postgresql => { :settings => { :defaults => { - :shared_buffers => "8GB", - :maintenance_work_mem => "7144MB", :effective_cache_size => "16GB" } } @@ -56,7 +47,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "14/main", + :cluster => "16/main", :postgis => "3" }, :mapnik => "3.1",