]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Upgrade noquiklos to chef 12
[chef.git] / roles / noquiklos.rb
index 465424116e18ccf0c159a322b48513fb8652541c..c25793648a3425f62724f3f2478adf2669bfeedf 100644 (file)
@@ -2,6 +2,11 @@ name "noquiklos"
 description "Master role applied to noquiklos"
 
 default_attributes(
+  :chef => {
+    :client => {
+      :version => "12.1.2-1"
+    }
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -14,13 +19,14 @@ default_attributes(
         :interface => "eth1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.99"
+        :address => "128.40.45.201"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
-  "role[gpx-tile]"
+  "role[ucl-wolfson]",
+  "role[hp-g6]",
+  "role[gps-tile]"
 )