X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2d691940e6d5aa7fd466801901a44154f291c0a6..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/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]" )