]> git.openstreetmap.org Git - chef.git/blobdiff - roles/norbert.rb
Use old-releases.ubuntu.com for quantal machines
[chef.git] / roles / norbert.rb
index 13274b8ff074c7f58400da4467a93c393c6c5df9..b860ce55ea87754a327219ae3e60520241302252 100644 (file)
@@ -20,6 +20,12 @@ default_attributes(
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.5"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.45.202"
       }
     }
   },
@@ -39,5 +45,5 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wolfson]"
 )