forked from sous-chefs/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
51 lines (48 loc) · 992 Bytes
/
.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
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: centos-7.0
- name: centos-6.5
suites:
- name: default
run_list:
- recipe[consul::default]
attributes:
consul:
datacenter: FortMeade
bind_interface: eth0
advertise_interface: eth0
encrypt: CGXC2NsXW4AvuB4h5ODYzQ==
- name: source
run_list:
- recipe[consul::default]
attributes:
consul:
install_method: source
- name: runit
run_list:
- recipe[consul::default]
attributes:
consul:
datacenter: FortMeade
init_style: runit
- name: ui
run_list:
- recipe[consul::default]
- recipe[consul::ui]
attributes:
consul:
serve_ui: true
client_interface: eth0
- name: cluster
run_list:
- recipe[consul::default]
attributes:
consul:
service_mode: cluster
bootstrap_expect: 1