-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
158 lines (147 loc) · 4.32 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
---
settings:
parallel: false
driver:
name: docker
use_sudo: false
provisioner:
name: chef_zero
nodes_path: 'test/integration/nodes'
data_bags_path: 'test/integration/data_bags'
environments_path: 'test/integration/environments'
roles_path: 'test/integration/roles'
require_chef_omnibus: 17
product_name: cinc
verifier:
name: inspec
platforms:
- name: centos-7
driver_plugin: docker
driver:
image: centos:7
run_command: '/usr/lib/systemd/systemd'
run_options: '--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'
- name: rockylinux-8
driver_plugin: docker
driver:
image: rockylinux:8
run_command: '/usr/lib/systemd/systemd'
run_options: '--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro'
topology_attributes_zk2: &topology_attributes_zk2
vitess: { topo_global_server_address: 'localhost:2181', topo_implementation: 'zk2' }
suites:
# ETCD topology
- name: etcd-default
run_list:
- recipe[test-vitess::mysql]
- recipe[test-vitess::etcd]
- recipe[vitess::mysqlctld]
- recipe[vitess::vtgate]
- recipe[vitess::vttablet]
- recipe[vitess::vtctld]
- recipe[vitess::vtworker]
verifier:
inspec_tests:
- test/integration/mysqlctld
- test/integration/vtgate
- test/integration/vttablet
- test/integration/vtctld
- test/integration/vtworker
- name: etcd-test-cluster
run_list:
- recipe[test-vitess::mysql]
- recipe[test-vitess::etcd]
- recipe[test-vitess::cluster]
- recipe[test-vitess::shell]
verifier:
inspec_tests:
- test/integration/etcd
- test/integration/cluster
- test/integration/shellwrapper
- name: etcd-default-vitess-9
run_list:
- recipe[test-vitess::mysql]
- recipe[test-vitess::etcd]
- recipe[vitess::mysqlctld]
- recipe[vitess::vtgate]
- recipe[vitess::vttablet]
- recipe[vitess::vtctld]
- recipe[vitess::vtworker]
verifier:
inspec_tests:
- test/integration/mysqlctld
- test/integration/vtgate
- test/integration/vttablet
- test/integration/vtctld
- test/integration/vtworker
attributes:
vitess:
version:
mysqlctld: v9.0.2-58cd7b0
vtctlclient: v9.0.2-58cd7b0
vtctld: v9.0.2-58cd7b0
vtgate: v9.0.2-58cd7b0
vttablet: v9.0.2-58cd7b0
vtworker: v9.0.2-58cd7b0
mysqlctl: v9.0.2-58cd7b0
vtctl: v9.0.2-58cd7b0
vtexplain: v9.0.2-58cd7b0
vtbench: v9.0.2-58cd7b0
- name: etcd-default-vitess-10
run_list:
- recipe[test-vitess::mysql]
- recipe[test-vitess::etcd]
- recipe[vitess::mysqlctld]
- recipe[vitess::vtgate]
- recipe[vitess::vttablet]
- recipe[vitess::vtctld]
- recipe[vitess::vtworker]
verifier:
inspec_tests:
- test/integration/mysqlctld
- test/integration/vtgate
- test/integration/vttablet
- test/integration/vtctld
- test/integration/vtworker
attributes:
vitess:
version:
mysqlctld: v10.0.2-fc78470
vtctlclient: v10.0.2-fc78470
vtctld: v10.0.2-fc78470
vtgate: v10.0.2-fc78470
vttablet: v10.0.2-fc78470
vtworker: v10.0.2-fc78470
mysqlctl: v10.0.2-fc78470
vtctl: v10.0.2-fc78470
vtexplain: v10.0.2-fc78470
vtbench: v10.0.2-fc78470
- name: etcd-default-vitess-11
run_list:
- recipe[test-vitess::mysql]
- recipe[test-vitess::etcd]
- recipe[vitess::mysqlctld]
- recipe[vitess::vtgate]
- recipe[vitess::vttablet]
- recipe[vitess::vtctld]
- recipe[vitess::vtworker]
verifier:
inspec_tests:
- test/integration/mysqlctld
- test/integration/vtgate
- test/integration/vttablet
- test/integration/vtctld
- test/integration/vtworker
attributes:
vitess:
version:
mysqlctld: v11.0.1-92ac1ff
vtctlclient: v11.0.1-92ac1ff
vtctld: v11.0.1-92ac1ff
vtgate: v11.0.1-92ac1ff
vttablet: v11.0.1-92ac1ff
vtworker: v11.0.1-92ac1ff
mysqlctl: v11.0.1-92ac1ff
vtctl: v11.0.1-92ac1ff
vtexplain: v11.0.1-92ac1ff
vtbench: v11.0.1-92ac1ff