X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b2567ba04c9d6b93e2d3b85244a13dfdc1b0e3d3..e9c0351232f0e45f94cdda0dd615c1fb82616a7f:/roles/ironbelly.rb?ds=inline diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index b2783d1e2..d19422dec 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -6,7 +6,7 @@ default_attributes( :sources => ["ubuntugis-unstable"] }, :bind => { - :clients => "equinix" + :clients => "equinix-ams" }, :dhcpd => { :first_address => "10.0.63.1", @@ -63,6 +63,12 @@ default_attributes( "pdu1" => { :address => "10.0.48.100", :module => "apcups", :labels => { "site" => "amsterdam" } }, "pdu2" => { :address => "10.0.48.101", :module => "apcups", :labels => { "site" => "amsterdam" } }, "switch1" => { :address => "130.117.76.2", :module => "if_mib", :labels => { "site" => "amsterdam" } } + }, + :metrics => { + :uplink_interface => { + :help => "Site uplink interface name", + :labels => { :site => "amsterdam", :name => "te1/0/1" } + } } }, :rsyncd => {