]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Reconfigure ascalon for move to Wolfson House
[chef.git] / roles / ascalon.rb
index b27b9e0870302911bc52511ea505ab6e43e38101..bc2bac6f236a1b7842659001105fe4cbfe4c0726 100644 (file)
@@ -5,10 +5,10 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
+        :interface => "eth1",
+        :role => :external,
         :family => :inet,
-        :address => "10.0.0.18"
+        :address => "128.40.45.193"
       }
     }
   },
@@ -20,6 +20,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
   "role[roundup]"
 )