]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Bump tilekiln to 0.6.2
[chef.git] / .kitchen.yml
index 1727c072b318f7e87c8675e8446c97fc2d118e83..f7cfa5d3838691d95978edc65b8a611749425e28 100644 (file)
@@ -9,9 +9,9 @@ driver:
   ipv6: true
   ipv6_subnet: "fd95:8552:964c::/64"
   dns:
-    - 1.1.1.1
     - 8.8.8.8
     - 8.8.4.4
+    - 1.1.1.1
     - 1.0.0.1
 
 transport:
@@ -23,6 +23,9 @@ provisioner:
   data_bags_path: test/data_bags
   slow_resource_report: true
   clean_dokken_sandbox: true
+  attributes:
+    networking:
+      dnssec: "false" # Disable DNSSEC as occasionally unreliable in GitHub Actions
 
 verifier:
   name: inspec
@@ -68,6 +71,9 @@ suites:
   - name: apt
     run_list:
       - recipe[apt::default]
+  - name: apt-repository
+    run_list:
+      - recipe[apt::repository]
   - name: awscli
     run_list:
       - recipe[awscli::default]
@@ -110,6 +116,13 @@ suites:
   - 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]
@@ -150,6 +163,9 @@ suites:
   - name: fail2ban
     run_list:
       - recipe[fail2ban::default]
+  - name: foundation-birthday
+    run_list:
+      - recipe[foundation::birthday]
   - name: foundation-board
     run_list:
       - recipe[foundation::board]
@@ -400,6 +416,9 @@ suites:
   - name: trac
     run_list:
       - recipe[trac::default]
+  - name: vectortile
+    run_list:
+      - recipe[vectortile::default]
   - name: web-cgimap
     run_list:
       - recipe[web::cgimap]