X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f4a5916362e9a37b07e63b7e222c54d7aaeab0a8..7e52994e42d49a148ab9b1931d79e59f837af8a7:/.kitchen.yml?ds=sidebyside diff --git a/.kitchen.yml b/.kitchen.yml index 17d9839f6..7c446effc 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,7 +1,7 @@ --- driver: name: dokken - chef_version: 15 + chef_version: 16 env: - container=dokken @@ -25,6 +25,13 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - name: ubuntu-20.04 + driver: + image: dokken/ubuntu-20.04 + privileged: true + pid_one_command: /bin/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update -y suites: - name: accounts @@ -268,6 +275,12 @@ suites: postgresql: versions: - 10 + - name: prometheus + run_list: + - recipe[prometheus::default] + - name: prometheus-server + run_list: + - recipe[prometheus::server] - name: python run_list: - recipe[python::default]