X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/29fe4d397de499fbd9b7f7dcf9a5693023ab1a7a..922630d7504ed1a3fae8da5d253a917a30e72cdb:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 879a11a3d..718b288a5 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -10,17 +10,10 @@ default_attributes( :jburgess => { :status => :administrator } } }, - :munin => { - :plugins => { - :chrony => { - :systime => { :warning => "100", :critical => "250" } - } - } - }, :networking => { :roles => { - :internal => { :metric => 200, :zone => "loc" }, - :external => { :metric => 100, :zone => "osm" } + :internal => { :metric => 200 }, + :external => { :metric => 100 } }, :search => ["openstreetmap.org"] }, @@ -74,10 +67,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 => { @@ -96,7 +88,6 @@ run_list( "recipe[devices]", "recipe[hardware]", "recipe[prometheus]", - "recipe[munin::plugins]", "recipe[networking]", "recipe[exim]", "recipe[ntp]",