]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Initial work to manage lm_sensors
[chef.git] / roles / ascalon.rb
index b27b9e0870302911bc52511ea505ab6e43e38101..f453ced3872f66294d2d9b7ae9c9f999b0d8f975 100644 (file)
@@ -9,6 +9,12 @@ default_attributes(
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.18"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.45.193"
       }
     }
   },
@@ -20,6 +26,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wates]",
+  "role[ucl-wolfson]",
   "role[roundup]"
 )