forked from intercity/chef-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
35 lines (33 loc) · 798 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
---
driver:
name: digitalocean
platforms:
- name: ubuntu-14-04-x64
driver_config:
region: ams1
size: 512mb
server_name: chef-repo-test
suites:
- name: full-stack
run_list:
- role[mysql]
- role[rails_passenger]
- role[sysadmins]
attributes:
sysadmins:
jdoe:
password: "test"
ssh_keys: ["test-key"]
mysql:
server_debian_password: "test"
server_root_password: "test"
server_repl_password: "test"
active_applications:
intercity_sample_app:
domain_names: ['intercity.io']
database_info:
adapter: mysql2
username: intercity
password: r4nd0m
database: intercity_sample_app
ruby_version: 2.1.2