X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d6ee422a3f48f53ba3ffe99fa86d905dc8d2b245..aa3587c1e92706bffb2632470ec694532ff2c0c6:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 7d703858f..e4ea23262 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,9 +2,6 @@ name "ironbelly" description "Master role applied to ironbelly" default_attributes( - :bind => { - :clients => "equinix-ams" - }, :dhcpd => { :first_address => "10.0.63.1", :last_address => "10.0.63.254" @@ -55,9 +52,6 @@ default_attributes( } } }, - :planet => { - :replication => "enabled" - }, :prometheus => { :snmp => { "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } }, @@ -105,8 +99,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "role[supybot]", - "role[planet]", "recipe[rsyncd]", - "recipe[dhcpd]", - "recipe[tilelog]" + "recipe[dhcpd]" )