-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.kitchen.yml
41 lines (38 loc) · 887 Bytes
/
.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
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
driver_config:
network:
- ["forwarded_port", {guest: 80, host: 8080, guest: 443, host: 8443}]
- name: centos-6.5
driver_config:
network:
- ["forwarded_port", {guest: 80, host: 8081, guest: 443, host: 8444}]
suites:
- name: default
run_list:
- recipe[magento::default]
attributes:
mysql:
server_debian_password: test
server_root_password: test
server_repl_password: test
magento:
db:
password: magento
- name: apache
run_list:
- recipe[magento::default]
attributes:
mysql:
server_debian_password: test
server_root_password: test
server_repl_password: test
magento:
webserver: apache2
db:
password: magento