]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Update internal interface names for UCL machines
[chef.git] / roles / pummelzacken.rb
index 9f63dd0c0e3b295de01339bf8b2b069c6ae9aaac..cffcab8b7b3997d3c4509de7143112ce62f039f5 100644 (file)
@@ -5,16 +5,16 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "em1",
+        :interface => "em2",
         :role => :internal,
         :family => :inet,
         :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"
       }
     }
   },
@@ -52,6 +52,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[nominatim]"
 )