forked from sous-chefs/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
91 lines (82 loc) · 1.72 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
80
81
82
83
84
85
86
87
88
89
90
91
---
driver:
name: vagrant
provisioner:
name: chef_zero
product_name: chef
product_version: <%= ENV['CHEF_VERSION'] || 'latest' %>
install_strategy: once
client_rb:
treat_deprecation_warnings_as_errors: true
verifier:
name: inspec
platforms:
- name: amazonlinux-2
driver_config:
box: ywatase/amzn2
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: centos-7
- name: centos-6
- name: debian-9
- name: debian-8
- name: windows-2012r2
driver:
box: mwrock/Windows2012R2
gui: false
provisioner:
product_version: 13
- name: windows-2016
driver:
box: mwrock/Windows2016
gui: false
provisioner:
product_version: 13
transport:
name: winrm
username: administrator
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.10'
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