-
Notifications
You must be signed in to change notification settings - Fork 9
/
.kitchen.yml
54 lines (48 loc) · 1.2 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
---
settings:
parallel: true
driver:
name: docker
use_sudo: false
provisioner:
name: chef_zero
product_name: cinc
product_version: 17
nodes_path: 'test/integration/nodes'
data_bags_path: 'test/integration/data_bags'
environments_path: 'test/integration/environments'
roles_path: 'test/integration/roles'
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'
suites:
- name: default
run_list:
- recipe[test-proxysql::default]
- role[admin_variables]
- role[mysql_variables]
- role[mysql_servers]
- role[mysql_users]
- role[mysql_query_rules]
- role[mysql_replication_hostgroups]
attributes:
proxysql:
lock_version: false
- name: 2mysql
run_list:
- recipe[test-proxysql::2mysql]
attributes:
proxysql:
lock_version: false