]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Update UCL machines for move to Slough
[chef.git] / roles / noquiklos.rb
index 0cf85aaafa7667e8be72c3c541d76eb065a82639..4e72f95b1c57a8005422d1aac912d9b8097b8ca4 100644 (file)
@@ -8,12 +8,20 @@ default_attributes(
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
-        :address => "10.89.121.98"
+        :address => "10.0.0.13"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "193.60.236.16"
       }
     }
   }
 )
 
 run_list(
-  "role[firefishynet]"
+  "role[ucl-slough]",
+  "role[hp-dl360-g6]",
+  "role[gps-tile]"
 )