X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/905d99c6ae2173352781dde5775e8400fa8ac0fb..c954aeff2861e3c9fcd8e236f08a2b15f4a00202:/roles/norbert.rb?ds=inline diff --git a/roles/norbert.rb b/roles/norbert.rb index b94298604..ae57f844b 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -10,6 +10,9 @@ default_attributes( :family => :inet, :address => "10.0.48.17", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[enp25s0f0 enp25s0f1] } }, @@ -27,11 +30,17 @@ default_attributes( } } + }, + :planet => { + :replication => "enabled" } ) run_list( "role[equinix-ams]", "role[geodns]", - "role[planet]" + "role[backup]", + "role[planet]", + "role[planetdump]", + "recipe[tilelog]" )