This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
forked from jefe78/zeromq-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
79 lines (79 loc) · 2.15 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
76
77
78
79
---
driver_plugin: vagrant
driver_config:
require_chef_omnibus: true
customize:
memory: 256
cpus: 2
platforms:
- name: debian-6.0.8
driver_config:
box: opscode-debian-6.0.8
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.8_chef-provisionerless.box
run_list:
- recipe[apt]
- name: debian-7.2.0
driver_config:
box: opscode-debian-7.2.0
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.2.0_chef-provisionerless.box
run_list:
- recipe[apt]
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
run_list:
- recipe[apt]
- name: ubuntu-10.04
driver_config:
box: opscode-ubuntu-10.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-10.04_chef-provisionerless.box
run_list:
- recipe[apt]
- name: centos-6.5
driver_config:
box: opscode-centos-6.5
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
suites:
- name: source_v2
run_list:
- recipe[zeromq]
attributes:
zeromq:
version: 2.2.0
sha256_sum: 43904aeb9ea6844f72ca02e4e53bf1d481a1a0264e64979da761464e88604637
- name: source_v3
run_list:
- recipe[zeromq]
attributes:
zeromq:
version: 3.2.5
sha256_sum: 09653e56a466683edb2f87ee025c4de55b8740df69481b9d7da98748f0c92124
- name: source_v4
run_list:
- recipe[zeromq]
attributes:
zeromq:
version: 4.0.5
sha256_sum: 3bc93c5f67370341428364ce007d448f4bb58a0eaabd0a60697d8086bc43342b
- name: source_v41rc1
run_list:
- recipe[zeromq]
attributes:
zeromq:
version: 4.1.0-rc1
sha256_sum: e8e6325abe2ede0a9fb3d1abbe425d8a7911f6ac283652ee49b36afbb0164d60
- name: source_custom_dir
run_list:
- recipe[zeromq]
attributes:
zeromq:
dir: /opt/zeromq
includes: ["ubuntu-12.04"]
- name: package
run_list:
- recipe[zeromq]
attributes:
zeromq:
install_method: package
excludes: ["centos-6.5", "debian-6.0.8", "ubuntu-10.04"]