X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ff044920428608b2c04507ad52d6ab52c9d6555f..2a3be76929b0a86a7cf206c3aef5151dfa2c2e5d:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 9bbaddd5c..7b2f4f1bd 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -5,16 +5,16 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth0.2801", :role => :internal, :family => :inet, :address => "10.0.0.11" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth0.2800", :role => :external, :family => :inet, - :address => "128.40.45.195" + :address => "193.60.236.12" } } }, @@ -22,7 +22,7 @@ default_attributes( :tune_cpu_scheduler => { :comment => "Tune CPU scheduler for server scheduling", :parameters => { - "kernel.sched_migration_cost" => 50000000, + "kernel.sched_migration_cost_ns" => 50000000, "kernel.sched_autogroup_enabled" => 0 } } @@ -30,6 +30,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]", + "role[ucl]", "role[hp-g5]" )