]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Add VLAN numbers to external interfaces of UCL machines
[chef.git] / roles / pummelzacken.rb
index 76d2df6421d566215e0c9a44a0e6adccf9b299a3..79018449dcf51918b7c78d7abd2e1c7fd568ebab 100644 (file)
@@ -11,10 +11,10 @@ default_attributes(
         :address => "10.0.0.20"
       },
       :external_ipv4 => {
-        :interface => "em2",
+        :interface => "em2.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.204"
+        :address => "193.60.236.18"
       }
     }
   },
@@ -47,12 +47,11 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
-    },
-    :revision => "cmake-port"
+    }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[nominatim]"
 )