]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yevaud.rb
Add VLAN numbers to internal interfaces of UCL machines
[chef.git] / roles / yevaud.rb
index 42a29fc10fe8cc1d16bce42b09c440cae8a8fa63..8a3f1dd369af16c1f38eb457ddb323b84c57b33b 100644 (file)
@@ -66,11 +66,17 @@ default_attributes(
   },
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "eth1.2801",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.0.15"
+      },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth1.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.208"
+        :address => "193.60.236.22"
       }
     }
   },
@@ -110,7 +116,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[tyan-s7010]",
   "role[tile]"
 )