X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f8a576aca1270f703f38c3257cf533390692de06..7d537eb5d7627524e24c7d3f404b6472e0130657:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index b12795a97..1bcf3c176 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -5,45 +5,48 @@ default_attributes( :networking => { :interfaces => { :internal => { - :interface => "bond0", - :role => :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 => { - :interface => "bond0.101", - :role => :external, + :henet => { :inet => { :address => "184.104.226.104" }, :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[switch2osm]", + "recipe[foundation::birthday]", "recipe[foundation::mastodon]", "recipe[foundation::owg]", "recipe[foundation::welcome]", "recipe[stateofthemap::container]", "recipe[hot]", "recipe[ideditor]", - "recipe[dmca]" + "recipe[dmca]", + "role[otrs]" )