X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9a43da946a2d8ac228a78fc948182f917358a2f2..ddb5218ad7630363b0c6952c7fa8a2e947deff1b:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 8f0c0fc41..2b5b581f8 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -35,6 +35,13 @@ platforms: pid_one_command: /bin/systemd intermediate_instructions: - RUN /usr/bin/apt-get update -y + - name: debian-11 + driver: + image: dokken/debian-11 + privileged: true + pid_one_command: /bin/systemd + intermediate_instructions: + - RUN /usr/bin/apt-get update -y suites: - name: accounts @@ -97,9 +104,10 @@ suites: test: interface: eth0 role: internal - address: 172.18.0.2 - prefix: 16 - gateway: 172.18.0.1 + inet: + address: 172.18.0.2 + prefix: 16 + gateway: 172.18.0.1 roles: external: zone: test @@ -153,7 +161,9 @@ suites: interfaces: test: role: external - address: 172.18.0.2 + inet: + address: 172.18.0.2 + prefix: 16 - name: geoipupdate run_list: - recipe[geoipupdate::default] @@ -175,9 +185,9 @@ suites: - name: hot run_list: - recipe[hot::default] - - name: incron + - name: ideditor run_list: - - recipe[incron::default] + - recipe[ideditor::default] - name: irc run_list: - recipe[irc::default] @@ -307,9 +317,10 @@ suites: test: interface: eth0 role: internal - address: 172.18.0.2 - prefix: 16 - gateway: 172.18.0.1 + inet: + address: 172.18.0.2 + prefix: 16 + gateway: 172.18.0.1 - name: prometheus-server run_list: - recipe[prometheus::server]