]> git.openstreetmap.org Git - chef.git/commitdiff
Update hardware cookbook for new version of Intel SSD tool
authorTom Hughes <tom@compton.nu>
Wed, 23 Oct 2019 07:22:38 +0000 (08:22 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 23 Oct 2019 07:22:52 +0000 (08:22 +0100)
cookbooks/hardware/recipes/default.rb

index 1c8a50c45e07f9d8ad80ab1257de30f861d76f8c..a4edf207dfbf120b328aaccc0c979207069682d2 100644 (file)
@@ -314,10 +314,10 @@ intel_nvmes = nvmes.select { |pci| pci[:vendor_name] == "Intel Corporation" }
 if !intel_ssds.empty? || !intel_nvmes.empty?
   package "unzip"
 
 if !intel_ssds.empty? || !intel_nvmes.empty?
   package "unzip"
 
-  intel_ssd_tool_version = "3.0.19"
+  intel_ssd_tool_version = "3.0.21"
 
   remote_file "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_#{intel_ssd_tool_version}_Linux.zip" do
 
   remote_file "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_#{intel_ssd_tool_version}_Linux.zip" do
-    source "https://downloadmirror.intel.com/28639/eng/Intel_SSD_Data_Center_Tool_#{intel_ssd_tool_version}_Linux.zip"
+    source "https://downloadmirror.intel.com/29115/eng/Intel_SSD_Data_Center_Tool_#{intel_ssd_tool_version}_Linux.zip"
   end
 
   execute "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_#{intel_ssd_tool_version}_Linux.zip" do
   end
 
   execute "#{Chef::Config[:file_cache_path]}/Intel_SSD_Data_Center_Tool_#{intel_ssd_tool_version}_Linux.zip" do