X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/97402948037953908f5c66fe3295838d02b5310c..08a2e7fb46cfb139567dc5a115dad99c23891dd1:/roles/equinix-ams.rb diff --git a/roles/equinix-ams.rb b/roles/equinix-ams.rb index 1715e9d47..7923e09d4 100644 --- a/roles/equinix-ams.rb +++ b/roles/equinix-ams.rb @@ -14,7 +14,23 @@ default_attributes( } }, :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" } } } },