X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..5f273f1b91609cb4b5d1c1cfbd145b8f0e494202:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 2c373e4d5..0d0300b86 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -2,9 +2,6 @@ name "draco" description "Master role applied to draco" default_attributes( - :apt => { - :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -14,17 +11,17 @@ default_attributes( :address => "10.0.0.11" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.168.95" + :address => "193.60.236.12" } } }, :sysctl => { :tune_cpu_scheduler => { :comment => "Tune CPU scheduler for server scheduling", - :parameters => { + :parameters => { "kernel.sched_migration_cost" => 50000000, "kernel.sched_autogroup_enabled" => 0 } @@ -33,5 +30,6 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-slough]", + "role[hp-g5]" )