X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/eb15b15aae4c6f83fcc917214d33458052ae248a..2166e458e74849acf62ca88f8d97236e3f57e3da:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 26d1c6a70..3e2206f7f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -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: @@ -21,8 +21,13 @@ provisioner: name: dokken chef_license: accept data_bags_path: test/data_bags + chef_image: ghcr.io/firefishy/chef-docker-image:latest + chef_version: latest 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 +73,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 +118,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 +165,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] @@ -280,9 +298,6 @@ suites: - name: otrs run_list: - recipe[otrs::default] - - name: otrs-debian - run_list: - - recipe[otrs::debian] - name: overpass run_list: - recipe[overpass::default] @@ -403,6 +418,9 @@ suites: - name: trac run_list: - recipe[trac::default] + - name: vectortile + run_list: + - recipe[vectortile::default] - name: web-cgimap run_list: - recipe[web::cgimap]