forked from sous-chefs/confluence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
107 lines (104 loc) · 3.44 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
---
driver:
name: vagrant
customize:
memory: 1024
provisioner:
name: chef_solo
require_chef_omnibus: 11.16.4
platforms:
- name: centos-5
driver_config:
box: opscode-centos-5.10
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-5.10_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.10"}]
- name: centos-6
driver_config:
box: opscode-centos-6.5
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.11"}]
- name: debian-7
driver_config:
box: opscode-debian-7.2.0
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.2.0_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.20"}]
- name: fedora-19
driver_config:
box: opscode-fedora-19
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-19_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.30"}]
- name: fedora-20
driver_config:
box: opscode-fedora-20
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_fedora-20_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.31"}]
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.40"}]
- name: ubuntu-12.10
driver_config:
box: opscode-ubuntu-12.10
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.10_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.41"}]
- name: ubuntu-13.04
driver_config:
box: opscode-ubuntu-13.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.04_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.42"}]
- name: ubuntu-13.10
driver_config:
box: opscode-ubuntu-13.10
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.10_chef-provisionerless.box
network:
- ["private_network", {ip: "192.168.33.43"}]
suites:
- name: confluence-installer-mysql-no-java
run_list:
- recipe[confluence]
attributes:
mysql:
server_root_password: iloverandompasswordsbutthiswilldo
server_repl_password: iloverandompasswordsbutthiswilldo
server_debian_password: iloverandompasswordsbutthiswilldo
- name: confluence-installer-mysql
run_list:
- recipe[java]
- recipe[confluence]
attributes:
java:
install_flavor: oracle
java_home: /usr/lib/jvm/java-7-oracle
jdk_version: 7
oracle:
accept_oracle_download_terms: true
mysql:
server_root_password: iloverandompasswordsbutthiswilldo
server_repl_password: iloverandompasswordsbutthiswilldo
server_debian_password: iloverandompasswordsbutthiswilldo
- name: confluence-installer-postgresql
run_list:
- recipe[java]
- recipe[confluence]
attributes:
confluence:
database:
type: postgresql
java:
install_flavor: oracle
java_home: /usr/lib/jvm/java-7-oracle
jdk_version: 7
oracle:
accept_oracle_download_terms: true
postgresql:
password:
postgres: iloverandompasswordsbutthiswilldo