X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2835205c501da417ff80ce4f06dc32d14c8c38bb..968ffb7b7c28a0673554aba399ec55549dc6a41c:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 3293268ed..df8d76ea7 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -3,8 +3,8 @@ description "Master role applied to tabaluga" default_attributes( :dhcpd => { - :first_address => "10.0.62.1", - :last_address => "10.0.62.254" + :first_address => "10.0.63.1", + :last_address => "10.0.63.254" }, :networking => { :interfaces => { @@ -22,13 +22,13 @@ default_attributes( } }, :external => { - :interface => "bond0.2", + :interface => "bond0.3", :role => :external, :inet => { - :address => "130.117.76.14" + :address => "184.104.179.142" }, :inet6 => { - :address => "2001:978:2:2c::172:e" + :address => "2001:470:1:fa1::e" } } } @@ -38,5 +38,6 @@ default_attributes( run_list( "role[equinix-ams]", "role[hp-g9]", + "role[gateway]", "recipe[dhcpd]" )