X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d5ae34c2a6ea58ce6120ffc3a7be0e2b5b36f159..915c94e5b3f44f231a5e3237385bbc2e164d7b88:/roles/naga.rb diff --git a/roles/naga.rb b/roles/naga.rb index 4b8587fd9..d212b6680 100644 --- a/roles/naga.rb +++ b/roles/naga.rb @@ -17,14 +17,35 @@ default_attributes( :slaves => %w[eno1 eno2 eno3 eno4 eno49 eno50] } }, - :external => { + :external_he => { :interface => "bond0.101", :role => :external, + :source_route_table => 100, + :inet => { + :address => "184.104.226.104", + :prefix => "27", + :gateway => "184.104.226.97" + }, + :inet6 => { + :address => "2001:470:1:b3b::8", + :prefix => 64, + :gateway => "2001:470:1:b3b::1" + } + }, + :external => { + :interface => "bond0.203", + :role => :external, + :metric => 150, + :source_route_table => 150, :inet => { - :address => "184.104.226.104" + :address => "87.252.214.101", + :prefix => "27", + :gateway => "87.252.214.97" }, :inet6 => { - :address => "2001:470:1:b3b::8" + :address => "2001:4d78:fe03:1c::8", + :prefix => 64, + :gateway => "2001:4d78:fe03:1c::1" } } } @@ -38,13 +59,14 @@ run_list( "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[hot]", "recipe[ideditor]", - "recipe[dmca]" + "recipe[dmca]", + "role[otrs]" )