X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/590838d87d906d33b8cda36c37b3646430538509..dc5070173ed99b84d8120641a75a07d8a9109c15:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 74c4269be..854666cc6 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,7 +1,7 @@ --- driver: name: dokken - chef_version: 15 + chef_version: 16 env: - container=dokken @@ -275,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]