X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6f697d5a41b284214af9654c45d47349e3aff900..8e05d9637d9edc4e9f8dce85936b65bba2c3feb8:/roles/odin.rb diff --git a/roles/odin.rb b/roles/odin.rb index 8263b6e78..178fd97db 100644 --- a/roles/odin.rb +++ b/roles/odin.rb @@ -5,27 +5,28 @@ default_attributes( :networking => { :interfaces => { :internal => { - :interface => "bond0", - :role => :internal, :inet => { :address => "10.0.48.15" }, :bond => { - :mode => "802.3ad", - :lacprate => "fast", - :xmithashpolicy => "layer3+4", :slaves => %w[eno1np0 eno2np1] } }, - :external => { - :interface => "bond0.3", - :role => :external, + :henet => { :inet => { :address => "184.104.179.143" }, :inet6 => { :address => "2001:470:1:fa1::f" } + }, + :equinix => { + :inet => { + :address => "82.199.86.111" + }, + :inet6 => { + :address => "2001:4d78:500:5e3::f" + } } } },