]> git.openstreetmap.org Git - chef.git/commit
Create a new vectortile role
authorPaul Norman <penorman@mac.com>
Thu, 4 Jul 2024 00:03:00 +0000 (17:03 -0700)
committerTom Hughes <tom@compton.nu>
Tue, 8 Oct 2024 17:55:04 +0000 (18:55 +0100)
commit04743763991d4bd0b536ceaec43439d6b3b4842c
tree671bf5fb03e24b14ac80ced217d25ee311f6774c
parent05d9e04459ff503314f7aa28c6fba5d751984921
Create a new vectortile role

This role is for tilekiln based vector tile serving
28 files changed:
.kitchen.yml
cookbooks/postgresql/libraries/postgresql.rb
cookbooks/postgresql/resources/schema.rb [new file with mode: 0644]
cookbooks/vectortile/README.md [new file with mode: 0644]
cookbooks/vectortile/attributes/default.rb [new file with mode: 0644]
cookbooks/vectortile/files/default/html/clientaccesspolicy.xml [new file with mode: 0644]
cookbooks/vectortile/files/default/html/crossdomain.xml [new file with mode: 0644]
cookbooks/vectortile/files/default/html/favicon.ico [new file with mode: 0644]
cookbooks/vectortile/files/default/html/robots.txt [new file with mode: 0644]
cookbooks/vectortile/metadata.rb [new file with mode: 0644]
cookbooks/vectortile/recipes/default.rb [new file with mode: 0644]
cookbooks/vectortile/templates/default/import-planet.erb [new file with mode: 0644]
cookbooks/vectortile/templates/default/index.html.erb [new file with mode: 0644]
cookbooks/vectortile/templates/default/nginx.erb [new file with mode: 0644]
cookbooks/vectortile/templates/default/tilekiln-storage-init.erb [new file with mode: 0644]
cookbooks/vectortile/templates/default/tiles-rerender.erb [new file with mode: 0644]
cookbooks/vectortile/templates/default/vector-update-notile.erb [new file with mode: 0644]
cookbooks/vectortile/templates/default/vector-update-tile.erb [new file with mode: 0644]
roles/vectortile.rb [new file with mode: 0644]
test/data_bags/accounts/tilekiln.json [new file with mode: 0644]
test/data_bags/accounts/tileupdate.json [new file with mode: 0644]
test/integration/vectortile/inspec/import_spec.rb [new file with mode: 0644]
test/integration/vectortile/inspec/nginx_spec.rb [new file with mode: 0644]
test/integration/vectortile/inspec/osm2pgsql_spec.rb [new file with mode: 0644]
test/integration/vectortile/inspec/postgresql_spec.rb [new file with mode: 0644]
test/integration/vectortile/inspec/storage_spec.rb [new file with mode: 0644]
test/integration/vectortile/inspec/themepark_spec.rb [new file with mode: 0644]
test/integration/vectortile/inspec/tilekiln_spec.rb [new file with mode: 0644]