X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d6ee422a3f48f53ba3ffe99fa86d905dc8d2b245..b9ea56c8f85e93cc5a3abdbf4467c01da820529f:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 7d703858f..eb6ff6c53 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -55,9 +55,6 @@ default_attributes( } } }, - :planet => { - :replication => "enabled" - }, :prometheus => { :snmp => { "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } }, @@ -105,8 +102,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "role[supybot]", - "role[planet]", "recipe[rsyncd]", - "recipe[dhcpd]", - "recipe[tilelog]" + "recipe[dhcpd]" )