-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
94 lines (84 loc) · 1.96 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
driver:
name: dokken
chef_version: 14.0.210
privileged: true
provisioner:
name: dokken
# chef_log_level: info
transport:
name: dokken
verifier:
name: inspec
# output: reports/%{platform}_%{suite}_inspec.xml
platforms:
- name: debian-9
driver:
image: dokken/debian-9
pid_one_command: /bin/systemd
run_list:
- recipe[apt]
- name: debian-10
driver:
image: dokken/debian-10
pid_one_command: /bin/systemd
run_list:
- recipe[apt]
- name: ubuntu-16
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
run_list:
- recipe[apt]
- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
run_list:
- recipe[yum]
suites:
- name: 36x
run_list:
- recipe[mongodb-lib-test::default]
- recipe[mongodb-lib-test::replicaset_builder]
- recipe[mongodb-lib-test::shard_builder]
verifier:
inspec_tests:
- path: test/inspec/cluster
- path: test/inspec/packages
attributes:
mongodb_package_version: 3.6.17
attributes:
mongodb:
lib:
version: 3.6.17
- name: 40x
run_list:
- recipe[mongodb-lib-test::default]
- recipe[mongodb-lib-test::replicaset_builder]
- recipe[mongodb-lib-test::shard_builder]
verifier:
inspec_tests:
- path: test/inspec/cluster
- path: test/inspec/packages
attributes:
mongodb_package_version: 4.0.16
attributes:
mongodb:
lib:
version: 4.0.16
- name: 42x
run_list:
- recipe[mongodb-lib-test::default]
- recipe[mongodb-lib-test::replicaset_builder]
- recipe[mongodb-lib-test::shard_builder]
verifier:
inspec_tests:
- path: test/inspec/cluster
- path: test/inspec/packages
attributes:
mongodb_package_version: 4.2.2
attributes:
mongodb:
lib:
version: 4.2.2