]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grindtooth.rb
Filter out FailedOpenDevice messages from areca controllers
[chef.git] / roles / grindtooth.rb
index 7fc2daea98ee2ce2e7126eefad34c36a094652cc..07a26b8434b922a65c69829ae3ec47c9e1a7fef0 100644 (file)
@@ -2,23 +2,26 @@ name "grindtooth"
 description "Master role applied to grindtooth"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :jochen => { :status => :administrator }
-    }
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "em1",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.19"
+      },
+      :external_ipv4 => {
+        :interface => "em2",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.45.199"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]"
+  "role[ucl-wolfson]",
+  "role[hp-g6]",
+  "role[taginfo]"
 )