-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
65 lines (61 loc) · 1.54 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
driver:
name: dokken
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
transport:
name: dokken
require_chef_omnibus: <%= ENV['CHEF_VERSION'] || 'latest' %>
provisioner:
name: dokken
chef_license: accept-no-persist
data_bags_path: "./test/integration/data_bags"
multiple_converge: 2
enforce_idempotency: 1
verifier:
name: inspec
deprecations_as_errors: true
platforms:
- name: centos-stream-8
driver:
image: dokken/centos-stream-8
- name: amazonlinux-2
driver:
image: dokken/amazonlinux-2
- name: debian-11
driver:
image: dokken/debian-11
- name: debian-10
driver:
image: dokken/debian-10
- name: ubuntu-18.04
driver:
image: dokken/ubuntu-18.04
- name: ubuntu-20.04
driver:
image: dokken/ubuntu-20.04
- name: ubuntu-22.04
driver:
image: dokken/ubuntu-22.04
- name: opensuse-leap-15.3
driver:
image: dokken/opensuse-leap-15.3
pid_one_command: /usr/lib/systemd/systemd
- name: opensuse-leap-15.4
driver:
image: dokken/opensuse-leap-15.4
suites:
- name: default
run_list:
- recipe[ovh_the_bastion::default]
- recipe[ovh_the_bastion::import_gpg_key]
verifier:
inspec_tests:
- test/integration/default
attributes:
ovh_the_bastion:
packages:
syslog-ng: true
ovh-ttyrec: true
version: 'v3.07.00'
# Required for being able to access the box after installing the bastion
installation_options: '--no-modify-sshd-config --no-modify-ssh-config'