]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Run taginfo collector via bundler
[chef.git] / .kitchen.yml
index db96649406dedc96ab79bf139afb7a52cea140cc..6f4eb6bb665f48795f994550aa3ec17978810362 100644 (file)
@@ -1,7 +1,8 @@
 ---
 driver:
   name: dokken
 ---
 driver:
   name: dokken
-  chef_version: 18
+  chef_image: ghcr.io/firefishy/chef-docker-image
+  chef_version: latest
   volumes:
     - /var/lib/docker
   env:
   volumes:
     - /var/lib/docker
   env:
@@ -92,6 +93,9 @@ suites:
   - name: blogs
     run_list:
       - recipe[blogs::default]
   - name: blogs
     run_list:
       - recipe[blogs::default]
+    attributes:
+      ruby:
+        version: 3.3
   - name: chef
     run_list:
       - recipe[chef::default]
   - name: chef
     run_list:
       - recipe[chef::default]
@@ -116,6 +120,13 @@ suites:
   - name: db-slave
     run_list:
       - recipe[db::slave]
   - name: db-slave
     run_list:
       - recipe[db::slave]
+  - name: dev
+    run_list:
+      - recipe[dev::default]
+    attributes:
+      postgresql:
+        versions:
+          - 15
   - name: devices
     run_list:
       - recipe[devices::default]
   - name: devices
     run_list:
       - recipe[devices::default]
@@ -156,6 +167,9 @@ suites:
   - name: fail2ban
     run_list:
       - recipe[fail2ban::default]
   - name: fail2ban
     run_list:
       - recipe[fail2ban::default]
+  - name: foundation-birthday
+    run_list:
+      - recipe[foundation::birthday]
   - name: foundation-board
     run_list:
       - recipe[foundation::board]
   - name: foundation-board
     run_list:
       - recipe[foundation::board]
@@ -391,6 +405,8 @@ suites:
     run_list:
       - recipe[taginfo::default]
     attributes:
     run_list:
       - recipe[taginfo::default]
     attributes:
+      ruby:
+        version: 3.3
       taginfo:
         sites:
           - name: taginfo.example.com
       taginfo:
         sites:
           - name: taginfo.example.com
@@ -406,6 +422,9 @@ suites:
   - name: trac
     run_list:
       - recipe[trac::default]
   - name: trac
     run_list:
       - recipe[trac::default]
+  - name: vectortile
+    run_list:
+      - recipe[vectortile::default]
   - name: web-cgimap
     run_list:
       - recipe[web::cgimap]
   - name: web-cgimap
     run_list:
       - recipe[web::cgimap]