forked from sous-chefs/percona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkitchen.yml
More file actions
43 lines (39 loc) · 791 Bytes
/
kitchen.yml
File metadata and controls
43 lines (39 loc) · 791 Bytes
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
---
driver:
name: vagrant
provisioner:
name: chef_solo
product_name: chef
enforce_idempotency: true
multiple_converge: 2
solo_rb:
treat_deprecation_warnings_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux-2
driver_config:
box: ywatase/amzn2
- name: amazon-linux
driver_config:
box: mvbcoding/awslinux
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: opensuse-leap-15
- name: ubuntu-16.04
- name: ubuntu-18.04
suites:
- name: client_5.6
run_list:
- recipe[test::client-56]
- name: client_5.7
run_list:
- recipe[test:client57
- name: server_5.6
run_list:
- recipe[test::server-56]
- name: server_5.7
run_list:
- recipe[test::server-57]