-
-
Notifications
You must be signed in to change notification settings - Fork 599
/
kitchen.yml
50 lines (45 loc) · 1017 Bytes
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: once
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
nodes_path: "test/fixtures/nodes"
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2023
- name: centos-stream-9
- name: debian-11
- name: debian-12
- name: fedora-latest
- name: opensuse-leap-15
- name: oraclelinux-8
- name: oraclelinux-9
- name: rockylinux-8
- name: rockylinux-9
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: ubuntu-24.04
suites:
- name: repository
run_list:
- recipe[test::default_with_plugins]
attributes:
elasticsearch:
install:
type: repository
- name: package
run_list:
- recipe[test::default_with_plugins]
attributes:
elasticsearch:
install:
type: package