-
Notifications
You must be signed in to change notification settings - Fork 2
/
.kitchen.yml
75 lines (71 loc) · 1.57 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
---
driver:
name: vagrant
driver_config:
require_chef_omnibus: true
customize:
cpus: 1
memory: 512
ssh:
insert_key: false
provisioner:
name: chef_zero
always_update_cookbooks: true
platforms:
- name: centos-6.8
run_list: ['recipe[yum-epel]','recipe[fake::create_secrets]']
driver_config:
box: bento/centos-6.8
- name: centos-7.2
run_list: ['recipe[yum-epel]','recipe[fake::create_secrets]']
driver_config:
box: bento/centos-7.2
- name: ubuntu-14.04
run_list:
- recipe[apt]
- recipe[fake::create_secrets]
attributes:
poise-service:
provider: upstart
driver_config:
box: bento/ubuntu-14.04
- name: ubuntu-16.04
run_list: ['recipe[apt]','recipe[fake::create_secrets]']
driver_config:
box: bento/ubuntu-16.04
suites:
- name: default
run_list:
- recipe[rs-base::default]
attributes:
cloud:
provider: vagrant
rightscale:
RS_RLL_PORT: 12345
rs-base:
collectd_hostname: 00-137FE058
swap:
size: 1
- name: swap
run_list: ['recipe[rs-base::swap]']
attributes:
rs-base:
collectd_server: sketchy1-66.rightscale.com
- name: ntp
run_list: ['recipe[rs-base::ntp]']
attributes : {}
- name: rsyslog_local
run_list: ['recipe[rs-base::rsyslog]']
attributes: {}
- name: rsyslog_remote
run_list: ['recipe[rs-base::rsyslog]']
attributes:
rs-base:
rsyslog_server: 192.168.0.1
- name: collectd
run_list: ['recipe[fake::tcpdump]', 'recipe[rs-base::monitoring_collectd]']
attributes:
rightscale:
RS_RLL_PORT: 12345
cloud:
provider: vagrant