X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b310db64e01d6da265faccf7c94c5401bef6c65d..1f7f5f735a865ae93fdcc1e8c9fd9526ad0efd01:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 7ad4e7c1b..cfa87e44b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -6,6 +6,13 @@ driver: - /var/lib/docker env: - 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 @@ -15,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 @@ -28,6 +36,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 @@ -35,6 +45,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: debian-12 driver: image: dokken/debian-12 @@ -42,6 +54,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 suites: - name: accounts @@ -53,6 +67,9 @@ suites: - name: apt run_list: - recipe[apt::default] + - name: awscli + run_list: + - recipe[awscli::default] - name: backup run_list: - recipe[backup::default] @@ -71,6 +88,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]