]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Enable netplan for NZ tile caches
[chef.git] / roles / ironbelly.rb
index 8a9c3f74185b35885c1d52f6503ec053e3924f4d..8bc758e762fa42769919200490bf3b6f8ff7d288 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 => {
@@ -130,9 +131,8 @@ run_list(
   "role[web-storage]",
   "role[supybot]",
   "role[backup]",
-  "role[stats]",
   "role[planet]",
-  "role[planetdump]",
+  "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",