X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/93a2aa78e12ce370dd994fd97ee7f6c0d38efd9b..200f486870c88f3916ede7bcb36b47b374a63901:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 1727c072b..f7cfa5d38 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: @@ -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]