X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/be824ca10a3fadc29feaeb548289eb5acb59c3ca..e693cad1797b863b72437a1f06850e9c98b45ba1:/roles/equinix-dub.rb diff --git a/roles/equinix-dub.rb b/roles/equinix-dub.rb index ccfe57645..8008210ad 100644 --- a/roles/equinix-dub.rb +++ b/roles/equinix-dub.rb @@ -30,7 +30,10 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:b3b::1" + :gateway => "2001:470:1:b3b::1", + :routes => { + "2600:9000::/28" => { :type => "unreachable" } + } } } } @@ -44,7 +47,6 @@ default_attributes( } }, :web => { - :fileserver => "fafnir", :readonly_database_host => "snap-03.dub.openstreetmap.org" } )