]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Update UCL machines for move to Slough
[chef.git] / roles / ascalon.rb
index 9b6ecd00eeb4bffaa019ca943ec384dd81e40678..14b4ee518588ff058120d77e67f5587851143c0f 100644 (file)
@@ -9,11 +9,24 @@ default_attributes(
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.18"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "193.60.236.10"
       }
     }
+  },
+  :accounts => {
+    :users => {
+      :emacsen => { :status => :administrator }
+    }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-slough]",
+  "role[hp-g5]",
+  "role[roundup]"
 )