]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Add VLAN numbers to external interfaces of UCL machines
[chef.git] / roles / ascalon.rb
index 61a72bb2c0497bb728c25723659c8709cbced6d4..5d69d4a222c23ae6b7bc806c347973366369acb1 100644 (file)
@@ -11,10 +11,10 @@ default_attributes(
         :address => "10.0.0.18"
       },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth1.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.105"
+        :address => "193.60.236.10"
       }
     }
   },
@@ -26,6 +26,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-slough]",
+  "role[hp-g5]",
   "role[roundup]"
 )