X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f65e00b3c6d99221a4783c75d50a4df10f3cad52..0993dbc450a5678cfcea86dd71cf5873b18d86f3:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 4bccc2a91..1d2343350 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -18,9 +18,17 @@ 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", + :role => :external, + :family => :inet6, + :address => "2a02:6b8:b010:5065::a001", + :prefix => "64", + :gateway => "2a02:6b8:b010:5065::1" } } }, @@ -41,7 +49,6 @@ default_attributes( :tile_parent => "moscow.render.openstreetmap.org", :tile_siblings => [ "trogdor.openstreetmap.org", - "fume.openstreetmap.org", "katie.openstreetmap.org", "konqi.openstreetmap.org", "nepomuk.openstreetmap.org",