]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Update UCL machines for move to Slough
[chef.git] / roles / noquiklos.rb
index c25793648a3425f62724f3f2478adf2669bfeedf..4e72f95b1c57a8005422d1aac912d9b8097b8ca4 100644 (file)
@@ -2,11 +2,6 @@ name "noquiklos"
 description "Master role applied to noquiklos"
 
 default_attributes(
-  :chef => {
-    :client => {
-      :version => "12.1.2-1"
-    }
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -19,14 +14,14 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.201"
+        :address => "193.60.236.16"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[hp-g6]",
+  "role[ucl-slough]",
+  "role[hp-dl360-g6]",
   "role[gps-tile]"
 )