forked from bellycard/chef-stackdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
44 lines (41 loc) · 846 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
42
43
44
---
driver:
name: vagrant
provisioner:
require_chef_omnibus: true
name: chef_zero
platforms:
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[stackdriver::default]
attributes:
stackdriver:
api_key: '12345'
gen_hostid: true
tags:
test1: 1
test2: 2
- name: plugins
run_list:
- recipe[yum-epel::default]
- recipe[stackdriver::default]
- recipe[stackdriver::plugins]
attributes:
stackdriver:
api_key: '12345'
gen_hostid: true
plugins:
apache:
enable: true
elasticsearch:
enable: true
memcached:
enable: true
mongodb:
enable: true
nginx:
enable: true
redis:
enable: true