X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fae4e6b247c04eeccc6608ae1fc93ebc63404634..2391778fabfc9e50cef662975c0205bcf0b25a78:/roles/equinix-ams.rb?ds=inline diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 2ed34454d..771586a8d 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -7,9 +7,9 @@ default_attributes( :internal => { :inet => { :prefix => "20", - :gateway => "10.0.48.10", + :gateway => "10.0.48.17", :routes => { - "10.0.0.0/8" => { :via => "10.0.48.10" } + "10.0.0.0/8" => { :via => "10.0.48.17" } } } }, @@ -21,10 +21,7 @@ default_attributes( }, :inet6 => { :prefix => "64", - :gateway => "2001:470:1:fa1::1", - :routes => { - "2600:9000::/28" => { :type => "unreachable" } - } + :gateway => "2001:470:1:fa1::1" } } }