X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8a4a9679c8e490910bded7466efe9b46ed23884a..562a0079ecbb7986653f018bf9cdaaf2b053d873:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 2911bdfb3..8094e63c0 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -2,6 +2,10 @@ name "tabaluga" description "Master role applied to tabaluga" default_attributes( + :dhcpd => { + :first_address => "10.0.62.1", + :last_address => "10.0.62.254" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -10,6 +14,9 @@ default_attributes( :family => :inet, :address => "10.0.48.14", :bond => { + :mode => "802.3ad", + :lacprate => "fast", + :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2] } }, @@ -30,6 +37,8 @@ default_attributes( ) run_list( - "role[equinix]", - "role[hp-g9]" + "role[equinix-ams]", + "role[hp-g9]", + "role[wiki]", + "recipe[dhcpd]" )