X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fe0c3cd23523cd1e596c1cab048fdf2c9e19865e..592e2f364edbe670ef9db21749417f6d7d521474:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 597951828..3c726c3af 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -18,9 +18,9 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "130.193.62.73", - :prefix => "29", - :gateway => "130.193.62.78" + :address => "5.45.248.21", + :prefix => "30", + :gateway => "5.45.248.22" }, :external_ipv6 => { :interface => "eth1", @@ -48,11 +48,9 @@ default_attributes( :tilecache => { :tile_parent => "moscow.render.openstreetmap.org", :tile_siblings => [ - "trogdor.openstreetmap.org", - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "nepomuk.openstreetmap.org", - "ridgeback.openstreetmap.org" + "noomoahk.openstreetmap.org", + "vipertooth.openstreetmap.org", + "cmok.openstreetmap.org" ] } )