]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Drop memache configuration for gpx-import
[chef.git] / roles / ironbelly.rb
index 098568265d6a8eac79bc65202b6d0f236cf6bf4d..bcedb6b26aed6e39989c9d4382675c607f550874 100644 (file)
@@ -59,9 +59,27 @@ default_attributes(
         :peer => {
           :host => "ridley.openstreetmap.org"
         }
+      },
+      :aws2ic => {
+        :port => "1195",
+        :mode => "server",
+        :peer => {
+          :host => "fafnir.openstreetmap.org"
+        }
+      },
+      :ic2bm => {
+        :port => "1196",
+        :mode => "client",
+        :peer => {
+          :host => "grisu.openstreetmap.org",
+          :port => "1194"
+        }
       }
     }
   },
+  :planet => {
+    :replication => "enabled"
+  },
   :rsyncd => {
     :modules => {
       :hosts => {
@@ -118,5 +136,6 @@ run_list(
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",
-  "recipe[tilelog]"
+  "recipe[tilelog]",
+  "recipe[serverinfo]"
 )