forked from sous-chefs/mariadb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
63 lines (59 loc) · 1.24 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: debian-7.6
driver_config:
box: chef/debian-7.6
- name: ubuntu-12.04
- name: centos-6.6
- name: centos-7.0
- name: ubuntu-14.04
driver_config:
box: chef/ubuntu-14.04
suites:
- name: default
run_list:
- recipe[mariadb::default]
attributes:
mariadb:
use_default_repository: true
- name: replication
run_list:
- recipe[mariadb_test::replication]
attributes:
mariadb:
use_default_repository: true
- name: galera
run_list:
- recipe[mariadb::galera]
attributes:
mariadb:
use_default_repository: true
- name: datadir_changed
run_list:
- recipe[mariadb::default]
attributes:
mariadb:
use_default_repository: true
mysqld:
datadir: /home/mysql
- name: port_changed
run_list:
- recipe[mariadb::default]
attributes:
mariadb:
server_root_password: gsql
use_default_repository: true
mysqld:
port: 3307
- name: plugins
run_list:
- recipe[mariadb::default]
attributes:
mariadb:
use_default_repository: true
plugins:
audit: true