]> git.openstreetmap.org Git - chef.git/blobdiff - roles/spike-06.rb
Push external network config in Amsterdam down to the hosts
[chef.git] / roles / spike-06.rb
index 2e93f41a004e639b3fc32ec2bd4b80ef1471cc38..73a3802b16248f5634a32f5c868ae1c431ab7a8e 100644 (file)
@@ -21,10 +21,17 @@ default_attributes(
         :interface => "bond0.2",
         :role => :external,
         :inet => {
-          :address => "130.117.76.11"
+          :address => "130.117.76.11",
+          :prefix => "27",
+          :gateway => "130.117.76.1"
         },
         :inet6 => {
-          :address => "2001:978:2:2c::172:b"
+          :address => "2001:978:2:2c::172:b",
+          :prefix => "64",
+          :gateway => "2001:978:2:2c::172:1",
+          :routes => {
+            "2001:470:1:b3b::/64" => { :type => "unreachable" }
+          }
         }
       }
     }