This repository was archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.kitchen.yml
More file actions
67 lines (62 loc) · 1.31 KB
/
Copy path.kitchen.yml
File metadata and controls
67 lines (62 loc) · 1.31 KB
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: vagrant
require_chef_omnibus: 12.19.36
network:
- ["private_network", {ip: "192.168.50.10"}]
driver_config:
customize:
memory: 1024
platforms:
- name: centos-6.7
driver_config:
box: bento/centos-6.7
run_list:
- recipe[yum]
- name: centos-7.1
driver_config:
box: bento/centos-7.1
run_list:
- recipe[yum]
- name: ubuntu-14.04
driver_config:
box: bento/ubuntu-14.04
run_list:
- recipe[apt]
- name: ubuntu-1604
driver_config:
box: bento/ubuntu-16.04
run_list:
- recipe[apt]
default_attributes: &DEFAULT_ATTRIBUTES
java:
install_flavor: oracle
java_home: /usr/lib/jvm/java-8-oracle
jdk_version: 8
oracle:
accept_oracle_download_terms: true
suites:
- name: mysql # default
run_list:
- recipe[test-helper]
- recipe[java]
- recipe[stash]
attributes:
<<: *DEFAULT_ATTRIBUTES
stash:
database:
type: mysql
mysql:
server_root_password: iloverandompasswordsbutthiswilldo
server_repl_password: iloverandompasswordsbutthiswilldo
server_debian_password: iloverandompasswordsbutthiswilldo
- name: postgresql
run_list:
- recipe[test-helper]
- recipe[java]
- recipe[stash]
attributes:
<<: *DEFAULT_ATTRIBUTES
postgresql:
password:
postgres: iloverandompasswordsbutthiswilldo