-
Notifications
You must be signed in to change notification settings - Fork 121
/
.kitchen.yml
67 lines (64 loc) · 1.31 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
---
driver:
name: docker
use_sudo: false
provisioner:
name: chef_zero
log_level: info
deprecations_as_errors: true
platforms:
- name: ubuntu-xenial
driver_config:
platform: ubuntu
image: ubuntu:16.04
- name: centos-centos6
driver_config:
platform: centos
image: centos:centos6
- name: centos-centos7
driver_config:
platform: centos
image: centos:centos7
suites:
# - name: 1x-chef12
# attributes:
# td_agent:
# version: 1
# driver_config:
# require_chef_omnibus: 12.21.3
# excludes:
# - ubuntu-xenial-chef12
# run_list:
# - recipe[smoke::default]
# - name: 2x-chef12
# attributes:
# td_agent:
# version: 2.2.0
# driver_config:
# require_chef_omnibus: 12.21.3
# run_list:
# - recipe[smoke::default]
# - name: 3x-chef12
# attributes:
# td_agent:
# version: 3.1.0
# driver_config:
# require_chef_omnibus: 12.21.3
# run_list:
# - recipe[smoke::default]
- name: 2x-chef13
attributes:
td_agent:
version: 2.2.0
driver_config:
require_chef_omnibus: 13.2.20
run_list:
- recipe[smoke::default]
- name: 3x-chef13
attributes:
td_agent:
version: 3.1.0
driver_config:
require_chef_omnibus: 13.2.20
run_list:
- recipe[smoke::default]