X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9c69d3d41616820e83728ca063fbf7f62562d932..7d537eb5d7627524e24c7d3f404b6472e0130657:/roles/norbert.rb diff --git a/roles/norbert.rb b/roles/norbert.rb index 5bac68a14..357dc0d5a 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -2,49 +2,44 @@ name "norbert" description "Master role applied to norbert" default_attributes( - :accounts => { - :users => { - :yellowbkpk => { :status => :administrator }, - :pnorman => { :status => :user } - } - }, - :exim => { - :aliases => { - :root => "yellowbkpk" - } - }, :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, - :family => :inet, - :address => "10.0.0.5" + :internal => { + :inet => { + :address => "10.0.48.17" + }, + :bond => { + :slaves => %w[enp25s0f0 enp25s0f1] + } }, - :external_ipv4 => { - :interface => "eth1", - :role => :external, - :family => :inet, - :address => "193.60.236.17" + :henet => { + :inet => { + :address => "184.104.179.145" + }, + :inet6 => { + :address => "2001:470:1:fa1::11" + } + }, + :equinix => { + :inet => { + :address => "82.199.86.113" + }, + :inet6 => { + :address => "2001:4d78:500:5e3::11" + } } } }, - :sysfs => { - :hdd_tune => { - :comment => "Tune the queue for improved performance", - :parameters => { - "block/cciss\!c0d0/queue/nr_requests" => "512", - "block/cciss\!c0d1/queue/nr_requests" => "512", - "block/cciss\!c0d0/queue/scheduler" => "noop", - "block/cciss\!c0d1/queue/scheduler" => "noop", - "block/sda/queue/nr_requests" => "512", - "block/sda/queue/scheduler" => "deadline" - } - } + :planet => { + :replication => "enabled" } ) run_list( - "role[ucl-slough]", - "role[hp-g5]" + "role[equinix-ams-public]", + "role[geodns]", + "role[backup]", + "role[planet]", + "role[planetdump]", + "recipe[tilelog]" )