]> git.openstreetmap.org Git - chef.git/blobdiff - roles/clifford.rb
Update clifford for hardware switch from G5 to G6
[chef.git] / roles / clifford.rb
index 896438d0bd2b14f8dff68872ad8b25348960edc5..d30f235f7460e2d14003d0839919ff77cb2f4a41 100644 (file)
@@ -14,13 +14,14 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.98"
+        :address => "128.40.45.194"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wolfson]",
+  "role[hp-dl360-g6]",
   "role[forum]"
 )