X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a06cddc2d0088449232595cb600b9a04034fa74d..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 14a634c9c..23ce9dafb 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -4,11 +4,12 @@ description "Master role applied to longma" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.64.13", + :inet => { + :address => "10.0.64.13" + }, :bond => { :mode => "802.3ad", :lacprate => "fast", @@ -16,17 +17,15 @@ default_attributes( :slaves => %w[enp68s0f0 enp68s0f1 enp68s0f2 enp68s0f3] } }, - :external_ipv4 => { + :external => { :interface => "bond0.101", :role => :external, - :family => :inet, - :address => "184.104.226.109" - }, - :external_ipv6 => { - :interface => "bond0.101", - :role => :external, - :family => :inet6, - :address => "2001:470:1:b3b::d" + :inet => { + :address => "184.104.226.109" + }, + :inet6 => { + :address => "2001:470:1:b3b::d" + } } } },