]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grisu.rb
tilecache: Remove USA peers from NZ caches
[chef.git] / roles / grisu.rb
index e536c0f612a7ad6bbf29aa412d654dea471d5db2..be3a48e3f3954443c5a7b5cb6493a9524514a29c 100644 (file)
@@ -10,7 +10,7 @@ default_attributes(
         :family => :inet,
         :address => "10.0.32.20",
         :bond => {
-          :slaves => %w(em1 em2)
+          :slaves => %w[em1 em2]
         }
       },
       :external_ipv4 => {
@@ -52,6 +52,9 @@ default_attributes(
         }
       }
     }
+  },
+  :planet => {
+    :replication => "disabled"
   }
 )
 
@@ -60,6 +63,8 @@ run_list(
   "role[hp-dl180-g6]",
   "role[gateway]",
   "role[web-storage]",
+  "role[backup]",
   "role[planet]",
+  # "role[planetdump]",
   "recipe[openvpn]"
 )