X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/29fe4d397de499fbd9b7f7dcf9a5693023ab1a7a..c35208b70423d33beac7969cdf59c13b6398d2bf:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 879a11a3d..d37a4097d 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -19,8 +19,8 @@ default_attributes( }, :networking => { :roles => { - :internal => { :metric => 200, :zone => "loc" }, - :external => { :metric => 100, :zone => "osm" } + :internal => { :metric => 200 }, + :external => { :metric => 100 } }, :search => ["openstreetmap.org"] }, @@ -74,10 +74,9 @@ default_attributes( } }, :default_qdisc => { - :comment => "Use fq as the default queuing discipline and cubic for congestion control", + :comment => "Use fq as the default queuing discipline", :parameters => { - "net.core.default_qdisc" => "fq", - "net.ipv4.tcp_congestion_control" => "cubic" + "net.core.default_qdisc" => "fq" } }, :tune_cpu_scheduler => {