]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl-wates.rb
Reconfigure ascalon for move to Wolfson House
[chef.git] / roles / ucl-wates.rb
index c571bf61f96ff7e3c02e1c59334929f88a6c66c4..80cf8ff5ea262881825dc5cfd58f97a72e683d7e 100644 (file)
@@ -1,6 +1,26 @@
 name "ucl-wates"
 description "Role applied to all servers at UCL which are in Wates House"
 
+default_attributes(
+  :networking => {
+    :roles => {
+      :internal => {
+        :inet => {
+          :prefix => "20",
+          :gateway => "10.0.0.3"
+        }
+      },
+      :external => {
+        :zone => "ucl",
+        :inet => {
+          :prefix => "24",
+          :gateway => "128.40.168.126"
+        }
+      }
+    }
+  }
+)
+
 override_attributes(
   :networking => {
     :nameservers => [ "10.0.0.3", "8.8.8.8", "8.8.4.4" ],