X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b5d811ad2069d661ad47a16a9c7d06a691c13f84..198ff0c7f1b14a48cc482add12a378ccabcaf61f:/roles/equinix-dub.rb diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index 8bda3a86a..8a9189266 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -21,14 +21,17 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:b3b::1" + :gateway => "2001:470:1:b3b::1", + :routes => { + "2001:978:2:2c::/64" => { :type => "unreachable" } + } } } } }, :web => { :fileserver => "fafnir", - :readonly_database_host => "snap-03.dub.openstreetmap.org" + :readonly_database_host => "snap-02.ucl.openstreetmap.org" } )