]> git.openstreetmap.org Git - chef.git/blobdiff - roles/sarel.rb
Add VLAN numbers to external interfaces of UCL machines
[chef.git] / roles / sarel.rb
index 26f845b900dacad47c627ef70cb0edbc92527fb6..e8f22400da2aec92cc91fab2b4bfbaf5d8bf731f 100644 (file)
@@ -11,17 +11,17 @@ default_attributes(
         :address => "10.0.0.12"
       },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth1.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.206"
+        :address => "193.60.236.20"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[hp-g5]",
   "role[yournavigation]"
 )