forked from atomic-penguin/cookbook-gitlab-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
66 lines (64 loc) · 1.47 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
---
driver_plugin: vagrant
driver_config:
customize:
memory: 1024
platforms:
- name: ubuntu-14.04
driver_config:
network:
- ["forwarded_port", {guest: 80, host: 8080}]
- ["forwarded_port", {guest: 443, host: 8443}]
run_list:
- recipe[apt]
#attributes:
#apt:
#- compile_time_update: true
- name: ubuntu-12.04
driver_config:
network:
- ["forwarded_port", {guest: 80, host: 8081}]
- ["forwarded_port", {guest: 443, host: 8444}]
run_list:
- recipe[apt]
#attributes:
#apt:
#- compile_time_update: true
- name: centos-7.1
driver_config:
network:
- ["forwarded_port", {guest: 80, host: 8082}]
- ["forwarded_port", {guest: 443, host: 8445}]
- name: centos-6.6
driver_config:
network:
- ["forwarded_port", {guest: 80, host: 8083}]
- ["forwarded_port", {guest: 443, host: 8446}]
suites:
- name: default
run_list: ["recipe[gitlab]"]
attributes:
mysql:
server_root_password: test
gitlab:
database:
host: 127.0.0.1
password: test
authorization:
sudo:
groups:
- sudo
- wheel
- name: https
data_bags_path: "test/integration/https/data_bags"
encrypted_data_bag_secret_key_path: "test/integration/https/encrypted_data_bag_secret"
run_list: ["recipe[gitlab]"]
attributes:
mysql:
server_root_password: test
gitlab:
https: true
certificate_databag_id: test
database:
host: 127.0.0.1
password: test