]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Add VLAN numbers to internal interfaces of UCL machines
[chef.git] / roles / ascalon.rb
index cffccad359582c1c64f34d3d7bac67cacc7d3b0e..7725f4907570646a5141d560a178cb294c02baa1 100644 (file)
@@ -5,16 +5,16 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth1.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.18"
       },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth1.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.193"
+        :address => "193.60.236.10"
       }
     }
   },
@@ -26,7 +26,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[hp-g5]",
   "role[roundup]"
 )