forked from sous-chefs/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
78 lines (70 loc) · 1.45 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
---
driver:
name: vagrant
provisioner:
name: chef_zero
policyfile: test/fixtures/policies/default.rb
verifier:
name: inspec
platforms:
- name: ubuntu-16.04
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: centos-7.3
- name: centos-6.8
- name: centos-5.11
- name: debian-8.7
- name: debian-7.11
- name: windows-2012r2
driver:
box: mwrock/Windows2012R2
gui: false
- name: windows-2016
driver:
box: mwrock/Windows2016
gui: false
suites:
- name: default
attributes:
consul:
config: &default-config
owner: root
ui: true
bootstrap: true
server: true
datacenter: FortMeade
encrypt: CGXC2NsXW4AvuB4h5ODYzQ==
acl_master_token: doublesecret
acl_datacenter: FortMeade
acl_default_policy: deny
excludes:
- windows-2012r2
- windows-2016
- name: client
named_run_list: client
excludes:
- windows-2012r2
- windows-2016
- name: git
attributes:
go:
version: 1.7
consul:
config: *default-config
installation:
provider: git
excludes:
- windows-2012r2
- windows-2016
- name: windows
attributes:
consul:
config: *default-config
includes:
- windows-2012r2
- windows-2016
- name: windows_client
named_run_list: client
includes:
- windows-2012r2
- windows-2016