This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.kitchen.yml
91 lines (85 loc) · 2.31 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
---
driver:
name: vagrant
customize:
memory: 2048
cpus: 4
synced_folders:
- ['.', '/tmp/vagrant']
network:
- ["forwarded_port", {guest: 80, host: 8080, auto_correct: true}]
- ["forwarded_port", {guest: 443, host: 8443, auto_correct: true}]
attributes:
gerrit:
config:
auth:
registerEmailPrivateKey: 123123123
restTokenPrivateKey: 123123123
provisioner:
name: chef_zero
# config:
# log_level: debug
verifier:
name: inspec
platforms:
- name: debian-8.9
attributes:
apt:
compile_time_update: true
run_list:
- recipe[apt::default]
suites:
- name: default
run_list:
- recipe[site-reviewtypo3org::default]
- recipe[site-reviewtypo3org_test::default]
attributes:
gerrit:
config:
auth:
type: DEVELOPMENT_BECOME_ANY_ACCOUNT
registerEmailPrivateKey: 123123123
restTokenPrivateKey: 123123123
cookieSecure: false
ldap:
username: <%= ENV['GERRIT_LDAP_USER'] || 'cn=review-dev.typo3.org,ou=services,dc=typo3,dc=org' %>
password: <%= ENV['GERRIT_LDAP_PASSWORD'] %>
gerrit:
canonicalWebUrl: http://192.168.88.11:8080/
canonicalGitUrl: git://git.vagrant
httpd:
listenUrl: http://*:8080/
hostname: review.vagrant
gitweb:
hostname: git.vagrant
ssl_certificate: wildcard.vagrant
mysql:
server_root_password: root
driver_config:
network:
- ["private_network", {ip: "192.168.88.11"}]
- name: proxy
run_list:
- recipe[site-reviewtypo3org::default]
- recipe[site-reviewtypo3org_test::default]
- recipe[site-reviewtypo3org_test::proxy]
attributes:
dev_mode: true
gerrit:
config:
auth:
registerEmailPrivateKey: 123123123
restTokenPrivateKey: 123123123
cookieSecure: false
gerrit:
canonicalWebUrl: https://review.vagrant
canonicalGitUrl: git://git.vagrant
hostname: review.vagrant
gitweb:
hostname: git.vagrant
ssl_certificate: wildcard.vagrant
mysql:
server_root_password: root
driver_config:
network:
- ["private_network", {ip: "192.168.88.12"}]