]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yevaud.rb
nominatim: fix typo
[chef.git] / roles / yevaud.rb
index 42a29fc10fe8cc1d16bce42b09c440cae8a8fa63..2895db2451e31ec24bf33174c46d74c14d13ee86 100644 (file)
@@ -61,16 +61,30 @@ default_attributes(
           :warning => 400,
           :critical => 500
         }
+      },
+      :sensors_temp => {
+        :temp1 => { :warning => 82 },
+        :temp2 => { :warning => 82 },
+        :temp3 => { :warning => 82 },
+        :temp4 => { :warning => 82 },
+        :temp5 => { :warning => 82 },
+        :temp6 => { :warning => 82 }
       }
     }
   },
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "eth0.2801",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.0.15"
+      },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth0.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.208"
+        :address => "193.60.236.22"
       }
     }
   },
@@ -110,7 +124,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl]",
   "role[tyan-s7010]",
   "role[tile]"
 )