]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
dns: Upgrade dnscontrol to 3.27.1
[chef.git] / roles / ironbelly.rb
index e6b27496cb09b6de8fdbc219733e833371955acd..eb6ff6c53bbb54567aab26eff6647eaf06392f4e 100644 (file)
@@ -55,9 +55,6 @@ default_attributes(
       }
     }
   },
-  :planet => {
-    :replication => "enabled"
-  },
   :prometheus => {
     :snmp => {
       "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } },
@@ -105,10 +102,6 @@ run_list(
   "role[equinix-ams]",
   "role[gateway]",
   "role[supybot]",
-  "role[backup]",
-  "role[planet]",
-  "role[planetdump]",
   "recipe[rsyncd]",
-  "recipe[dhcpd]",
-  "recipe[tilelog]"
+  "recipe[dhcpd]"
 )