X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a92d5e4c564dbef801efbe791c2e6200f8c5967e..7d537eb5d7627524e24c7d3f404b6472e0130657:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 3e01e2768..1bcf3c176 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -4,43 +4,49 @@ description "Master role applied to naga" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "bond0", - :role => :internal, - :family => :inet, - :address => "10.0.64.8", + :internal => { + :inet => { + :address => "10.0.64.8" + }, :bond => { - :mode => "802.3ad", - :lacprate => "fast", - :xmithashpolicy => "layer3+4", :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, - :external_ipv4 => { - :interface => "bond0.101", - :role => :external, - :family => :inet, - :address => "184.104.226.104" + :henet => { + :inet => { + :address => "184.104.226.104" + }, + :inet6 => { + :address => "2001:470:1:b3b::8" + } }, - :external_ipv6 => { - :interface => "bond0.101", - :role => :external, - :family => :inet6, - :address => "2001:470:1:b3b::8" + :equinix => { + :inet => { + :address => "87.252.214.104" + }, + :inet6 => { + :address => "2001:4d78:fe03:1c::8" + } } } } ) run_list( - "role[equinix-dub]", + "role[equinix-dub-public]", "role[hp-g9]", "role[subversion]", "role[trac]", "role[irc]", "role[blogs]", - "role[munin]", + "role[switch2osm]", + "recipe[foundation::birthday]", + "recipe[foundation::mastodon]", "recipe[foundation::owg]", "recipe[foundation::welcome]", - "recipe[stateofthemap::container]" + "recipe[stateofthemap::container]", + "recipe[hot]", + "recipe[ideditor]", + "recipe[dmca]", + "role[otrs]" )