X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/04a8aea0708afb576b70ac823abd5d6bad2372c6..089fe786a4e65650a0288aba0c16634daed0aa0c:/roles/norbert.rb diff --git a/roles/norbert.rb b/roles/norbert.rb index 7c31bb8f4..357dc0d5a 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -2,34 +2,31 @@ name "norbert" description "Master role applied to norbert" default_attributes( - :dhcpd => { - :first_address => "10.0.63.1", - :last_address => "10.0.63.254" - }, :networking => { :interfaces => { :internal => { - :interface => "bond0", - :role => :internal, :inet => { :address => "10.0.48.17" }, :bond => { - :mode => "802.3ad", - :lacprate => "fast", - :xmithashpolicy => "layer3+4", :slaves => %w[enp25s0f0 enp25s0f1] } }, - :external => { - :interface => "bond0.3", - :role => :external, + :henet => { :inet => { :address => "184.104.179.145" }, :inet6 => { :address => "2001:470:1:fa1::11" } + }, + :equinix => { + :inet => { + :address => "82.199.86.113" + }, + :inet6 => { + :address => "2001:4d78:500:5e3::11" + } } } }, @@ -39,12 +36,10 @@ default_attributes( ) run_list( - "role[equinix-ams]", - "role[gateway]", + "role[equinix-ams-public]", "role[geodns]", "role[backup]", "role[planet]", "role[planetdump]", - "recipe[dhcpd]", "recipe[tilelog]" )