]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Record spun up status consistently
[chef.git] / roles / ironbelly.rb
index 8a9c3f74185b35885c1d52f6503ec053e3924f4d..8032eee20875adc8386c309fef302871379c732c 100644 (file)
@@ -16,7 +16,8 @@ default_attributes(
           :disk => {
             :watermark => {
               :low => "95%",
-              :high => "98%"
+              :high => "98%",
+              :flood_stage => "99%"
             }
           }
         }
@@ -79,7 +80,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   },
   :rsyncd => {
     :modules => {
@@ -132,7 +133,7 @@ run_list(
   "role[backup]",
   "role[stats]",
   "role[planet]",
-  "role[planetdump]",
+  "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",