X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/97402948037953908f5c66fe3295838d02b5310c..2391778fabfc9e50cef662975c0205bcf0b25a78:/roles/equinix-ams.rb diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 1715e9d47..771586a8d 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -7,14 +7,30 @@ 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" } } } }, :external => { - :zone => "ams" + :zone => "ams", + :inet => { + :prefix => "27", + :gateway => "184.104.179.129" + }, + :inet6 => { + :prefix => "64", + :gateway => "2001:470:1:fa1::1" + } + } + } + }, + :prometheus => { + :metrics => { + :host_location => { + :help => "Host location", + :labels => { :site => "amsterdam" } } } },