]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Enable dhcpd on ironbelly
[chef.git] / roles / stormfly-02.rb
index 9c31e1fb7cdcbd440254c9d5054b16d6274ba6d5..865ba66a0caec5cb37ff363f35f71f31910af073 100644 (file)
@@ -9,6 +9,12 @@ default_attributes(
         :role => :external,
         :family => :inet,
         :address => "140.211.167.105"
+      },
+      :external_ipv6 => {
+        :interface => "em1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2605:bc80:3010:700::8cde:a769"
       }
     }
   },
@@ -19,8 +25,7 @@ default_attributes(
   :tilecache => {
     :tile_parent => "corvallis.render.openstreetmap.org",
     :tile_siblings => [
-      "nadder-01.openstreetmap.org",
-      "nadder-02.openstreetmap.org",
+      "ascalon.openstreetmap.org",
       "jakelong.openstreetmap.org",
       "nepomuk.openstreetmap.org",
       "lurien.openstreetmap.org"
@@ -31,5 +36,6 @@ default_attributes(
 run_list(
   "role[osuosl]",
   "role[hp-dl360-g6]",
+  "role[geodns]",
   "role[tilecache]"
 )