X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/905d99c6ae2173352781dde5775e8400fa8ac0fb..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/horntail.rb diff --git a/roles/horntail.rb b/roles/horntail.rb index a4073e988..afaf9460d 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -4,11 +4,12 @@ description "Master role applied to horntail" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { + :internal => { :interface => "bond0", :role => :internal, - :family => :inet, - :address => "10.0.64.10", + :inet => { + :address => "10.0.64.10" + }, :bond => { :mode => "802.3ad", :lacprate => "fast", @@ -16,17 +17,15 @@ default_attributes( :slaves => %w[enp25s0f0 enp25s0f1] } }, - :external_ipv4 => { + :external => { :interface => "bond0.101", :role => :external, - :family => :inet, - :address => "184.104.226.106" - }, - :external_ipv6 => { - :interface => "bond0.101", - :role => :external, - :family => :inet6, - :address => "2001:470:1:b3b::a" + :inet => { + :address => "184.104.226.106" + }, + :inet6 => { + :address => "2001:470:1:b3b::a" + } } } }