X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/be824ca10a3fadc29feaeb548289eb5acb59c3ca..d2523327057131bb6cef6a360e09abb4f7ff995c:/roles/equinix-dub.rb?ds=inline 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" } )