X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2d691940e6d5aa7fd466801901a44154f291c0a6..d2a0a1163cec42e48cc5585f8dd2a8318997a485:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index ac7755054..536e33a63 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -17,19 +17,9 @@ default_attributes( :address => "193.60.236.12" } } - }, - :sysctl => { - :tune_cpu_scheduler => { - :comment => "Tune CPU scheduler for server scheduling", - :parameters => { - "kernel.sched_migration_cost_ns" => 50000000, - "kernel.sched_autogroup_enabled" => 0 - } - } } ) run_list( - "role[ucl]", - "role[hp-g5]" + "role[ucl]" )