X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..97a05ad643adb041d0f9fdadf249684186bf0204:/roles/draco.rb diff --git a/roles/draco.rb b/roles/draco.rb index 1384b7a6d..536e33a63 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -2,36 +2,24 @@ name "draco" description "Master role applied to draco" default_attributes( - :apt => { - :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ] - }, :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "enp3s0f0.2801", :role => :internal, :family => :inet, :address => "10.0.0.11" }, :external_ipv4 => { - :interface => "eth1", + :interface => "enp3s0f0.2800", :role => :external, :family => :inet, - :address => "128.40.168.95" - } - } - }, - :sysctl => { - :tune_cpu_scheduler => { - :comment => "Tune CPU scheduler for server scheduling", - :parameters => { - "kernel.sched_migration_cost" => 50000000, - "kernel.sched_autogroup_enabled" => 0 + :address => "193.60.236.12" } } } ) run_list( - "role[ucl-wates]" + "role[ucl]" )