]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Add VLAN numbers to external interfaces of UCL machines
[chef.git] / roles / noquiklos.rb
index 8e24fd027fac552c9350413d84b9b64d1f1f819d..276b28cfb2f0f7cc43d86d8c51937e7603a1b549 100644 (file)
@@ -11,16 +11,17 @@ default_attributes(
         :address => "10.0.0.13"
       },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth1.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.99"
+        :address => "193.60.236.16"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-slough]",
+  "role[hp-dl360-g6]",
   "role[gps-tile]"
 )