]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tuatara.rb
Add IPv6 address for tuatara
[chef.git] / roles / tuatara.rb
index 5399d6f14b30a58cf8fa240ade389f9ee3040f43..e59df8d4432b164c9f3f58c1230cfe37334564a5 100644 (file)
@@ -14,6 +14,14 @@ default_attributes(
         :address => "114.23.141.203",
         :prefix => "29",
         :gateway => "114.23.141.201"
+      },
+      :external_ipv6 => {
+        :interface => "eno1",
+        :role => :external,
+        :family => :inet6,
+        :address => "2406:1e00:b410:c24:529a:4cff:fe79:bc3b",
+        :prefix => "64",
+        :gateway => "2406:1e00:b410:c24::"
       }
     }
   },
@@ -28,12 +36,7 @@ default_attributes(
     ]
   },
   :tilecache => {
-    :tile_parent => "wellington.render.openstreetmap.org",
-    :tile_siblings => [
-      "waima.openstreetmap.org",
-      "balerion.openstreetmap.org",
-      "longma.openstreetmap.org"
-    ]
+    :tile_parent => "wellington.render.openstreetmap.org"
   }
 )