]> git.openstreetmap.org Git - chef.git/commitdiff
Update noquiklos role for move to UCL
authorTom Hughes <tom@compton.nu>
Tue, 1 Oct 2013 19:15:59 +0000 (20:15 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 1 Oct 2013 19:15:59 +0000 (20:15 +0100)
roles/noquiklos.rb

index 0cf85aaafa7667e8be72c3c541d76eb065a82639..0539527966cfb8eaef708bf67d62cfcc90569b2b 100644 (file)
@@ -8,12 +8,18 @@ default_attributes(
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
-        :address => "10.89.121.98"
+        :address => "10.0.0.13"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.168.99"
       }
     }
   }
 )
 
 run_list(
       }
     }
   }
 )
 
 run_list(
-  "role[firefishynet]"
+  "role[ucl-internal]"
 )
 )