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