]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nepomuk.rb
Install ipmitool on machines with the ipmi_si module loaded
[chef.git] / roles / nepomuk.rb
index 8a1c3679c85055205b477377f9a8f5c2c17e2485..8d64f6ac3684538ddc396dfa847439b8b4f2a28e 100644 (file)
@@ -16,9 +16,9 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:7f8:47:21::a6",
+        :address => "2a03:9180:1:21::a6",
         :prefix => "64",
-        :gateway => "2001:7f8:47:21::a1"
+        :gateway => "2a03:9180:1:21::a1"
       }
     }
   },
@@ -34,6 +34,14 @@ default_attributes(
        "block/vda/queue/scheduler" => "noop"
       }
     }
+  },
+  :tilecache => {
+    :tile_parent => "lyon.render.openstreetmap.org",
+    :tile_siblings => [
+      "trogdor.openstreetmap.org",
+      "lurien.openstreetmap.org",
+      "tabaluga.openstreetmap.org"
+    ]
   }
 )