]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Correct disk cache size on drogon and gorynych
[chef.git] / roles / ironbelly.rb
index 1694191e1f5b469306e93ce63dcaa641d1c1edfd..2f05572fb1009330586ea4db84ffbe34f1ef5494 100644 (file)
@@ -5,6 +5,9 @@ default_attributes(
   :apt => {
     :sources => ["ubuntugis-unstable"]
   },
+  :bind => {
+    :clients => "equinix"
+  },
   :dhcpd => {
     :first_address => "10.0.63.1",
     :last_address => "10.0.63.254"
@@ -16,7 +19,8 @@ default_attributes(
           :disk => {
             :watermark => {
               :low => "95%",
-              :high => "98%"
+              :high => "98%",
+              :flood_stage => "99%"
             }
           }
         }
@@ -26,21 +30,6 @@ default_attributes(
       :data => "/store/elasticsearch"
     }
   },
-  :munin => {
-    :graphs => {
-      :apcpdu_ams => {
-        :title => "Current for Amsterdam",
-        :vlabel => "Amps",
-        :category => "Ups",
-        :values => {
-          :load => {
-            :sum => ["apcpdu_pdu1.load", "apcpdu_pdu2.load"],
-            :label => "Load"
-          }
-        }
-      }
-    }
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -94,7 +83,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   },
   :rsyncd => {
     :modules => {
@@ -145,9 +134,8 @@ run_list(
   "role[web-storage]",
   "role[supybot]",
   "role[backup]",
-  "role[stats]",
   "role[planet]",
-  "role[planetdump]",
+  "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",