X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1f0986c518e3b54d9f6b53992e18b2c693cd2015..010a91522a14df62a2eb0566711b83af3bd74364:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 0a18ae086..8e2603d2d 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,6 +8,11 @@ driver: - container=dokken ipv6: true ipv6_subnet: "fd95:8552:964c::/64" + dns: + - 1.1.1.1 + - 8.8.8.8 + - 8.8.4.4 + - 1.0.0.1 transport: name: dokken @@ -17,6 +22,7 @@ provisioner: chef_license: accept data_bags_path: test/data_bags slow_resource_report: true + clean_dokken_sandbox: true verifier: root_path: /opt/verifier @@ -37,9 +43,9 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y - - name: debian-11 + - name: debian-12 driver: - image: dokken/debian-11 + image: dokken/debian-12 privileged: true pid_one_command: /bin/systemd intermediate_instructions: @@ -55,6 +61,9 @@ suites: - name: apt run_list: - recipe[apt::default] + - name: awscli + run_list: + - recipe[awscli::default] - name: backup run_list: - recipe[backup::default] @@ -73,6 +82,9 @@ suites: - name: civicrm run_list: - recipe[civicrm::default] + - name: civicrm-staging + run_list: + - recipe[civicrm-staging::default] - name: clamav run_list: - recipe[clamav::default]