X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/14e316cd3e1ab5f25a54d0765ebad61ac665ccb4..696bb0111d99b501cd20d9263278bb3ee3f27350:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 84a501546..830cc04c5 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,7 +1,7 @@ --- driver: name: dokken - chef_version: 17 + chef_version: 18 volumes: - /var/lib/docker env: @@ -14,6 +14,7 @@ provisioner: name: dokken chef_license: accept data_bags_path: test/data_bags + slow_resource_report: true verifier: root_path: /opt/verifier @@ -27,6 +28,13 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - name: ubuntu-22.04 + driver: + image: dokken/ubuntu-22.04 + privileged: true + pid_one_command: /bin/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update -y suites: - name: accounts @@ -164,10 +172,6 @@ suites: - name: letsencrypt run_list: - recipe[letsencrypt::default] - attributes: - apt: - sources: - - openstreetmap - name: logstash run_list: - recipe[logstash::default] @@ -318,6 +322,15 @@ suites: - name: stateofthemap run_list: - recipe[stateofthemap::default] + - name: stateofthemap-static + run_list: + - recipe[stateofthemap::static] + - name: stateofthemap-jekyll + run_list: + - recipe[stateofthemap::jekyll] + - name: stateofthemap-wordpress + run_list: + - recipe[stateofthemap::wordpress] - name: subversion run_list: - recipe[subversion::default]