]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Relax thresholds for packet loss reporting
[chef.git] / roles / ironbelly.rb
index 6c9157852c5a9a68eae80b128d20749cf24e567b..eb6ff6c53bbb54567aab26eff6647eaf06392f4e 100644 (file)
@@ -55,14 +55,11 @@ default_attributes(
       }
     }
   },
-  :planet => {
-    :replication => "enabled"
-  },
   :prometheus => {
     :snmp => {
       "pdu1" => { :address => "10.0.48.100", :modules => %w[apcups], :labels => { "site" => "amsterdam" } },
       "pdu2" => { :address => "10.0.48.101", :modules => %w[apcups], :labels => { "site" => "amsterdam" } },
-      "switch1" => { :address => "130.117.76.4", :modules => %w[if_mib juniper_ex4300], :labels => { "site" => "amsterdam" } }
+      "switch1" => { :address => "130.117.76.2", :modules => %w[if_mib juniper_ex4300], :labels => { "site" => "amsterdam" } }
     },
     :metrics => {
       :uplink_interface => {
@@ -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]"
 )