forked from nathwill/chef-haproxy-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
45 lines (42 loc) · 753 Bytes
/
.kitchen.yml
File metadata and controls
45 lines (42 loc) · 753 Bytes
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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.7
- name: centos-7.1
- name: fedora-21
suites:
- name: package
run_list:
- recipe[my-lb]
attributes:
haproxy:
install_method: package
- name: source
run_list:
- recipe[my-lb]
attributes:
haproxy:
install_method: source
- name: ppa
run_list:
- recipe[my-lb]
attributes:
haproxy:
install_method: ppa
excludes:
- centos-6.7
- centos-7.1
- fedora-21
- name: consul
run_list:
- recipe[my-consul-lb]
excludes:
- ubuntu-12.04
- ubuntu-14.04
- centos-6.7
- fedora-21