forked from sous-chefs/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
62 lines (59 loc) · 1.26 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: centos-7.1
- name: centos-6.6
- name: windows-2012r2
suites:
- name: default
run_list:
- recipe[consul::default]
attributes:
consul:
config: &default-config
bootstrap: true
server: true
datacenter: FortMeade
encrypt: CGXC2NsXW4AvuB4h5ODYzQ==
excludes:
- windows-2012r2
- name: source
run_list:
- recipe[consul::default]
attributes:
consul:
config: *default-config
service:
install_method: source
excludes:
- windows-2012r2
- name: package
run_list:
- recipe[consul::default]
attributes:
consul:
config: *default-config
service:
install_method: package
excludes:
- centos-7.1
- centos-6.6
- name: acl
run_list:
- recipe[consul::default]
- recipe[consul::client_gem]
- recipe[consul_spec::acl]
attributes:
consul:
config:
bootstrap: true
server: true
datacenter: fortmeade
acl_master_token: doublesecret
acl_datacenter: fortmeade
acl_default_policy: deny