-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.kitchen.yml
37 lines (34 loc) · 950 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
---
driver:
name: vagrant
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
driver:
synced_folders:
- ['../../../build', '/build', 'create: true']
network:
- ['forwarded_port', {guest: 8000, host: 8100}]
- ['forwarded_port', {guest: 8089, host: 8189}]
suites:
- name: splunk-6.0
run_list:
- recipe[chef-splunk]
attributes:
dev_mode: true
splunk:
accept_license: true
is_server: true
server:
url: http://download.splunk.com/releases/6.0.3/splunk/linux/splunk-6.0.3-204106-linux-2.6-amd64.deb
- name: splunk-6.1
run_list:
- recipe[chef-splunk]
attributes:
dev_mode: true
splunk:
accept_license: true
is_server: true
server:
url: http://download.splunk.com/releases/6.1.3/splunk/linux/splunk-6.1.3-220630-linux-2.6-amd64.deb