X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/5791723b9ed5804a6062bd979e88e634e5f8864d..4f4aacc1811ba45693a1c6c3301acb05c65aa876:/roles/equinix-ams.rb diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index f421e3d39..2621b0b7e 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.14", :routes => { - "10.0.0.0/8" => { :via => "10.0.48.10" } + "10.0.0.0/8" => { :via => "10.0.48.14" } } } }, @@ -46,7 +46,7 @@ default_attributes( override_attributes( :networking => { - :nameservers => ["10.0.48.10", "74.82.42.42", "2001:470:20::2"], + :nameservers => ["10.0.48.14", "74.82.42.42", "2001:470:20::2"], :search => ["ams.openstreetmap.org", "openstreetmap.org"] }, :ntp => {