]> git.openstreetmap.org Git - chef.git/commitdiff
Switch tilekiln version to attributes
authorPaul Norman <penorman@mac.com>
Mon, 10 Feb 2025 00:08:26 +0000 (16:08 -0800)
committerGrant <github@firefishy.com>
Mon, 10 Feb 2025 00:31:40 +0000 (00:31 +0000)
cookbooks/vectortile/attributes/default.rb
cookbooks/vectortile/recipes/default.rb

index b5e0933a61ac9301da6c66b35de97587799ea2d0..912b7ee2518fee2e9666fd37dc3555ad50e233af 100644 (file)
@@ -8,6 +8,8 @@ default[:vectortile][:replication][:status] = :enabled
 default[:vectortile][:replication][:tileupdate] = :enabled
 default[:vectortile][:replication][:threads] = node.cpu_cores
 
+default[:vectortile][:tilekiln][:version] = "0.6.5"
+
 default[:postgresql][:versions] |= [node[:vectortile][:database][:cluster].split("/").first]
 default[:postgresql][:monitor_database] = "tiles"
 # As an absolute worst case, the server might have the serving, update, and a manual generation process going on.
index a8a78044c18fa72e3375f3a0bb4c35b8aac04012..898a3367da404e1c2cf7b9e47e499b996ae072f6 100644 (file)
@@ -100,7 +100,7 @@ end
 python_package "tilekiln" do
   python_virtualenv tilekiln_directory
   python_version "3"
-  version "0.6.5"
+  version node[:vectortile][:tilekiln][:version]
 end
 
 template "/srv/vector.openstreetmap.org/html/index.html" do