X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c2f500d0d9feab1fc967a621823ba29825c7f49d..8f25e9cb3cb06e08537c740161c55a6fe46f8a18:/roles/ironbelly.rb?ds=sidebyside diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index b18a440a4..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,9 +102,6 @@ run_list( "role[equinix-ams]", "role[gateway]", "role[supybot]", - "role[planet]", - "role[planetdump]", "recipe[rsyncd]", - "recipe[dhcpd]", - "recipe[tilelog]" + "recipe[dhcpd]" )