]> git.openstreetmap.org Git - chef.git/commitdiff
Update SST CLI
authorTom Hughes <tom@compton.nu>
Tue, 15 Nov 2022 08:21:59 +0000 (08:21 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 15 Nov 2022 08:21:59 +0000 (08:21 +0000)
cookbooks/hardware/recipes/default.rb

index 656bb58ba4ad62f72e3279b052f0eb3ff6c127b2..598f95c53028f7027c0e58afd714e7778993f907 100644 (file)
@@ -409,11 +409,11 @@ intel_nvmes = nvmes.select { |pci| pci[:vendor_name] == "Intel Corporation" }
 if !intel_ssds.empty? || !intel_nvmes.empty?
   package "unzip"
 
-  sst_tool_version = "1.3"
-  sst_package_version = "#{sst_tool_version}.208-0"
+  sst_tool_version = "2.1"
+  sst_package_version = "#{sst_tool_version}.352-0"
 
   remote_file "#{Chef::Config[:file_cache_path]}/SST_CLI_Linux_#{sst_tool_version}.zip" do
-    source "https://downloadmirror.intel.com/743764/SST_CLI_Linux_#{sst_tool_version}.zip"
+    source "https://downloadmirror.intel.com/737923/SST_CLI_Linux_#{sst_tool_version}.zip"
   end
 
   execute "#{Chef::Config[:file_cache_path]}/SST_CLI_Linux_#{sst_tool_version}.zip" do