X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1450a2f2d22d5a20497ca082cb7d8eb1e5d9d611..61a6883a095ff3862ed1b637a9d4cd662ae33078:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 133d124ee..58a63e3b9 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 @@ -93,6 +100,9 @@ suites: - name: dmca run_list: - recipe[dmca::default] + - name: dns + run_list: + - recipe[dns::default] - name: docker run_list: - recipe[docker::default] @@ -265,6 +275,21 @@ suites: postgresql: versions: - 10 + - name: prometheus + run_list: + - recipe[prometheus::default] + attributes: + networking: + interfaces: + test: + interface: eth0 + role: internal + address: 172.18.0.2 + prefix: 16 + gateway: 172.18.0.1 + - name: prometheus-server + run_list: + - recipe[prometheus::server] - name: python run_list: - recipe[python::default] @@ -320,6 +345,9 @@ suites: - name: tilelog run_list: - recipe[tilelog::default] + - name: timescaledb + run_list: + - recipe[timescaledb::default] - name: tools run_list: - recipe[tools::default]