X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1f0986c518e3b54d9f6b53992e18b2c693cd2015..0afecc61be3839d1e6ac5c2048c0b1b6936d32bd:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 0a18ae086..6d37be49f 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,8 +22,10 @@ provisioner: chef_license: accept data_bags_path: test/data_bags slow_resource_report: true + clean_dokken_sandbox: true verifier: + name: inspec root_path: /opt/verifier sudo: false @@ -30,6 +37,8 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo libeatmydata.so >>/etc/ld.so.preload - name: ubuntu-22.04 driver: image: dokken/ubuntu-22.04 @@ -37,13 +46,17 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y - - name: debian-11 + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo libeatmydata.so >>/etc/ld.so.preload + - name: debian-12 driver: - image: dokken/debian-11 + image: dokken/debian-12 privileged: true pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - RUN /usr/bin/apt-get install -y eatmydata + - RUN echo libeatmydata.so >>/etc/ld.so.preload suites: - name: accounts @@ -55,6 +68,9 @@ suites: - name: apt run_list: - recipe[apt::default] + - name: awscli + run_list: + - recipe[awscli::default] - name: backup run_list: - recipe[backup::default]