]> git.openstreetmap.org Git - chef.git/blobdiff - roles/viserion.rb
Ridley is now a G6 machine
[chef.git] / roles / viserion.rb
index 6179736d446f9bb48eb78618f3cf0c84b1c4a691..30297d3857116b9ad08ce5c86a64946ae35db50f 100644 (file)
@@ -16,9 +16,9 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:b68:4cff:3::2",
-        :prefix => "128",
-        :gateway => "fe80::217:fff:fead:14c0"
+        :address => "2001:b68:4cff:3::3",
+        :prefix => "64",
+        :gateway => "2001:b68:4cff:3::1"
       }
     }
   },
@@ -34,6 +34,5 @@ default_attributes(
 )
 
 run_list(
-  "role[carnet]",
-  "role[tilecache]"
+  "role[carnet]"
 )